.ssd-school-landing__actions {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 22px;
}

.ssd-school-landing__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    min-width: 220px;
    padding: 0 28px;
    border: 1px solid #9a72a7;
    border-radius: 6px;
    background: #9a72a7;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ssd-school-landing__button:hover,
.ssd-school-landing__button:focus {
    border-color: #7a2457;
    background: #7a2457;
    color: #ffffff;
    transform: translateY(-1px);
}

.ssd-school-uniform-categories {
    width: 100%;
    height: 1px;
    scroll-margin-top: 110px;
}

.ssd-school-landscape {
    width: 100%;
    margin: 22px 0 28px;
    border: 1px solid #d8dde7;
    border-radius: 8px;
    overflow: hidden;
    background: #f8fafc;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.07);
}

.ssd-school-landscape img {
    display: block;
    width: 100%;
    height: clamp(220px, 30vw, 420px);
    object-fit: cover;
}

.ssd-school-landing {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
    gap: 28px;
    align-items: stretch;
    margin: 24px 0 34px;
    padding: 28px;
    border: 1px solid #d8dde7;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(16, 24, 40, 0.08);
}

.ssd-school-landing__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.ssd-school-landing__eyebrow {
    margin: 0 0 8px;
    color: #7a2457;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ssd-school-landing__body h2 {
    margin: 0;
    color: #111827;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
}

.ssd-school-landing__description {
    margin-top: 14px;
    color: #3f4756;
    font-size: 16px;
    line-height: 1.7;
}

.ssd-school-landing__description p {
    margin: 0 0 12px;
}

.ssd-school-landing__description p:last-child {
    margin-bottom: 0;
}

.ssd-school-landing__details {
    display: grid;
    gap: 14px;
    align-content: start;
    padding: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fbfcfe;
}

.ssd-school-detail {
    padding-bottom: 14px;
    border-bottom: 1px solid #e5e7eb;
}

.ssd-school-detail:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.ssd-school-detail span {
    display: block;
    margin-bottom: 6px;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
}

.ssd-school-detail p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.55;
}

.ssd-school-detail a {
    color: #7a2457;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
}

.ssd-school-detail a:hover,
.ssd-school-detail a:focus {
    text-decoration: underline;
}

.woocommerce ul.products li.product-category a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 210px;
    padding: 20px;
    border: 1px solid #d8dde7;
    border-radius: 8px;
    background: #ffffff;
    color: #111827;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(16, 24, 40, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.woocommerce ul.products li.product-category a:hover,
.woocommerce ul.products li.product-category a:focus {
    border-color: #7a2457;
    box-shadow: 0 14px 28px rgba(16, 24, 40, 0.11);
    transform: translateY(-2px);
}

.woocommerce ul.products li.product-category img {
    width: auto;
    max-width: 86%;
    height: 130px;
    object-fit: contain;
    margin: 0 0 16px;
}

.woocommerce ul.products li.product-category .woocommerce-loop-category__title {
    width: 100%;
    margin: 0;
    color: #111827;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.woocommerce ul.products li.product-category mark.count {
    display: none;
}

@media (max-width: 1024px) {
    .ssd-school-landing {
        grid-template-columns: 1fr;
    }

    .ssd-school-landing__details {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ssd-school-detail {
        border-bottom: 0;
        padding-bottom: 0;
    }
}

@media (max-width: 700px) {
    .ssd-school-landscape img {
        height: 210px;
    }

    .ssd-school-landing {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
    }

    .ssd-school-landing__body h2 {
        font-size: 24px;
    }

    .ssd-school-landing__description {
        font-size: 15px;
    }

    .ssd-school-landing__details {
        grid-template-columns: 1fr;
    }

    .ssd-school-landing__actions {
        justify-content: stretch;
    }

    .ssd-school-landing__button {
        width: 100%;
    }
}
