/* ===== PGBET888 Login/Daftar Banner Overlay ===== */
.product-media-container {
    position: relative !important;
    overflow: hidden;
}

.th-login-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent 0%, rgba(40, 0, 80, 0.80) 35%, rgba(20, 0, 40, 0.97) 100%);
    padding: 36px 18px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    z-index: 8;
    border-radius: 0 0 8px 8px;
}

.th-overlay-logo {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px #a144ff, 0 0 24px #6600cc, 0 2px 6px rgba(0, 0, 0, 0.9);
}

.th-overlay-tagline {
    color: #ffffff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-align: center;
    margin-top: -6px;
    opacity: 0.88;
}

.th-btn-row {
    display: flex;
    gap: 10px;
    width: 100%;
    max-width: 340px;
}

.th-btn-login,
.th-btn-daftar {
    flex: 1;
    display: block;
    text-align: center;
    padding: 13px 8px;
    border-radius: 9px;
    font-size: 15px;
    font-weight: 900;
    text-decoration: none !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.th-btn-login {
    background: linear-gradient(135deg, #6600cc 0%, #46008b 100%);
    color: #fff !important;
    border: 1.5px solid #b366ff;
    box-shadow: 0 0 16px rgba(100, 0, 200, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.th-btn-daftar {
    background: linear-gradient(135deg, #e05c00 0%, #b02800 100%);
    color: #fff !important;
    border: 1.5px solid #ff8844;
    box-shadow: 0 0 16px rgba(255, 80, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.th-btn-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(100, 0, 200, 0.75);
}

.th-btn-daftar:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(255, 80, 0, 0.7);
}

.th-vip-link {
    display: block;
    width: 100%;
    max-width: 340px;
    text-align: center;
    padding: 10px 8px;
    border-radius: 9px;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none !important;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffe566 !important;
    background: linear-gradient(90deg, rgba(255, 200, 0, 0.12) 0%, rgba(255, 160, 0, 0.18) 100%);
    border: 1px solid rgba(255, 200, 0, 0.45);
    box-shadow: 0 0 10px rgba(255, 180, 0, 0.25);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.th-vip-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 18px rgba(255, 180, 0, 0.5);
}
