.product-category-description .category-title h2{
    font-size: 36px;
    line-height: 50px;
    margin: 0px;
}

.product-category-description .product-category-note{
    background-color: #1c2335;
    padding: 24px 44px;
    text-align: center;
    margin: 16px 0px;
}

.product-category-description .product-category-note h3{
    font-size: 18px;
    line-height: 28px;
    margin: 0px;
    color: #fff;
}

.product-category-description .product-category-description{
    display: flex;
    gap: 25px;
    margin: 36px 0px;
}

.product-category-description .product-category-description .left-section{
    width: 66.66%;
}

.product-category-description .product-category-description .right-section{
    flex: 1;
}

.product-category-description .product-category-description .right-section p{
    margin: 0px;
    line-height: 27px;
    font-size: 16px;
}
.product-category-description .product-category-details{
    background: #a1cf56;
    padding: 16px;
    margin: 24px 0px;
}
.product-category-description .product-category-details>div{
    margin-top: 7px;
}
.product-category-description .product-category-details>div:first-child{
    margin-top: 0px;
}
.product-category-description .product-category-details>div p{
    margin: 0px;
    font-size: 16px;
    line-height: 27px;
}
.product-category-description .product-category-overview-title h2{
    margin: 5px 0px 0px 0px;
    font-size: 36px;
    line-height: 50px;
}
.product-category-description .product-category-overview-content p{
    font-size: 16px;
    line-height: 27px;
    margin: 16px 0px;
}

.accordion-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion-item {
    border: 1px solid #ddd;
    margin-bottom: 5px;
    border-radius: 4px;
}

.accordion-header {
    padding: 15px 20px;
    background: #f7f7f7;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
}

.accordion-header:hover {
    background: #f0f0f0;
}

.product-category-description .accordion-icon {
    font-size: 20px;
    transition: transform 0.3s ease;
    transform: rotate(180deg);
    margin-bottom: -3px;
    margin-right: 3px;
}

.product-category-description .accordion-icon svg{
    width: 20px;
    height: 20px;
    fill: #fff;
}

.product-category-description .accordion-item.active .accordion-icon {
    transform: rotate(0deg);
    margin-bottom: -2px;
}

.product-category-description .accordion-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
}

.product-category-description .accordion-item.active .accordion-content {
    max-height: 500px;
}

.product-category-description .event-link {
    display: inline-block;
    background: #4CAF50;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    margin: 20px 20px 20px 20px;
    background-color: #83bb26;
    border-radius: inherit;
    font-size: 16px;
    line-height: 27px;
    padding: 13px 23px;
}

.product-category-upcoming-dates-custom-info {
    padding-top: 15px;
    border-top: 1px solid #eee;
}
.product-category-upcoming-dates-custom-info p{
    padding: 0px 20px;
}

.product-category-description .accordion-header{
    background: #1c2335;
    padding: 8px 10px;
}

.product-category-description .accordion-header .date-title{
    color: #fff;
    line-height: 27px;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .product-category-description .category-title h2{
        font-size: 26px;
        line-height: 40px;
        padding: 0px 10px;
    }

    .product-category-description .product-category-note{
        padding: 20px 10px;
    }

    .product-category-description .product-category-description{
        flex-direction: column;
        margin: 36px 0px 20px 0px;
    }

    .product-category-description .product-category-description .right-section{
        padding: 0px 10px;
    }

    .product-category-description .product-category-description .left-section{
        width: 100%;
    }

    .product-category-description .product-category-overview-title h2{
        font-size: 26px;
        line-height: 40px;
    }

    .product-category-description .product-category-overview-content p{
        padding: 0px 10px;
    }

    .product-category-description .accordion-header .date-title{
        line-height: 23px;
        font-size: 14px;
    }


}


/* --- Improved upcoming dates list (no accordion) --- */
.product-category-description .product-category-upcoming-dates .event-list{
    list-style: none;
    padding: 0;
    margin: 16px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 12px;
}
.product-category-description .product-category-upcoming-dates .event-item{
    background: #f7f7f7;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 12px 14px;
    transition: transform .12s ease, box-shadow .12s ease;
}
.product-category-description .product-category-upcoming-dates .event-item:hover{
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.product-category-description .product-category-upcoming-dates .event-link{
    display: flex;
    align-items: baseline;
    gap: 10px;
    text-decoration: none;
    color: inherit;
}
.product-category-description .product-category-upcoming-dates .event-date{
    font-weight: 600;
    white-space: nowrap;
}
.product-category-description .product-category-upcoming-dates .event-title{
    flex: 1;
    line-height: 1.3;
}
.product-category-description .product-category-upcoming-dates .event-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 8px;
}
.product-category-description .product-category-upcoming-dates .event-badge{
    background: #eef4ff;
    border: 1px solid #dbe7ff;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 18px;
}
@media (max-width: 480px){
    .product-category-description .product-category-upcoming-dates .event-list{
        grid-template-columns: 1fr;
        gap: 10px;
    }
    .product-category-description .product-category-upcoming-dates .event-item{
        padding: 12px;
        border-radius: 8px;
    }
}



/* --- Upcoming dates: desktop as simple vertical list, improved date typography --- */
.product-category-description .product-category-upcoming-dates .event-list{
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.product-category-description .product-category-upcoming-dates .event-item{
    border-bottom: 1px solid #e6e6e6;
}

.product-category-description .product-category-upcoming-dates .event-item:first-child{
    border-top: 1px solid #e6e6e6;
}

.product-category-description .product-category-upcoming-dates .event-link{
    display: flex;
    align-items: center;
    gap: 12px;
	padding: 12px !important;
    text-decoration: none;
    color: inherit;
    transition: background-color .12s ease;
}

.product-category-description .product-category-upcoming-dates .event-link:hover{
    background-color: rgba(0,0,0,0.03);
}

.product-category-description .product-category-upcoming-dates .event-date{
    min-width: 130px; /* fixed column for aligned list */
    display: flex;
    gap: 8px;
    align-items: baseline;
    font-variant-numeric: tabular-nums; /* align numbers nicely */
    letter-spacing: .2px;
}

.product-category-description .product-category-upcoming-dates .event-weekday{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    opacity: .75;
}

.product-category-description .product-category-upcoming-dates .event-fulldate{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
}

.product-category-description .product-category-upcoming-dates .event-title{
    flex: 1;
    line-height: 1.35;
    font-size: 16px;
}

.product-category-description .product-category-upcoming-dates .event-chevron{
    font-size: 20px;
    opacity: .5;
    margin-left: 6px;
}

.product-category-description .product-category-upcoming-dates .event-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 12px 132px; /* align badges under the title column */
}

.product-category-description .product-category-upcoming-dates .event-badge{
    background: #eef4ff;
    border: 1px solid #dbe7ff;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 18px;
}

@media (max-width: 640px){
    .product-category-description .product-category-upcoming-dates .event-link{
        padding: 12px 0;
        gap: 10px;
        align-items: flex-start;
    }
    .product-category-description .product-category-upcoming-dates .event-date{
        min-width: 100px;
    }
    .product-category-description .product-category-upcoming-dates .event-meta{
        margin-left: 0; /* stack on mobile */
        margin-top: -6px;
    }
}



/* --- Force vertical list (no grid) & simple styling --- */
.product-category-description .product-category-upcoming-dates .event-list{
    display: block !important;
    grid-template-columns: none !important;
    gap: 0 !important;
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.product-category-description .product-category-upcoming-dates .event-item{
    background: transparent !important;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
}

.product-category-description .product-category-upcoming-dates .event-item:first-child{
    border-top: 1px solid #e6e6e6;
}

.product-category-description .product-category-upcoming-dates .event-link{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    text-decoration: none;
    color: inherit;
    transition: background-color .12s ease;
}

.product-category-description .product-category-upcoming-dates .event-link:hover{
    background-color: rgba(0,0,0,0.03);
}

.product-category-description .product-category-upcoming-dates .event-date{
    min-width: 120px;
    font-weight: 600;
}

.product-category-description .product-category-upcoming-dates .event-title{
    flex: 1;
    line-height: 1.35;
}

.product-category-description .product-category-upcoming-dates .event-chevron{
    font-size: 20px;
    opacity: .5;
    margin-left: 6px;
}

.product-category-description .product-category-upcoming-dates .event-meta{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 12px 120px;
}

.product-category-description .product-category-upcoming-dates .event-badge{
    background: #eef4ff;
    border: 1px solid #dbe7ff;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 18px;
}

@media (max-width: 640px){
    .product-category-description .product-category-upcoming-dates .event-date{
        min-width: 100px;
    }
    .product-category-description .product-category-upcoming-dates .event-meta{
        margin-left: 0;
    }
}
