.glamour-watch-specs {
    margin-top: 2rem;
    color: #4b5563;
    font-size: 0.9375rem;
    line-height: 1.55;
    max-width: 100%;
}

.glamour-watch-specs__title {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1f2937;
}

.glamour-watch-specs__reference {
    margin: 0 0 1.25rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.glamour-watch-specs__reference strong {
    font-weight: 700;
    color: #374151;
}

.glamour-watch-specs__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: start;
    width: 100%;
}

.glamour-watch-specs__card {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    border: 1px solid #d1d5db;
    background: #fff;
    height: auto;
    overflow: hidden;
}

.glamour-watch-specs__card-icon {
    display: block;
    flex: 0 0 auto;
    text-align: center;
    padding: 1rem 0.75rem 0.75rem;
    border-bottom: 1px solid #d1d5db;
    background: #fff;
}

.glamour-watch-specs__card-icon .glamour-watch-specs__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 108px;
    height: 108px;
    min-width: 108px;
    min-height: 108px;
    max-width: 108px;
    max-height: 108px;
    color: #6b7280;
    line-height: 0;
    overflow: hidden;
    margin: 0 auto;
}

.glamour-watch-specs__card-icon svg,
.glamour-watch-specs__card-icon .glamour-watch-specs__svg,
.prose .glamour-watch-specs__card-icon svg {
    width: 108px !important;
    height: 108px !important;
    min-width: 108px !important;
    min-height: 108px !important;
    max-width: 108px !important;
    max-height: 108px !important;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

.glamour-watch-specs__card-heading {
    display: block;
    flex: 0 0 auto;
    text-align: center;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #111827;
    padding: 0.75rem 0.85rem;
    background: #f9fafb;
    border-bottom: 1px solid #d1d5db;
    line-height: 1.35;
}

.glamour-watch-specs__card-body {
    display: block;
    flex: 1 1 auto;
    text-align: left;
    padding: 0.85rem 0.85rem 1rem;
    color: #4b5563;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    background: #fff;
}

.glamour-watch-specs__items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.glamour-watch-specs__items li {
    margin: 0;
    padding: 0;
}

.glamour-watch-specs__items li + li {
    margin-top: 0.35rem;
}

/* Tailwind prose overrides */
.prose .glamour-watch-specs :where(h3, h4) {
    margin: 0;
    color: inherit;
}

.prose .glamour-watch-specs p {
    margin: 0 0 1.15rem;
}

.prose .glamour-watch-specs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.prose .glamour-watch-specs li {
    margin: 0;
    padding: 0;
}

.prose .glamour-watch-specs li + li {
    margin-top: 0.35rem;
}

@media (max-width: 1180px) {
    .glamour-watch-specs__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .glamour-watch-specs__card-icon .glamour-watch-specs__icon,
    .glamour-watch-specs__card-icon svg,
    .glamour-watch-specs__card-icon .glamour-watch-specs__svg,
    .prose .glamour-watch-specs__card-icon svg {
        width: 84px !important;
        height: 84px !important;
        min-width: 84px !important;
        min-height: 84px !important;
        max-width: 84px !important;
        max-height: 84px !important;
    }

    .glamour-watch-specs__card-icon .glamour-watch-specs__icon {
        width: 84px;
        height: 84px;
        min-width: 84px;
        min-height: 84px;
        max-width: 84px;
        max-height: 84px;
    }
}

@media (max-width: 768px) {
    .glamour-watch-specs__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.65rem;
    }

    .glamour-watch-specs__card-icon .glamour-watch-specs__icon,
    .glamour-watch-specs__card-icon svg,
    .glamour-watch-specs__card-icon .glamour-watch-specs__svg,
    .prose .glamour-watch-specs__card-icon svg {
        width: 72px !important;
        height: 72px !important;
        min-width: 72px !important;
        min-height: 72px !important;
        max-width: 72px !important;
        max-height: 72px !important;
    }

    .glamour-watch-specs__card-icon .glamour-watch-specs__icon {
        width: 72px;
        height: 72px;
        min-width: 72px;
        min-height: 72px;
        max-width: 72px;
        max-height: 72px;
    }
}

@media (max-width: 480px) {
    .glamour-watch-specs__grid {
        grid-template-columns: 1fr;
    }
}
