/* Styles scoped to the About page equipment cards to avoid global changes */
.about-page .post-content .card-elegant {
    padding: 1.5rem;
    border-radius: 12px;
}

/* Slightly denser grid for equipment lists */
.about-page .post-content > div[style*="grid-template-columns"] {
    gap: 1rem;
}

/* Status badges inside about cards */
.about-page .post-content .card-elegant span[style*="background:"] {
    min-width: 6.5rem;
    text-align: center;
}

/* Improve summary appearance inside cards */
.about-page .post-content details summary {
    cursor: pointer;
    list-style: none;
    padding: 0.45rem 0;
}

.about-page .post-content details summary::-webkit-details-marker { display:none; }

/* Make component lists slightly more compact */
.about-page .post-content .card-elegant ul { margin-top: 0.75rem; margin-bottom: 0.5rem; }

/* Ensure card grid doesn't overflow on narrow screens */
@media (max-width: 480px) {
    .about-page .post-content .card-elegant { padding: 1rem; }
}
