
/* LIvVE Contact Us v198 */

.contact-page .portal-frame {
    min-height: calc(100vh - 24px);
}

.contact-shell {
    width: 100%;
    margin: 24px 0 20px;
    padding: 28px;
    border: 0;
    border-radius: 13px;
    background:
        radial-gradient(circle at top right, rgba(185, 20, 87, .06), transparent 32%),
        #fff;
    box-shadow: var(--shadow);
}

.contact-heading {
    margin-bottom: 18px;
    padding: 0 2px 17px;
    border-bottom: 1px solid #e2e2e5;
}

.contact-eyebrow,
.contact-card-kicker,
.contact-panel-kicker {
    margin: 0 0 5px;
    color: #a3124d;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.contact-heading h1 {
    margin: 0 0 7px;
    color: #29282d;
    font-size: 28px;
    line-height: 1.08;
}

.contact-heading > p:last-child {
    max-width: 760px;
    margin: 0;
    color: #67676d;
    font-size: 12px;
    line-height: 1.55;
}

.contact-primary-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 14px;
}

.contact-card {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    padding: 17px;
    border: 1px solid #dedee2;
    border-radius: 11px;
    background: #fafafa;
}

.contact-card-featured {
    background: linear-gradient(135deg, #fff 0%, #fbf6f8 100%);
}

.contact-card-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 1px solid #e4c8d4;
    border-radius: 10px;
    background: #fff;
    color: #a3124d;
    font-size: 23px;
    box-shadow: 0 5px 12px rgba(98, 7, 44, .07);
}

.contact-card h2,
.contact-panel-heading h2 {
    margin: 0;
    color: #343338;
    font-size: 17px;
    line-height: 1.2;
}

.contact-main-value {
    margin: 7px 0 4px;
    color: #222226;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    overflow-wrap: anywhere;
}

.contact-main-value a,
.contact-list-value a {
    color: #9f174d;
    text-decoration: none;
}

.contact-main-value a:hover,
.contact-list-value a:hover {
    text-decoration: underline;
}

.contact-card-note {
    margin: 0;
    color: #74747a;
    font-size: 10px;
    line-height: 1.5;
}

.contact-action-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    min-height: 30px;
    padding: 6px 11px;
    border: 1px solid #8e123f;
    border-radius: 7px;
    background: #a3124d;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .05em;
    text-decoration: none;
}

.contact-action-button:hover {
    background: #86103f;
}

.contact-section-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
}

.contact-panel {
    overflow: hidden;
    border: 1px solid #dedee2;
    border-radius: 11px;
    background: #fff;
}

.contact-panel-heading {
    padding: 14px 16px;
    border-bottom: 1px solid #e4e4e7;
    background: #f7f7f8;
}

.contact-list {
    padding: 4px 16px;
}

.contact-list-row {
    display: grid;
    grid-template-columns: minmax(150px, .9fr) minmax(0, 1.25fr);
    gap: 12px;
    align-items: center;
    min-height: 44px;
    padding: 8px 0;
    border-bottom: 1px solid #ededee;
}

.contact-list-row:last-child {
    border-bottom: 0;
}

.contact-list-label {
    color: #4d4c52;
    font-size: 10px;
    font-weight: 800;
}

.contact-list-value {
    color: #28272c;
    font-size: 11px;
    font-weight: 700;
    text-align: right;
    overflow-wrap: anywhere;
}

.contact-unpublished {
    color: #85858a;
    font-style: italic;
    font-weight: 600;
}

.contact-help-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 14px;
    padding: 13px 15px;
    border: 1px solid #ead0db;
    border-radius: 10px;
    background: #fdf7f9;
}

.contact-help-strip div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.contact-help-strip strong {
    color: #511027;
    font-size: 11px;
}

.contact-help-strip span {
    color: #737278;
    font-size: 10px;
    line-height: 1.45;
}

.contact-help-strip > a {
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 7px;
    background: #a3124d;
    color: #fff;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .04em;
    text-decoration: none;
    white-space: nowrap;
}

.contact-help-strip > a:hover {
    background: #86103f;
}

@media (max-width: 760px) {
    .contact-shell {
        margin: 18px 0 16px;
        padding: 18px;
    }

    .contact-primary-grid,
    .contact-section-grid {
        grid-template-columns: 1fr;
    }

    .contact-list-row {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .contact-list-value {
        text-align: left;
    }

    .contact-help-strip {
        align-items: flex-start;
        flex-direction: column;
    }
}


/* v199 - Contact social media */
.contact-social-panel {
    overflow: hidden;
    margin-top: 14px;
    border: 1px solid #dedee2;
    border-radius: 11px;
    background: #fff;
}

.contact-social-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    padding: 14px 16px 16px;
}

.contact-social-card {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 11px;
    border: 1px solid #e0e0e3;
    border-radius: 9px;
    background: #fafafa;
    color: #333238;
    text-decoration: none;
    transition: border-color .15s ease, background .15s ease, transform .15s ease;
}

a.contact-social-card:hover {
    border-color: #d3a4b7;
    background: #fff8fb;
    transform: translateY(-1px);
}

.contact-social-card-disabled {
    cursor: default;
    opacity: .78;
}

.contact-social-brand {
    display: grid;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 9px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.contact-social-facebook {
    background: #1877f2;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 900;
    text-transform: lowercase;
}

.contact-social-twitch {
    background: #9146ff;
    font-size: 20px;
}

.contact-social-youtube {
    position: relative;
    background: #ff0000;
}

.contact-youtube-play {
    width: 0;
    height: 0;
    margin-left: 3px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #fff;
}

.contact-social-x {
    background: #111;
    font-size: 18px;
}

.contact-social-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 2px;
}

.contact-social-copy strong {
    color: #3e3d43;
    font-size: 11px;
    line-height: 1.2;
}

.contact-social-copy span {
    overflow: hidden;
    color: #7b7a80;
    font-size: 9px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 860px) {
    .contact-social-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .contact-social-grid {
        grid-template-columns: 1fr;
    }
}
