/* Cinematic Bio Card Styling - Namespace ebef7e27 */
.card-ebef7e27 {
    max-width: 480px;
    margin: 0 auto;
    padding: 44px 22px 56px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #ffffff;
}

/* Theme Override Fixes - Headshot */
.card-ebef7e27 .avatar-container-ebef7e27 {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.card-ebef7e27 .avatar-wrap-ebef7e27 {
    position: relative;
    display: inline-block;
    border-radius: 50% !important;
    line-height: 0;
    box-sizing: border-box;
}

.card-ebef7e27 img.avatar-ebef7e27,
.card-ebef7e27 .avatar-placeholder-ebef7e27 {
    display: block !important;
    width: 104px !important;
    height: 104px !important;
    border-radius: 50% !important;
    border: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    object-fit: cover !important;
    background-color: rgba(255,255,255,0.1);
}

/* Typography */
.card-ebef7e27 .display-name-ebef7e27 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.2;
}

.card-ebef7e27 .tagline-ebef7e27 {
    font-size: 16px;
    opacity: 0.78;
    margin: 0 0 24px;
    line-height: 1.4;
}

/* Social Icons */
.card-ebef7e27 .socials-ebef7e27 {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
}

.card-ebef7e27 .socials-ebef7e27 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    opacity: 0.65;
    transition: color 0.2s ease, opacity 0.2s ease;
    text-decoration: none;
}

.card-ebef7e27 .socials-ebef7e27 a:hover {
    opacity: 1;
}

/* Contact Info rows */
.card-ebef7e27 .contact-info-ebef7e27 {
    max-width: 340px;
    margin: 0 auto 32px;
    text-align: left;
}

.card-ebef7e27 .info-row-ebef7e27 {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    font-size: 15.5px;
    line-height: 1.4;
}

.card-ebef7e27 .info-row-ebef7e27 a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.card-ebef7e27 .info-row-ebef7e27 a:hover {
    border-bottom-color: currentColor;
}

.card-ebef7e27 .info-icon-ebef7e27 {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    opacity: 0.65;
}

/* In-App Browser Hint */
.card-ebef7e27 .inapp-hint-ebef7e27 {
    background-color: rgba(255, 77, 77, 0.15);
    border: 1px solid rgba(255, 77, 77, 0.3);
    border-radius: 8px;
    padding: 12px;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 auto 24px;
    max-width: 340px;
    color: #ff9494;
}

/* CTA "Save My Contact" with Dual Border wrapper */
.card-ebef7e27 .save-wrap-ebef7e27 {
    position: relative;
    display: block;
    max-width: 340px;
    margin: 0 auto 16px;
    box-sizing: border-box;
    transition: transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 99px !important;
    overflow: hidden;
}

.card-ebef7e27 .save-wrap-ebef7e27:hover {
    transform: translateY(-2px);
}

.card-ebef7e27 .save-ebef7e27 {
    display: block;
    padding: 17px 28px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
    background-color: #fe964a;
    color: #12100e;
    box-sizing: border-box;
    transition: background-color 0.2s ease, color 0.2s ease;
    border-radius: 99px !important;
}

/* Fallback Pills */
.card-ebef7e27 .pills-ebef7e27 {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 32px;
}

.card-ebef7e27 .pills-ebef7e27 a {
    flex: 1;
    max-width: 104px;
    padding: 8px 12px;
    font-size: 13px;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(255,255,255,0.2);
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.card-ebef7e27 .pills-ebef7e27 a:hover {
    background-color: rgba(255,255,255,0.08);
    border-color: rgba(255,255,255,0.4);
}

/* Repeater Stacked Buttons with CSS Variable Customization */
.card-ebef7e27 .link-buttons-ebef7e27 {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 340px;
    margin: 0 auto;
}

.card-ebef7e27 .btn-ebef7e27 {
    display: block;
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    border-radius: 99px;
    transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
    
    /* Variable Fallbacks */
    background-color: var(--btn-bg, rgba(255,255,255,0.95));
    color: var(--btn-color, #12100e);
}

.card-ebef7e27 .btn-ebef7e27:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    background-color: var(--btn-bg-hover, var(--btn-bg, rgba(255,255,255,0.95)));
    color: var(--btn-color-hover, var(--btn-color, #12100e));
}
