/* ================================================================
 * impact-legal-seo shortcode styles.
 *
 * Neutral defaults for the four structured-module shortcodes registered
 * by impact-legal-seo-rest.php. Themes can override any of these by
 * loading their own stylesheet after `impact-legal-shortcodes`.
 * ================================================================ */

.ilseo-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin: 1.5rem 0;
    padding: 0;
    list-style: none;
}

.ilseo-city-card {
    display: block;
    padding: 1rem 1.25rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: inherit;
    text-decoration: none;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.ilseo-city-card:hover,
.ilseo-city-card:focus {
    border-color: #3b82f6;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    text-decoration: none;
}

.ilseo-city-card .city {
    display: block;
    font-weight: 600;
    font-size: 1.05rem;
    line-height: 1.2;
    margin-bottom: 0.2rem;
}

.ilseo-city-card .suffix {
    display: block;
    font-size: 0.875rem;
    color: #4a5568;
    font-weight: 400;
}

.ilseo-spoke-list {
    margin: 1rem 0;
    padding-left: 1.25rem;
    list-style-type: disc;
}

.ilseo-spoke-list li {
    margin: 0.35rem 0;
}

.ilseo-spoke-list a {
    text-decoration: none;
}

.ilseo-spoke-list a:hover,
.ilseo-spoke-list a:focus {
    text-decoration: underline;
}
