.tcb-badge-container {
    display: flex;
    flex-direction: column;
    margin: 5px 0 10px 0;
    width: 100%;
}

/* Fila de Nombre y Estado */
.tcb-name-status-row {
    display: inline-flex;
    align-items: center;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

.tcb-profile-name {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 1.2;
}

.tcb-separator {
    margin: 0 6px;
    color: #888888;
    font-weight: 600;
}

/* Indicador Activa (En Línea) */
.tcb-status-badge {
    font-size: 12px;
    color: #2ecc71;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.tcb-pulse {
    width: 8px;
    height: 8px;
    background-color: #2ecc71;
    border-radius: 50%;
    margin-right: 5px;
    animation: tcb-pulse-anim 1.5s infinite;
    box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.7);
}

@keyframes tcb-pulse-anim {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(46, 204, 113, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 5px rgba(46, 204, 113, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(46, 204, 113, 0);
    }
}

/* Ciudad */
.tcb-city-badge {
    font-size: 13px;
    color: #888888;
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
    margin-bottom: 8px;
}

.tcb-city-badge .tcb-icon {
    font-size: 14px;
    margin-right: 4px;
    color: #e74c3c;
}

.tcb-city-badge .tcb-text {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Botón WhatsApp */
.tcb-wa-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    color: #ffffff !important;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background-color 0.2s ease;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 10;
    position: relative;
}

.tcb-wa-button:hover {
    background-color: #128C7E;
}

/* Fix Top 10 4K Titles */
.tcb-white-titles-section .kw-details-title,
.tcb-white-titles-section .kw-details-title a {
    color: #ffffff !important;
}

/* Ocultar nombre duplicado en Top 10 4K y Top Escorts */
.tcb-white-titles-section .tcb-profile-name,
.tcb-white-titles-section .tcb-separator {
    display: none !important;
}
