.support-details {
    margin-top: 0.25rem;
    border-radius: 0.75rem;
    padding: 0.75rem 0.1rem;
}

.support-item {
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.support-item:last-child {
    margin-bottom: 0;
}

.support-label {
    font-weight: 600;
    color: #374151;
    min-width: 7rem;
}

.support-phone {
    text-decoration: none;
    transition: color 0.2s ease;
}

.support-phone:hover {
    text-decoration: underline;
}

.support-hours {
    color: #64748b;
    font-weight: 500;
}

.warning-box {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    background: rgba(254, 243, 199, 0.8);
    border: 1px solid #fbbf24;
    border-left: 4px solid #f59e0b;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.tooltip {
    margin-top: 0.5rem;
    position: relative;
    width: fit-content;
    border-bottom: 1px dotted black;
    cursor: pointer;
}

.tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    top:24px;
    left: 0;
    position: absolute;
    z-index: 1;
}
.attribution {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.25rem;
}
.attribution a {
    color: #3b82f6;
    text-decoration: none;
}
.tooltiptextem {
    font-style: italic;
    color: #fff;
}

/* Show the tooltip text on hover */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.warning-box .warning-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: #f59e0b;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.warning-box p {
    color: #92400e;
    font-size: 0.875rem;
    line-height: 1.5;
    margin: 0;
}

.form-intro {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5;
    font-style: italic;
}