.contact-container-12640dc1 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

.contact-card-12640dc1 {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 1.25rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(229, 231, 235, 0.5);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

a.contact-card-12640dc1 {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #111827 !important; /* Force dark text color for link cards so they are visible */
}

a.contact-card-12640dc1:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.05), 0 4px 6px -2px rgba(0, 0, 0, 0.02);
    color: #111827 !important;
}

.contact-header-12640dc1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.contact-icon-12640dc1 {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(59, 130, 246, 0.08);
}

.contact-meta-12640dc1 {
    display: flex;
    flex-direction: column;
}

.contact-label-12640dc1 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #4b5563; /* Slightly darker grey for label */
    font-weight: 600;
}

.contact-value-12640dc1 {
    font-size: 1rem;
    font-weight: 600;
    color: #111827 !important; /* Force visible dark color */
}

.locations-grid-12640dc1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.location-item-12640dc1 {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.location-badge-12640dc1 {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #ffffff !important;
    width: fit-content;
}

.location-address-12640dc1 {
    margin: 0;
    font-size: 0.925rem;
    line-height: 1.5;
    color: #1f2937; /* Clear dark text for addresses */
}
