/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Description: Child theme for Astra
Author: Your Name
Author URI: https://example.com/
Template: astra
Version: 1.0.0
*/


/*
 * General*/
.sm-icons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
	align-items:center;
	opacity: 0;
    transition: opacity 0.5s ease-in-out;
	pointer-events: none;
}

.sm-icons.is-visible {
    opacity: 1;
    pointer-events: auto;
}

.sharing_buttons {
    position: absolute;
    right: -3rem;
    top: 4rem;
}

.lau-accordion {
    max-width: 1000px !important;
}

.lau-accordion h3 {
    font-size: 20px !important;
}

/*
 * End General*/

/*faqs*/
.page-faqs ~ h2 {
    padding-top: 2rem !important;
}
/*end faqs*/

/** no_js */
.no-js .lau-games.featured {
  display: none;
}
/** end no_js*/


/**Header*/


header #ast-desktop-header .ast-builder-grid-row {
    margin: 0 3rem;
}

.page:not(.home) .site-header {
    background: none;
}

h1 {
    line-height: 1!important;
}
.site-header {
    background: linear-gradient(        to bottom,        rgba(0, 0, 0, 0.8) 0%,        rgba(0, 0, 0, 0.4) 60%,        rgba(0, 0, 0, 0) 100%    );
}

.main-header-bar {
    background-color: transparent!important;
}

/** Menu */

header nav#primary-site-navigation-desktop ul.sub-menu li {
    position: initial !important;
}

header nav#primary-site-navigation-desktop ul.sub-menu li a{
    position: relative !important;
}


header nav#primary-site-navigation-desktop ul.main-header-menu li#menu-item-136:hover:before {
content: '';
    width: 739px !important;
    position: absolute;
    background: white;
    height: 13.8rem;
    top: 1.15rem !important;
    transform: translateY(0) !important;
    z-index: -1;
    left: -0.3rem !important;
    border-radius: 24px;
}

header nav#primary-site-navigation-desktop ul.main-header-menu li#menu-item-136 ul.sub-menu{
	background: #FAFAFC;
	min-height: 13.4rem;
	border-radius:24px;
	border-top:0
	
}

header nav#primary-site-navigation-desktop ul.main-header-menu li#menu-item-136 ul.sub-menu ul{
border-left:5px solid white;
	    padding-top: 0.9rem;
}





.main-header-menu .menu-link, .main-header-menu>a {
    text-decoration: none;
    padding: 0 0.8rem;
    display: inline-block;
    transition: all .2s linear;
    font-size: 0.85rem;
    font-weight: bold;
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link {
    border-style: none;
    color: black;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1;
	margin-inline:1rem;
}

.ast-desktop .astra-menu-animation-fade>.menu-item:hover>.sub-menu {
    border-radius: 1rem;
	padding-block:1rem;
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link:hover {
    background-color: #E9F2E1;
}
/** End Menu*/

@media (min-width: 921px) {
    header {
        position: absolute!important;
        left: 0;
        right: 0;
    }
}

/**end Header*/


/** Gallery CSS */

.tabTitles {
	gap:1rem;
}

.homepage.gallery-carousel .sports-media-gallery-title {
    display: none;
}

.homepage.gallery-carousel .sports-media-gallery-header{
    justify-content: end;
}

section.gallery-carousel span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.6rem;
    height: 0.6rem;
}

section.featured-box-section{
    background: linear-gradient(360deg, #293540 0%, #364B45 100%);
}
        .sports-media-gallery-wrap {
            padding: 0px;
            color: #fff;
            overflow: hidden;
        }

        .sports-media-gallery-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            margin-bottom: 30px;
        }

        .sports-media-gallery-title {
            margin: 0;
            font-size: 42px;
            line-height: 1.1;
        }

        .sports-media-filter {
            min-width: 150px;
            width:15px;
            padding: 10px 14px;
            border-radius: 12px;
            border: 0;
            background: #fff;
            color: #222;
        }

        .sports-media-slide {
            width: 376px!important;
        }

        .sports-media-card {
            border-radius: 24px;
            overflow: hidden;
        }

        .sports-media-image-wrap {
            position: relative;
            aspect-ratio: 3 / 4;
            overflow: hidden;
            border-radius: 24px;
            background: #000;
        }

        .sports-media-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            cursor:pointer;
        }

        .sports-media-image-wrap::after {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 35%;
            background: linear-gradient(
                to top,
                rgba(0,0,0,0.6) 0%,
                rgba(0,0,0,0.3) 45%,
                rgba(0,0,0,0) 100%
            );
            pointer-events: none;
        }

        .sports-media-caption {
            position: absolute;
            left: 18px;
            right: 18px;
            bottom: 18px;
            z-index: 2;
            font-size: 13px;
            line-height: 1.35;
            color: #fff;
            text-align: left;
            text-shadow: 0 1px 4px rgba(0,0,0,0.45);
        }

        .sports-media-pagination {
            margin-top: 18px;
            text-align: center;
        }

        .sports-media-gallery-wrap .swiper-pagination-bullet {
            background: #D9D9D9;
            opacity: 1;
        }

        .sports-media-gallery-wrap .swiper-pagination-bullet-active {
            background: #293540;
        }

        /** Modal CSS */
        /* MODAL */
.sports-media-modal {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.85);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    padding: 20px;
}

.sports-media-modal.active {
    display: flex;
}

.sports-media-modal-inner {
    position: relative;
    max-width: 900px;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sports-media-modal-image {
    width: auto;
    height: auto;
    border-radius: 12px;
    display: block;
}

.sports-media-modal-caption {
    margin-top: 12px;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.sports-media-modal-close {
    position: absolute;
    top: 1rem;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
}


/*Featured box css*/
/* ===== Wrapper ===== */
.featured-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    max-width: 1000px;

    padding: 35px 50px;
    border-radius: 20px;
    /* Subtle glow border */
    border: 1px solid rgba(120, 255, 180, 0.5);

    /* Soft shadow */
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

/* ===== Left column ===== */
.featured-box .wp-block-column:first-child {
    max-width: 640px;
}

/* Heading */
.featured-box h3 {
    margin: 0 0 16px;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
}

/* Paragraph */
.featured-box .eb-text {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.6;
    color: #ffffff!important;
}

/* ===== Right column (button) ===== */
.featured-box .wp-block-column:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* Button */
.featured-box .eb-button-anchor {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 26px;
    border-radius: 16px!important;

    background: linear-gradient(135deg, #1bb38f, #0f8f73);
    color: #ffffff;
    font-size: 14px!important;
    font-weight: bold!important;
    text-decoration: none;

    transition: all 0.25s ease;
}

/* Button hover */
.featured-box .eb-button-anchor:hover {
    background: linear-gradient(135deg, #22c39c, #13a884);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
}

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .featured-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 36px;
    }

    .featured-box .wp-block-column:last-child {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .featured-box {
        padding: 28px 20px;
    }

    .featured-box h3 {
        font-size: 26px;
    }

    .featured-box .eb-text {
        font-size: 15px;
    }

    .featured-box .eb-button-anchor {
        width: 100%;
        text-align: center;
    }
}
/*End Featured box*/

        @media (max-width: 767px) {
            .sports-media-gallery-wrap {
                padding: 24px;
            }

            .sports-media-gallery-header {
                flex-direction: column;
                align-items: flex-start;
            }

            .sports-media-gallery-title {
                font-size: 32px;
            }
        }

/** End of Gallery CSS */


/* Schedules section*/

.page-schedule > span {
    height: 656px;
	background:linear-gradient(180deg, #293540 0%, #364B45 100%)!important;
}

section.schedules {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

.lau-games {
    max-width: 930px!important;
    margin: 0 auto;
    font-family: inherit;
    color: #1f2328;
}

.lau-games-sub {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-color: white;
    border: 1px solid #F1EBEB;
}

.lau-games .lau-games-sub .past-event p.event-result {
    color: black;
    font-size: 32px;
    background-color: transparent;
}

.lau-games .lau-games-sub p.status-scheduled, .lau-games .lau-games-sub .past-event p.datetime, .lau-games .lau-games-sub .past-event p.venue-location, .lau-games .lau-games-sub .event-acf-location {
    display: none;
}


.lau-games .lau-games-sub .past-event p.event-acf-game-status.won {
    color: #2BAE80;
    background-color: transparent;
    font-weight: bold;
	font-size:0.8rem;
}

.lau-games .lau-games-sub .past-event p.event-acf-game-status.won:before {
 content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/wp-content/themes/astra/assets/svg/won.svg') no-repeat center;
  background-size: contain;
  margin-right: 8px;
}


body:not(.home) .lau-games h2 {
    text-align: center;
}

body:not(.home) .lau-games .view-all {
    display: none;
}

.lau-games .buttons-selects {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin: 2.5rem auto 1.5rem auto;
}

.lau-games .buttons-selects > div:first-child {
    display: flex;
    gap: 14px;
}

.lau-games .buttons-selects > div:last-child {
    display: flex;
    gap: 14px;
}

/* Tabs */
.lau-athletics-button, ul.tabTitles li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 127px;
    height: 56px;
    padding: 0 28px;
    border-radius: 999px;
    background: #ffffff;
    color: #000;
    text-decoration: none!important;
    font-size: 1rem;
    font-weight: bold;
    border: 1px solid #29354033;
    transition: background 0.2s ease, color 0.2s ease;
}

.lau-athletics-button.is-active,
.lau-athletics-button:hover {
    background: #006450;
    color: #fff;
}

/* Selects */
.lau-athletics-select {
    width: 150px;
    height: 56px;
    padding: 0 18px;
    border: 0;
    border-radius: 14px;
    background: #ffffff;
    color: #2b2f33;
    font-size: 14px;
	font-weight:bold;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03), inset 0 0 0 1px rgba(0,0,0,0.04);
}

/* ===== Games list container effect ===== */
.lau-games .lau-game-row {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 220px;
    align-items: center;
    column-gap: 0.5rem;
    padding: 24px 22px;
    border-bottom: 1px solid #ecece7;
}

.lau-games .lau-game-row:first-of-type {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.lau-games .lau-game-row:last-of-type {
    border-bottom: 0;
}

.lau-games .lau-game-row.past-event {
    background: #eef3f1;
}

/* Optional outer card feel */
.lau-games .lau-game-row:first-of-type,
.lau-games .lau-game-row + .lau-game-row,
.lau-games .view-all {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.02);
}

.lau-games > .lau-game-row:first-of-type {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.lau-games > div:last-child {
    background: #fff;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
    padding: 20px;
    text-align: center;
    border: 1px solid #F1EBEB;
    border-top: none;
}

.lau-game-row.upcoming:last-child {
    background-color: #f3faf7;
}
/* ===== Image ===== */
.lau-games:not(.featured) .image {
    width: 64px;
    height: 64px;
    border-radius: 1rem;
    background: #e8ecea;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lau-games .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ===== Reset p spacing ===== */
.lau-games p {
    margin: 0;
}

/* ===== Middle column ===== */
.lau-games .lau-game-row > div:nth-child(2) {
    min-width: 0;
}

.lau-games .title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    color: #000000;
}

.lau-games .lau-game-row > div:nth-child(2) > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 14px;
}

.lau-games .datetime {
    font-size: 1rem;
    line-height: 1.35;
    color: #363a3d;
    white-space: nowrap;
}

.lau-games .venue-location {
    position: relative;
    padding-left: 16px;
    font-size: 15px;
    line-height: 1.35;
    color: #4a4e52;
    white-space: nowrap;
    text-decoration: underline;
}

.lau-games .venue-location:not(:empty)::before {
    content: "";
    position: absolute;
    left: -2px;
    top: 0;
    width: 17px;
    height: 17px;
    background-image: url(https://lau.edu.lb/_ui/lau-athletics-location-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 17px;
}

/* ===== Small badges ===== */
.lau-games .game-round,
.lau-games .event-result,
.lau-games .event-acf-game-status,
.lau-games .event-acf-location,
.lau-games .event-status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
}

/* Similar to the green "semi-finale" badge */
.lau-games .game-round,
.lau-games .event-result,
.lau-games .event-acf-game-status,
.lau-games .event-acf-location {
    background: #cfe5b3;
    color: #395f22;
}

/* Built-in event statuses */
.lau-games .event-status.status-scheduled {
    background: #e7efe7;
    color: #2f7d4f;
}

.lau-games .event-status.status-postponed {
    background: #fff0c9;
    color: #9a6500;
}

.lau-games .event-status.status-canceled,
.lau-games .event-status.status-cancelled {
    background: #de6158;
    color: #fff;
}

/* ===== Right column ===== */
.lau-games .lau-game-row > div:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    text-align: right;
}

.lau-games .event-sports {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 4px 8px;
}

.lau-games .event-sport {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.35;
    color: #000000;
}

.lau-games.featured .event-sport {
    color: white;
}

.lau-games.featured {
    float: right;
}

.lau-games .tournament {
    font-size: 12px;
    line-height: 1.35;
    font-weight: bold;
    color: #000000;
    background-color: #F7F7F7;
    padding: 0.5rem 0.8rem;
    border-radius: 100px;
}

/* ===== View all ===== */
.lau-games .view-all {
    display: inline-block;
    color: #086250;
    text-decoration: none!important;
    font-size: 16px;
    font-weight: bold;
}

.lau-games .view-all:hover {
    text-decoration: underline!important;
}

/* ===== Hidden rows helper for JS ===== */
.lau-games .is-hidden {
    display: none !important;
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .lau-games h2 {
        font-size: 40px;
    }

    .lau-games .buttons-selects {
        flex-direction: column;
        align-items: stretch;
    }

    .lau-games .buttons-selects > div:last-child {
        flex-wrap: wrap;
    }

    .lau-games .lau-game-row {
        grid-template-columns: 60px minmax(0, 1fr);
        row-gap: 14px;
    }

    .lau-games .lau-game-row > div:nth-child(3) {
        grid-column: 1 / -1;
        align-items: flex-start;
        text-align: left;
        padding-left: 86px;
    }

    .lau-games .event-sports {
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    .lau-games h2 {
        font-size: 34px;
        margin-bottom: 18px;
    }

    .lau-games .buttons-selects > div:first-child {
        flex-wrap: wrap;
    }

    .lau-athletics-button {
        height: 50px;
        min-width: 88px;
        padding: 0 22px;
        font-size: 16px;
    }

    .lau-games #schedule-sports,
    .lau-games #schedule-tournament {
        width: 100%;
        min-width: 0;
        height: 50px;
        font-size: 15px;
    }

    .lau-games .buttons-selects > div:last-child {
        flex-direction: column;
    }

    .lau-games .lau-game-row {
        grid-template-columns: 52px minmax(0, 1fr);
        column-gap: 16px;
        padding: 18px 16px;
    }

    .lau-games .image {
        width: 52px;
        height: 52px;
        border-radius: 14px;
    }

    .lau-games .title {
        font-size: 17px;
    }

    .lau-games .datetime,
    .lau-games .venue-location,
    .lau-games .event-sport,
    .lau-games .tournament {
        font-size: 14px;
    }

    .lau-games .lau-game-row > div:nth-child(3) {
        padding-left: 68px;
    }

    .lau-games .game-round,
    .lau-games .event-result,
    .lau-games .event-acf-game-status,
    .lau-games .event-acf-location,
    .lau-games .event-status {
        font-size: 11px;
        padding: 6px 10px;
    }

    .lau-games .view-all {
        font-size: 18px;
    }
}
/* End Schedules section*/

/* Featured Schedule/Games*/
.lau-games.featured .lau-games-sub {
  position: relative;
  overflow: hidden;
  padding: 0!important;
  width:210px;
  background-color: transparent;
  border: none;
}

.lau-games.featured .lau-games-sub .swiper-wrapper {
  align-items: stretch;
}

.lau-games.featured .lau-games-sub .lau-game-row {
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  text-align: center;
  padding: 0 0 18px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* top green bar */
.lau-games.featured .lau-games-sub .lau-game-row::before {
	content: "";
    display: block;
    width: 100%;
    height: 60px;
    background: #0f8b78;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    position: absolute;
}

/* sports label inside green bar */
.lau-games.featured .lau-games-sub .event-sports {
   position: relative;
    margin: 0;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    font-size: 14px;
    line-height: 1;
    text-transform: none;
    font-weight: bold;
    padding-block: 0.5rem;
    min-height: 3rem;
}

/* image/logo */
.lau-games.featured .lau-games-sub .image {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lau-games.featured .lau-games-sub .image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

/* middle text blocks */
.lau-games.featured .lau-games-sub .lau-game-row > div:nth-child(2) {
  padding: 0 9px;
}

.lau-games.featured .lau-games-sub .title {
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  color: #1f2328;
}

.lau-games.featured .lau-games-sub .datetime {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #111111;
}

.lau-games.featured .lau-game-row div div {
    display: grid;
}

.lau-games.featured .lau-games-sub .venue-location {
  margin: 4px 0 0;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 400;
  color: #4a4f55;
	margin:10px auto 0 auto;
}

/* hide extra metadata not shown in screenshot */
.lau-games.featured .lau-games-sub .game-round,
.lau-games.featured .lau-games-sub .event-status,
.lau-games.featured .lau-games-sub .event-acf-game-status,
.lau-games.featured .lau-games-sub .event-acf-location,
.lau-games.featured .lau-games-sub .tournament {
  display: none;
}

/* third column cleanup */
.lau-games.featured .lau-games-sub .lau-game-row > div:nth-child(3) {
  padding: 0 18px;
  margin-top: auto;
}
.lau-games.featured .lau-games-sub .lau-game-row > div {
align-items: center;
}

/* optional icon-like location feel */
.lau-games.featured .lau-games-sub .venue-location::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: -2px;
  background: currentColor;
  opacity: 0.35;
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5z'/></svg>") center / contain no-repeat;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5z'/></svg>") center / contain no-repeat;
}

/* card width feel */
.lau-games.featured .lau-games-sub .swiper-slide {
  height: auto;
}

@media (min-width: 1024px) {
  .lau-games.featured .lau-games-sub .lau-game-row {
    margin: 0 auto;
	  min-height:211px;
  }
}

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

/* dots */
.lau-games.featured .lau-games-sub .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
}

.lau-games.featured .lau-games-sub .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 !important;
  border-radius: 999px;
  background: #d4d4d4;
  opacity: 1;
  transition: all 0.2s ease;
}

.lau-games.featured .lau-games-sub .swiper-pagination-bullet-active {
  width: 0.5rem;
  height: 0.5rem;
  background: #ffffff;
}
/* End Featured Schedule/Games*/


/*
 * News Listing Page*/
.lau-news-list.page-listing select {
	background:#D2EFB9;
}
.lau-news-card.is-hidden {
    display: none;
}
.lau-news-list.page-listing>div {
    justify-content: center;
    gap: 1rem;
	margin-bottom:2rem;
}

.lau-news-list.page-listing .lau-news-list-sub{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
/*
 * End News Listing Page*/


/*
 * News Details Page*/

/* Background layer */
.page-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 260px; /* height of grey area */
    background: #293540;
    z-index: 1;
    pointer-events: none;
}

.lau-single-post {
    position: relative;
    max-width: 625px;
    margin: 0 auto;
    padding: 160px 14px 40px;
    box-sizing: border-box;
}

.lau-single-post-inner {
    position: relative;
    z-index: 1;
}

.lau-single-sports {
    margin-bottom: 2rem;
	position:relative;
}

.lau-single-post .lau-news-sport {
	background-color:#D2EFB9;
	color:#0D7D66;
	font-size:14px;
	font-weight:bold;
}

.lau-single-image {
    margin-bottom: 14px;
    border-radius: 8px;
    overflow: hidden;
    line-height: 0;
}

.lau-single-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.lau-single-date, .tribe-events-schedule {
    margin: 0 0 8px;
    color: #293540;
    font-size: 0.8rem;
    line-height: 1.4;
}

.lau-single-title, .tribe-events-single-event-title {
    margin: 0 0 14px;
    color: #293540;
    font-size: 40px;
    line-height: 1.04;
    font-weight: bold;
    text-wrap: balance;
}

.lau-single-content, .tribe-events-content {
    color: #293540;
    font-size: 0.8rem;
    line-height: 1.45;
}

.lau-single-content > * {
    margin-top: 0;
}

.lau-single-content > *:last-child {
    margin-bottom: 0;
}

.lau-single-content p {
    margin-bottom: 10px;
}

.lau-single-content a {
    color: #0D7D66;
    text-decoration: none;
}

.lau-single-content a:hover {
    text-decoration: underline;
}

/*
 * End News DEtails page*/

/** News Carousel */

a.view-all {
    color: #D2EFB9;
    text-decoration: none !important;
    font-size: 0.8rem;
}

a.view-all:hover {
text-decoration: underline!important;
}
.lau-news-list>div {
    display: flex;
    justify-content: space-between;
}

.lau-news-list {
  overflow: hidden;
  position: relative;
}

.lau-news-list h2 {
    color: white;
}

/* Each card */
.lau-news-card {
  flex: 0 0 384px; /* card width */
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.lau-news-card:hover {
  transform: translateY(-5px)!important;
}

/* Link reset */
.lau-news-link {
  display: block;
  text-decoration: none!important;
  color: inherit;
}

/* Image */
.lau-news-image {
  width: 100%;
  aspect-ratio: 1 / 1; /* makes it perfectly square */
  overflow: hidden;
  border-radius: 16px;
}

.lau-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* keeps image nicely cropped */
  display: block;
}
/* Content */
.lau-news-content {
  padding: 14px 6px 0;
}

/* Tags */
.lau-news-sport {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  background: #D2EFB952;
  color: #D2EFB9;
  padding: 6px 10px;
  border-radius: 999px;
  margin: 6px 6px 0 0;
}

/* Date */
.lau-news-date {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: white;
  padding: 6px 10px;
  border-radius: 999px;
  margin-top: 6px;
}

/* Title */
.lau-news-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.3;
  color:white
}

/** Pagination css */
.lau-news-list .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
}

.lau-news-list .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: #d9d9d9;
  opacity: 1;
  border-radius: 999px;
  transition: all 0.25s ease;
}

.lau-news-list .swiper-pagination-bullet-active {
  width: 0.6rem;
  height: 0.6rem;
  background: white; /* active dark dot */
}
/** End News Carousel */

/* Footer */

footer .contact-info p.phone a:before {
	 content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/wp-content/themes/astra/assets/svg/phone.svg') no-repeat center;
  background-size: contain;
	position: absolute;
    left: -25px;
    top: 0px;
}

footer .contact-info p.email a:before {
	 content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/wp-content/themes/astra/assets/svg/email.svg') no-repeat center;
  background-size: contain;
	position: absolute;
    left: -25px;
    top: 0px;
}


footer .contact-info p.whatsapp a:before {
	 content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('/wp-content/themes/astra/assets/svg/whatsapp.svg') no-repeat center;
  background-size: contain;
	background-color: white;
    border-radius: 50%;
	position: absolute;
    left: -25px;
    top: 0px;
}

footer .contact-info a {
    color: white;
    font-size: 0.8rem;
	position:relative;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
	padding-inline: 2rem !important;
}

footer .contact-info a:hover {
    color: #12b886;
	text-decoration:underline;
}

.site-footer .site-below-footer-wrap {
    border-top: 1px solid #283540;
    padding: 2.5rem 0px;
}

.site-footer .ast-builder-grid-row-container-inner,
.site-footer .site-below-footer-inner-wrap {
    max-width: 100%;
}

.site-footer .site-below-footer-inner-wrap.ast-builder-grid-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

/* ===== Left column ===== */
.site-footer .site-footer-below-section-1 {
    flex: 1 1 auto;
}

.site-footer .ast-footer-copyright,
.site-footer .ast-footer-copyright p {
    margin: 0;
}

.site-footer .lau-logo-white {
    display: block;
    width: 170px;
    height: auto;
    margin: 0;
}

.site-footer .ast-footer-copyright p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
}

.site-footer .ast-footer-copyright a {
    color: #12b886;
    text-decoration: underline;
    font-weight: 600;
}

.site-footer .ast-footer-copyright a:hover {
    color: #19c997;
}

/* remove the visual effect of the <br> spacing being too large */
.site-footer .ast-footer-copyright br {
    display: block;
    content: "";
    margin-bottom: 2px;
}

/* ===== Right column ===== */
.site-footer .site-footer-below-section-2 {
    flex: 0 0 auto;
    margin-left: auto;
}
footer p {
	margin-bottom:0px;
}
.site-footer .ast-builder-html-element {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 1rem;
}

/* icons row */
.site-footer .social-media-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

.site-footer .social-media-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.site-footer .social-media-icons img {
    display: block;
    width: 23px;
    height: 23px;
    object-fit: contain;
    opacity: 0.95;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.site-footer .social-media-icons a:hover img {
    opacity: 1;
    transform: translateY(-1px);
}

/* copyright row */
.site-footer .copyright {
    display: flex;
    align-items: center;
    gap: 18px;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.6rem;
    line-height: 1.4;
    white-space: nowrap;
}

.site-footer .copyright a {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
}

.site-footer .copyright a:hover {
    color: rgba(255, 255, 255, 0.72);
}

/* ===== Responsive ===== */
@media (max-width: 921px) {
    .site-footer .site-below-footer-wrap {
        padding: 28px 24px 32px;
    }

    .site-footer .site-below-footer-inner-wrap.ast-builder-grid-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }

    .site-footer .site-footer-below-section-2 {
        margin-left: 0;
        width: 100%;
    }

    .site-footer .ast-builder-html-element {
        width: 100%;
        align-items: flex-start;
        gap: 24px;
    }

    .site-footer .social-media-icons {
        justify-content: flex-start;
    }

    .site-footer .copyright {
        white-space: normal;
        flex-wrap: wrap;
        gap: 10px;
    }
}