/* ==========================================================================
   LA PISTA INDOOR KARTING - CONTACT STYLESHEET
   ========================================================================== */

.contact-info-card {
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
}

.contact-icon {
    width: 56px;
    height: 56px;
    border-radius: var(--radius-sm);
    background: rgba(255, 59, 0, 0.12);
    border: 1px solid rgba(255, 59, 0, 0.3);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    flex-shrink: 0;
}

.contact-details h4 {
    font-size: 1.15rem;
    color: #FFF;
    margin-bottom: 0.35rem;
}

.contact-details p {
    color: var(--color-text-muted);
    font-size: 0.95rem;
}

.map-wrapper {
    width: 100%;
    height: 450px;
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--color-border-glass);
    box-shadow: var(--shadow-card);
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    filter: invert(90%) hue-rotate(180deg) contrast(1.2);
}
