.tlv2-avatar {
    user-select: none;
    -webkit-user-drag: none;
}

.avatarel-creator-card-avatar {
    position: relative;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.avatarel-creator-card-avatar-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    user-select: none;
    object-fit: cover;
}

.avatarel-creator-card-avatar-edit {
    position: absolute;
    bottom: 10px;
    left: 0;
    border-radius: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    cursor: pointer;
    z-index: 2;
}

.avatarel-creator-card-avatar-edit-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--fw-white-200);
    color: var(--fw-black-300);
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.avatarel-creator-card-avatar-edit-icon:hover {
    color: #000000;
    background-color: var(--fw-white-000);
    cursor: pointer;
}

.avatarel-creator-card-avatar-initials {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    font-weight: bold;
}




.UI-edit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    padding: 5px;
    border-radius: 50%;
    background-color: var(--fw-white-200);
    color: var(--fw-black-300);
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}


.UI-edit:hover {
    color: #000000;
    background-color: var(--fw-white-000);
}


/* Access Modal Styles - Plan Card Style */
/* ================================================================ */

.livestream-access-modal {
    padding: 0;
    font-family: 'Albert Sans', sans-serif;
}

/* Shine wrapper base styles */
.shine-effect,
.avatarel-creator-card-avatar>div:first-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* Avatar group container */
.avatar-group-container {
    display: flex;
    align-items: center;
}

/* Link wrapper in avatar groups */
.avatar-group-container a {
    text-decoration: none;
    cursor: pointer;
}

/* Livestream avatar container */
.livestream-avatar-container {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Live badge base styles */
.cs-live-badge {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff4757;
    color: white;
    font-weight: bold;
    border-radius: 3px;
    line-height: 1;
    z-index: 10;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    white-space: nowrap;
    display: inline-block;
    width: auto;
    height: auto;
    flex: none;
    flex-shrink: 0;
    flex-grow: 0;
}

/* Online indicator base styles */
.online-indicator {
    position: absolute;
    bottom: 0px;
    background-color: #2adc50;
    border-radius: 50%;
}

/* Avatar image base styles - objectFit and borderRadius */

.access-modal-card {
    background: var(--fw-white-000);
    border: 1px solid var(--primary-200);
    border-radius: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 24px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    transition: box-shadow 0.2s;
}

.access-modal-card:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}

.access-modal-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--fw-black-000);
    margin-bottom: 4px;
    text-align: center;
}

.access-modal-message {
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--fw-black-400);
    text-align: center;
    margin: 0 0 16px 0;
    max-width: 280px;
}

.access-modal-ticket-info {
    display: flex;
    gap: 32px;
    margin-bottom: 8px;
    width: 100%;
    justify-content: center;
}

.ticket-price-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ticket-price-amount {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--primary-350);
}

.ticket-price-label {
    font-size: 0.85rem;
    color: var(--primary-300);
}

.ticket-amount-needed {
    font-size: 0.8rem;
    color: var(--fw-black-400);
    margin-bottom: 8px;
    padding: 6px 12px;
    background: var(--fw-white-200);
    border-radius: 6px;
    text-align: center;
}

.ticket-runtime-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 4px;
    margin-bottom: 8px;
    padding: 6px 12px;
    background: var(--fw-white-150);
    border-radius: 6px;
    font-size: 0.8rem;
    color: var(--fw-black-350);
}

.ticket-runtime-value {
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.access-modal-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    width: 100%;
    margin-top: 8px;
}

.access-modal-action-btn {
    border: none;
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow:
        rgba(0, 0, 0, 0.12) 0px 1px 1px 0px,
        rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
        rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
}

.access-modal-action-btn:hover {
    /* transform: translateY(-1px); */
    box-shadow:
        rgba(0, 0, 0, 0.16) 0px 2px 4px 0px,
        rgba(60, 66, 87, 0.20) 0px 0px 0px 1px,
        rgba(60, 66, 87, 0.12) 0px 4px 8px 0px;
}

.access-modal-cancel-btn {
    background: transparent;
    border: 1px solid var(--fw-white-350);
    border-radius: 8px;
    padding: 10px 20px;
    color: var(--fw-black-400);
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.access-modal-cancel-btn:hover {
    background-color: var(--fw-white-200);
    border-color: var(--fw-white-400);
}

/* Action button variants */
.access-modal-action-btn.btn-primary {
    background: linear-gradient(135deg, var(--primary-300) 0%, var(--primary-400) 100%);
    color: var(--fw-white-000);
}

.access-modal-action-btn.btn-premium {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: var(--fw-white-000);
}

.access-modal-action-btn.btn-ticket {
    background: linear-gradient(135deg, #41a138 0%, #369c69 100%);
    color: var(--fw-static-white-000);
}

/* Secondary variants for ticket info */
.ticket-price-amount--secondary {
    color: var(--fw-black-350);
}

.ticket-price-label--secondary {
    color: var(--fw-black-400);
}

/* Clock icon in runtime container */
.ticket-clock-icon {
    font-size: 0.75rem;
}

/* Action button icon */
.access-modal-action-btn i {
    font-size: 0.9rem;
}