/* Contact shortcuts share the existing registration drawer. */
.ktvh-support-contacts {
    margin-bottom: 24px;
    padding: 20px;
    border: 1px solid #dce6f0;
    border-radius: 12px;
    background: #f7faff;
}

.ktvh-support-contacts h3 {
    margin: 0 0 14px;
    color: #203d5b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.ktvh-support-channels {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ktvh-support-channel {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px;
    border: 1px solid #d1deed;
    border-radius: 8px;
    background: #fff;
    color: #174b7c;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.ktvh-support-channel--phone {
    grid-column: 1 / -1;
}

.ktvh-support-channel:hover {
    border-color: #0051f9;
    background: #eef4ff;
    color: #003da8;
    text-decoration: none;
}

.ktvh-support-channel:focus-visible {
    outline: 2px solid #0051f9;
    outline-offset: 3px;
}

.ktvh-support-drawer-toggle.btn {
    width: auto;
    min-height: 44px;
    padding: 0 12px !important;
    gap: 8px;
}

.ktvh-support-drawer-toggle-label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.fab-wrapper.ktvh-support-contact-moved {
    display: none !important;
}
