/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

:root{
  --petronas-green: #00a99d;
  --petronas-purple: #763F98;
}

@media (min-width: 1200px) {
    .ast-plain-container.ast-no-sidebar #primary {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

/* Header Mega Menu */
@media (min-width: 1025px){
  #menu-1-c6babde > li.menu-item-has-children::before,
  #menu-1-c6babde > li.menu-item-has-children::after{
    content: none !important;
  }
  /* Prevent clipping by header wrappers */
  header, .site-header { overflow: visible; position: relative; }

  /* Base */
 #menu-1-c6babde,
#menu-1-c6babde > li.menu-item-has-children,
header .elementor,
header .e-con { position: static; }
	
  /* Mega panel: full viewport width, centered to viewport */
  #menu-1-c6babde > li.menu-item-has-children > ul.sub-menu{
    position: fixed!important;
    top: 100%;
	  left: 50%;	  
    transform: translate(-50%, -10px);
	  box-sizing: border-box; 
	  width: calc(100vw - (100vw - 100%));
	  display: grid;
	  gap: 16px 24px;
	  padding: 24px clamp(16px, 4vw, 40px);
	  padding-left: 25%; 
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.1);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
	pointer-events: none; 
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
  }
  #menu-item-4438 > ul.sub-menu {
        grid-template-columns: repeat(4, minmax(180px, 1fr));
  }
  #menu-item-1371 > ul.sub-menu, #menu-item-1370 > ul.sub-menu, #menu-item-1369 > ul.sub-menu {
        grid-template-columns: repeat(3, minmax(180px, 3fr));
  }

  /* Reveal on hover */
  #menu-1-c6babde > li.menu-item-has-children:hover > ul.sub-menu{
    opacity: 1;
    visibility: visible;
	pointer-events: auto;
	transform: translate(-50%, 0);
  }

  /* Level-2 items (columns) */
  #menu-1-c6babde > li.menu-item-has-children > ul.sub-menu > li.menu-item{
    list-style: none;
    margin: 0;
  }
  #menu-1-c6babde > li.menu-item-has-children > ul.sub-menu > li.menu-item > a{
    display: block;
    padding: 6px 0;
    white-space: normal;
  }

  /* Level-2 that have children act as headers */
  #menu-1-c6babde > li.menu-item-has-children > ul.sub-menu
  > li.menu-item-has-children > a{
    display: block;
    font-weight: 600;
    padding: 0 0 6px;
    margin: 0 0 6px;
  }
  #menu-1-c6babde > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children a.hfe-sub-menu-item[href="#"] {
	  cursor: default;
	  transform: inherit;
	  transition: inherit;
	}
  #menu-1-c6babde > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children a.hfe-sub-menu-item[href="#"]:hover,
  #menu-1-c6babde > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children a.hfe-sub-menu-item[href="#"]:focus {
	color: inherit;
  }

  /* Level-3 list: inline under header (no flyout) */
  #menu-1-c6babde > li.menu-item-has-children > ul.sub-menu
  > li.menu-item-has-children > ul.sub-menu{
    position: static !important;
    display: block !important;
    width: auto; min-width: 0;
    padding: 0; margin: 0;
    background: transparent; box-shadow: none; border-radius: 0;
    opacity: 1; visibility: visible; transform: none;
  }

  /* Level-3 links */
  #menu-1-c6babde > li.menu-item-has-children > ul.sub-menu
  > li.menu-item-has-children > ul.sub-menu > li.menu-item{
    list-style: none; margin: 0;
  }
  #menu-1-c6babde > li.menu-item-has-children > ul.sub-menu
  > li.menu-item-has-children > ul.sub-menu > li.menu-item > a{
    display: block;
    padding: 10px 0;
	margin: 5px 0;
    line-height: 1.35;
    white-space: normal;
    color: #314396;
  }
   #menu-1-c6babde > li.menu-item-has-children > ul.sub-menu
  > li.menu-item a:hover, #menu-1-c6babde > li.menu-item-has-children > ul.sub-menu
  > li.menu-item-has-children > ul.sub-menu > li.menu-item > a:hover{
	  transform: translateX(2px);
      color: #00918c;
  }
  #menu-1-c6babde .sub-arrow i { display: none; }
  #menu-1-c6babde .sub-menu a.hfe-sub-menu-item {
      padding-top: 0 !important;
  }
}
@media (max-width: 1024px) {
	.elementor-3215 .elementor-element.elementor-element-c6babde nav.hfe-dropdown {
		transition: 0.3s opacity;
	}
	.elementor-3215 .elementor-element.elementor-element-c6babde nav.hfe-dropdown #menu-1-c6babde { padding: 20px 0; }
}

/* Sticky header */
#masthead {
  top: 0;
  z-index: 9999;
	width: 100vw;
  max-width: 100vw;
    left: 0 !important;
    right: 0 !important;
    box-sizing: border-box !important;
  transform: translateY(0);
  transition: transform 220ms ease;
  will-change: transform;
  backface-visibility: hidden;
}
#masthead.is-pinned   { top: 0; transform: translateY(0); position: sticky; }
#masthead.is-unpinned { top: 0; transform: translateY(-100%); }

#masthead:not(.is-at-top) { box-shadow: 0 5px 18px rgba(0,0,0,.06); }
#masthead.force-show { transform: translateY(0) !important; }

@media (max-width: 480px) {
  html,
  body {
    max-width: 100%;
    width: 100%;
    overscroll-behavior-x: none;
    touch-action: pan-y;
  }
}

/* Discover More Custom Styles */
.discover-carousel .swiper-slide .card-wrapper {
    display: block;
    position: relative;
    color: #fff;
    overflow: hidden;
    border-radius: 10px;
    height: 240px;
}
.discover-carousel .swiper-wrapper{
  transition-timing-function: linear !important;
}
@media (min-width: 1024px) {
.discover-carousel .swiper-slide .card-wrapper {
    height: 300px;
}
}
.discover-carousel .swiper-slide .card-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
    transition: height 0.4s ease;
    z-index: 1;
    border-radius: 10px!important;
}
.discover-carousel .swiper-slide .card-wrapper:hover::after {
    height: 100%;
}
.discover-carousel .swiper-slide h5 {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    margin: 15px;
    padding: 0 10px;
	  color: #fff;
    font-weight: 500;
    line-height: 1.3;
}
.discover-carousel .swiper-slide img { border-radius: 10px;
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.homepage-posts .hfe-post-content {
	display: none;
}

/* Pagination (dots) */
.swiper-controls .swiper-pagination{
  display:flex; align-items:center; justify-content:center;
  gap:10px; flex:0 1 auto;
}
.swiper-controls .swiper-pagination-bullet{
  width:10px; height:10px; background:var(--petronas-purple); opacity:1;
  transition:width .2s ease, border-radius .2s ease, background .2s ease;
}
.swiper-controls .swiper-pagination-bullet-active{
  width:30px; border-radius:12px;
  background:linear-gradient(90deg, var(--petronas-green), var(--petronas-purple));
}

/* Latest Posts Card */
.post-card{
  display:flex;
  flex-direction:column;
  height:100%;
  border-radius:18px;
  overflow:hidden;
}
.post-image{ position:relative; }
.post-image img{
  display:block; width:100%; height:250px; object-fit:cover;
  border-radius:18px;
}

.badge-featured{
  position:absolute; top:14px; left:14px;
  background:var(--petronas-purple); color:#fff;
  padding:8px 14px; border-radius:12px;
  font-size:12px; font-weight:600;
}

.post-image .btn-readmore{
  position:absolute; bottom:-6px; right:-6px;
  display:flex; align-items:center; justify-content:center;
  min-width:135px; gap:8px;
  padding:10px 18px 10px 48px;            /* left pad for icon */
  border-radius:21px; border:6px solid #fff;
  color:#fff; text-decoration:none!important; font-weight:300;
  overflow:hidden;

  /* sweep via background-position */
  background-color: var(--petronas-green);
  background-image: linear-gradient(
    90deg,
    var(--petronas-green) 0%,
    var(--petronas-green) 50%,
    var(--petronas-purple) 100%
  );
  background-size: 200% 100%;
  background-position: 0 0;               /* show the GREEN half initially */
  transition: background-position .35s ease;
}
.post-image .btn-readmore:hover,
.post-image .btn-readmore:focus-visible{
  background-position: 100% 0;            /* slide to the RIGHT half → purple enters from RIGHT */
}

/* SVG icon before text, nudges right on hover */
.post-image .btn-readmore::after{
  content:"";
  position:absolute; left:16px; top:50%;
  width:22px; height:22px; transform:translate(-2px,-50%);
  background:url('/wp-content/themes/astra-child/icons/read-more.svg') no-repeat center / contain;
  transition: transform .35s ease;
  pointer-events:none;
}
.post-image .btn-readmore:hover::after,
.post-image .btn-readmore:focus-visible::after{
  transform:translate(6px,-50%);
}

.post-content{ padding:18px; }
.post-meta{ display:flex; justify-content:space-between; gap:10px; margin-bottom:8px; }
.post-type{ font-weight:700; }
.post-carousel .post-type a { text-decoration:none; }
.post-carousel .post-type__sep { margin: 0 .35em; }
.post-date{ opacity:.7; }
.post-title{ margin:0 0 10px; font-size:20px; line-height:1.25; }
.post-title a{ color:inherit; text-decoration:none !important; }
.post-excerpt{ margin:0; opacity:.9; }

/* Controls bar */
.swiper-controls{
  width:100%;
  display:flex; align-items:center; justify-content:center;
  gap:14px; flex-wrap:wrap; margin-top:12px;
}
.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next,
.swiper-controls .swiper-pagination{
  position:static !important; inset:auto !important; transform:none !important; margin:0;
}

.swiper-controls .swiper-button-prev::before,
.swiper-controls .swiper-button-next::before{
  content: none !important;
}

.swiper-controls .swiper-button-prev,
.swiper-controls .swiper-button-next{
  width: 50px;
	height: 50px;
	border-radius: 50%;
  background-color: var(--petronas-green);
  background-image: linear-gradient(
    90deg,
    var(--petronas-green) 0%,
    var(--petronas-green) 50%,
    var(--petronas-purple) 100%
  );
  background-size: 200% 100%; 
  background-position: 0 0;   
  background-repeat: no-repeat;
  transition: background-position .35s ease, opacity .25s ease;
}
.swiper-button-prev:after, .swiper-button-next:after {
	color: #fff;
	font-size: 16px;
	width: 50px;
    transform: translateX(calc(50% - 4px));
}
.swiper-controls .swiper-button-prev:hover,
.swiper-controls .swiper-button-prev:focus-visible,
.swiper-controls .swiper-button-next:hover,
.swiper-controls .swiper-button-next:focus-visible{
  background-position: 100% 0;
}
/* Disabled */
.swiper-controls .swiper-button-disabled{ opacity: .5; }
/* View all button (cleaned) */
.swiper-controls .view-all-btn{
  flex-basis:100%;
  display:flex;
  justify-content:center;
}

.swiper-controls .view-all-btn a{
  position:relative;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:12px 18px;
  padding-left:48px;                 /* room for icon */
  border-radius:12px;
  color:#fff;
  text-decoration:none;

  background-color:var(--petronas-green);
  background-image:linear-gradient(
    90deg,
    var(--petronas-green) 0%,
    var(--petronas-green) 50%,
    var(--petronas-purple) 100%
  );
  background-size:200% 100%;
  background-position:0 0;
  transition:background-position .35s ease;
}

/* ensure no legacy overlay appears */
.swiper-controls .view-all-btn a::before{ content:none !important; }

/* same read-more icon + nudge on hover */
.swiper-controls .view-all-btn a::after{
  content:"";
  position:absolute;
  left:16px; top:50%;
  width:22px; height:22px;
  transform:translate(-2px,-50%);
  background:url('/wp-content/themes/astra-child/icons/read-more.svg') no-repeat center/contain;
  transition:transform .35s ease;
  pointer-events:none;
}

.swiper-controls .view-all-btn a:hover,
.swiper-controls .view-all-btn a:focus-visible{
  background-position:100% 0;
}
.swiper-controls .view-all-btn a:hover::after,
.swiper-controls .view-all-btn a:focus-visible::after{
  transform:translate(6px,-50%);
}
@media (min-width:480px){
  .swiper-controls{ flex-wrap:nowrap; }
  .swiper-controls .view-all-btn{ justify-content:flex-start; }
}
@media (max-width:480px){
  .swiper-controls .swiper-button-prev,
  .swiper-controls .swiper-button-next{ display:none; }
}

/* Reveal Card */
.reveal-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 4 / 5;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  transition: box-shadow .5s cubic-bezier(.2,.6,.2,1),
              transform .5s cubic-bezier(.2,.6,.2,1);
}
.reveal-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0,0,0,.16);
}

.reveal-card__media{ position: absolute; inset: 0; }
.reveal-card__media img{
  width: 100%; height: 100%; object-fit: cover; display: block;
  transform: scale(1.1);
  transition: all 0.5s ease;
}

.reveal-card__media::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top,
              rgba(0,0,0,.55) 0%,
              rgba(0,0,0,.08) 70%,
              rgba(0,0,0,0) 100%);
  pointer-events: none;
}
/* Idle title on the scrim */
.reveal-card__label{
  position:absolute; left:0; right:0; bottom:20px;
  padding: 0 16px;
  z-index:2;
  transition: opacity .5s ease, transform .5s ease;
}
.reveal-card__panel{
  position: absolute; left: 0; right: 0; bottom: 0;
  color: #fff;
  background: linear-gradient(180deg,var(--petronas-green),var(--petronas-purple));
  padding: 20px;
  transform: translateY(100%);
  transition: transform 0.5s cubic-bezier(.2,.6,.2,1);
  will-change: transform;
  z-index:3;
}

/* Text styles */
.reveal-card__kicker{ margin: 0 0 4px; font-size: 1.1rem; font-weight: 600; }
.reveal-card__title{ margin: 0 0 8px; font-size: 1.25rem; font-weight: 700; line-height: 1.25; }
.reveal-card__desc{ margin: 0; opacity: 0; transition: opacity .35s cubic-bezier(.2,.6,.2,1); }

/* Hover/focus: reveal panel, fade in copy, zoom OUT image slightly */
.reveal-card:hover .reveal-card__panel,
.reveal-card:focus-within .reveal-card__panel{
  transform: translateY(0);
}
.reveal-card:hover .reveal-card__media img,
.reveal-card:focus-within .reveal-card__media img{
  transform: scale(1.00);
}
.reveal-card:hover .reveal-card__desc,
.reveal-card:focus-within .reveal-card__desc{
  opacity: 1;
}
.reveal-card:hover .reveal-card__label,
.reveal-card:focus-within .reveal-card__label{ opacity:0; transform: translateY(-6px); }

/* 16:9 Link Card */
.link-card {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  transition: box-shadow .5s cubic-bezier(.2,.6,.2,1),
              transform .5s cubic-bezier(.2,.6,.2,1);
}
.link-card:hover{
  box-shadow: 0 16px 36px rgba(0,0,0,.16);
}

.link-card__media{ position: absolute; inset: 0; }
.link-card__media img{
  width: 100%; height: 100%; object-fit: cover; display: block;
  transform: scale(1);
  transition: all 0.5s ease;
}

.link-card__media::after{
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(to top,
              rgba(0,0,0,.55) 0%,
              rgba(0,0,0,.08) 70%,
              rgba(0,0,0,0) 100%);
  pointer-events: none;
}
/* Idle title on the scrim */
.link-card__label{
  position:absolute; left:0; right:0; bottom:20px;
  padding: 15px;
  z-index:2;
  transition: opacity .5s ease, transform .5s ease;
}
.link-card:hover .link-card__media img,
.link-card:focus-within .link-card__media img{
  transform: scale(1.1);
}

/* ASEAN Card Image Left */
.card-image-left {
  position: relative;
  aspect-ratio: 1 / 2;
  overflow: hidden;
  border-radius: 20px 0 0 20px;
  display: flex;
}

.card-image-left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform .5s cubic-bezier(.2,.6,.2,1);
  will-change: transform;
}
.card-image-left:hover img {
	transform: scale(1.1);
}
@media (max-width: 768px) {
  .card-image-left { 
	  aspect-ratio: 2 / 1; 
	  border-radius: 20px 20px 0 0;
	  min-height: 0;
	  align-items: center;
	}
  .card-image-left .elementor-widget-container {
	  height: auto!important;
	}
}

/* Board of Trustees */
.board-card__img {
  position: relative;
  overflow: hidden;
  will-change: transform;
  height: 420px;
  border-radius: 20px 20px 0 0;
}
.board-card__img img{
  display: block;
  object-fit: cover;
  width: 100%;
  transition: transform .5s cubic-bezier(.2,.6,.2,1);
  will-change: transform;
}
.board-card {
  border-radius: 20px;
}
.board-card:hover{
  box-shadow: 0 8px 10px rgba(0,0,0,.12);
  transition: box-shadow .3s
}
.board-card:hover .elementor-widget-image img,
.board-card:hover .board-card__img img{
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .board-card__img { height: 350px; }
}

/* Blog Single Post Template */
.blog-intro{ text-align:center; }
.blog-intro__label{ margin-top: 20px; font-size:12px; letter-spacing:.12em; font-weight:700; opacity:.8; }
.blog-intro__title{ margin:.35em 0 0; }

.blog-card { border:1px solid rgba(0,0,0,.2); border-radius:10px; background:#fff; }
.blog-card__inner { padding:30px; }
.blog-breadcrumbs { font-size:13px; opacity:.8; margin-bottom:18px; }
.blog-meta{display:flex;align-items:center;gap:12px;font-size:14px; line-height: 1; opacity:.8;margin-bottom:18px}
.blog-meta__item{display:inline-flex;align-items:center;gap:8px}
.blog-meta i{font-size:14px;line-height:1;color:currentColor}
.sr-only{position:absolute!important;height:1px;width:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);white-space:nowrap}

@media (max-width: 767px) {
  .blog-card__inner { padding: 10px; }
}

.blog-hero{ margin:0 0 22px; }
.blog-hero img{ display:block; width:100%; height:auto; border-radius:10px; object-fit: cover; }

.blog-content .wp-block-columns{ gap:36px; }
.blog-content .wp-block-column h3{ margin-top:0; }

.single-post .site-main { width: 100%; max-width:1200px; margin:0 auto; }

.single-post .blog-article {
  position: relative;
  z-index: 0;
}
.single-post .blog-article::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
  background-image: url("/wp-content/themes/astra-child/assets/single-post-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: contain;
}
.single-post .ast-container { background: transparent; }

/* Contact Form Two equal columns: label (left) | control (right) */
.cf7-2col.wpcf7-form {
	padding: 16px;
}
.cf7-2col .cf7-row {
  display: grid;
  grid-template-columns: minmax(160px, 210px) 1fr;
  gap: 12px;
  margin-bottom: 12px;
}
.cf7-2col .cf7-label {
  align-self: center;
}
.cf7-2col .cf7-label p, .cf7-2col .cf7-control p {
	margin-bottom: 0!important;
}
.cf7-2col .cf7-label .req { color:#c62828; margin-left:2px; }
.cf7-2col .cf7-control .wpcf7-form-control {
  width: 100%;
  border: 1px solid #d9e1ea;
  border-radius: 6px;
  min-height: 46px;
}

.cf7-2col textarea.wpcf7-form-control {
  min-height: 140px;
  line-height: 1.4;
  resize: vertical;
}
.cf7-2col .cf7-control--select { position: relative; }

.cf7-2col .cf7-control--select::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px; height: 8px;
  margin-top: -4px;
  border-right: 2px solid #7a8699;
  border-bottom: 2px solid #7a8699;
  transform: rotate(45deg);
  pointer-events: none;
}

.cf7-2col .cf7-control--select select {	
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 36px;
}
.cf7-2col .cf7-control .wpcf7-form-control.wpcf7-checkbox {
  border: none;
}

.cf7-2col .wpcf7-form-control:focus {
  outline: none;
  border-color: #314396;
  box-shadow: 0 0 0 3px rgba(42,109,244,.12);
}

.cf7-2col .cf7-full { grid-template-columns: 1fr; }

.cf7-2col .privacy-notice {
  background: #f6f8fb;
  border: 1px solid #d9e1ea;
  border-radius: 6px;
  padding: 12px 14px;
  font-size: 14px;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .cf7-2col .cf7-row { grid-template-columns: 1fr; }
}

/* Password Page */
.pw-wrap { display:flex; justify-content:center; align-items:center; min-height:40vh; padding:24px; }
.pw-card { max-width:640px; width:100%; background:#fff; border:1px solid #e5e7eb; border-radius:12px; padding:24px; box-shadow:0 6px 24px rgba(0,0,0,.06); }
.pw-title { margin:0 0 8px; font-size:1.375rem; }
.pw-intro { margin:0 0 16px; color:#6b7280; }
.pw-form { margin-top:8px; }
.pw-row { display:grid; grid-template-columns:140px 1fr; gap:12px; align-items:center; }
.pw-label { font-weight:600; }
.pw-fieldgroup { display:flex; gap:8px; }
input[type="password"].pw-input { flex:1; min-width:240px; padding:10px 12px; border:1px solid #d1d5db; border-radius:8px; }
.pw-input:focus { outline: none; border-color:#111827; box-shadow:0 0 0 3px rgba(17,24,39,.1); }
.pw-submit { padding:10px 16px; border:0; border-radius:8px; cursor:pointer; background:#111827; color:#fff; }
.pw-note { margin-top:12px; font-size:.875rem; color:#6b7280; }

@media (max-width:768px){
  .pw-row { grid-template-columns:1fr; }
}