/* ============================================================
   Dezeek Geolocation Shortcode — Frontend Styles
   ============================================================ */

/* Inline spans */
.dezeek-geo-location,
.dezeek-geo-city,
.dezeek-geo-country {
    display: inline;
    font-weight: inherit;
    color: inherit;
}

/* Location Card */
.dezeek-geo-card {
    display: inline-block;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    font-family: inherit;
    line-height: 1.4;
    min-width: 160px;
}

.dezeek-geo-card__title {
    margin: 0 0 6px;
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    font-weight: 600;
}

.dezeek-geo-card__city {
    margin: 0;
    font-size: 1.25em;
    font-weight: 700;
    color: #1e293b;
}

.dezeek-geo-card__region {
    margin: 2px 0 0;
    font-size: 0.9em;
    color: #475569;
}

.dezeek-geo-card__country {
    margin: 4px 0 0;
    font-size: 0.9em;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 6px;
}

.dezeek-geo-card__flag {
    font-size: 1.2em;
}

.dezeek-geo-card__ip {
    margin: 8px 0 0;
    font-size: 0.75em;
    color: #94a3b8;
    font-family: monospace;
    border-top: 1px solid #f1f5f9;
    padding-top: 6px;
}
