/* 
===============================================
   THEME 2: SIDEBAR LOWER THIRD (theme-sleek) 
   Inspired by "lower-third-coming-off-a-sidebar"
=============================================== 
*/
.theme-sleek .news-lt-container {
    bottom: 50px;
    left: 0; /* Flush against the left edge to simulate sidebar origin */
    right: auto;
    width: auto;
    min-width: 550px;
    height: 140px;
    display: flex;
    align-items: stretch;
    background: linear-gradient(90deg, #1e293b 0%, #0f172a 100%);
    border-radius: 0 10px 10px 0;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.4);
    overflow: visible; /* Changed to visible to allow top tab */
    padding: 0;
    border-left: 15px solid #3b82f6; /* The prominent vertical sidebar */
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    border-right: 1px solid rgba(255,255,255,0.05);
    clip-path: none;
}

.theme-sleek .news-lt-profile {
    width: 140px;
    height: 140px;
    margin: 0;
    z-index: 10;
    position: relative;
    clip-path: none;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.theme-sleek .news-lt-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: none;
    border-bottom: none;
    background: transparent;
}

.theme-sleek .news-lt-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 30px;
    z-index: 4;
    min-width: 0;
    position: relative; /* Anchor for top tab */
}

.theme-sleek .news-lt-top {
    display: flex;
    align-items: center;
    background: transparent;
    padding: 0;
    clip-path: none;
    margin-bottom: 8px;
    width: auto;
}

.theme-sleek .news-lt-auction-name {
    display: inline-block;
    position: absolute;
    top: -26px;
    left: 0;
    background: #3b82f6;
    color: white;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 4px 15px;
    border-radius: 4px 4px 0 0;
    border: none;
    margin: 0;
}

.theme-sleek .news-lt-live-badge {
    background: #3b82f6;
    color: white;
    padding: 4px 10px;
    font-size: 0.75rem;
    border-radius: 4px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.theme-sleek .news-lt-code {
    display: none;
}

.theme-sleek .news-lt-main {
    background: transparent;
    clip-path: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 8px;
    border: none;
}

.theme-sleek .news-lt-name {
    color: white;
    font-size: 2.2rem;
    font-family: 'Inter', 'Outfit', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: none;
    margin: 0;
}

.theme-sleek .news-lt-bottom {
    background: transparent;
    clip-path: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    border: none;
}

.theme-sleek .news-lt-bid-badge {
    color: #3b82f6;
    background: transparent;
    border: 1px solid #3b82f6;
    border-radius: 20px;
    clip-path: none;
    padding: 3px 12px;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
}

.theme-sleek .news-lt-amount {
    color: white;
    font-size: 1.6rem;
    font-weight: 800;
    font-family: 'Inter', 'Outfit', sans-serif;
}

.theme-sleek .news-lt-bidder {
    display: flex;
    align-items: center;
    color: #94a3b8;
    font-size: 1rem;
    font-weight: 700;
    margin-left: 10px;
}

.theme-sleek .news-lt-logo-right {
    display: flex;
    background: transparent;
    border: none;
    box-shadow: none;
    height: auto;
    width: auto;
    padding: 0 25px 0 10px;
    clip-path: none;
    margin-left: 0;
    align-items: center;
    justify-content: center;
}

.theme-sleek .news-lt-logo-right img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    object-fit: contain;
    background: white;
    padding: 5px;
    border: 2px solid #3b82f6;
}

/* Teams Sidebar for Sleek Theme */
.theme-sleek .teams-sidebar {
    left: auto;
    right: 30px;
    top: auto;
    bottom: 50px;
    flex-direction: column-reverse;
    align-items: flex-end;
}

.theme-sleek .teams-tab {
    background: #3b82f6;
    color: white;
    border-radius: 8px;
    border: none;
    padding: 10px 30px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    font-weight: 800;
    letter-spacing: 2px;
}

.theme-sleek .teams-content {
    background: #0f172a;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 10px;
    transform-origin: bottom;
    padding: 20px;
    margin-bottom: 10px;
    width: 300px;
}

.theme-sleek .teams-content.collapsed {
    transform: scaleY(0);
    opacity: 0;
    height: 0;
    padding: 0;
    border-width: 0;
    width: 300px;
}

.theme-sleek .team-item {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.theme-sleek .overlay-branding {
    top: 20px;
    right: 30px;
    bottom: auto;
    align-items: flex-end;
}

/* Sold Overlay for Sleek Theme */
.theme-sleek .sold-overlay {
    justify-content: center;
    padding-left: 0;
    background: transparent;
    backdrop-filter: none;
}

.theme-sleek .poster-container {
    background: linear-gradient(135deg, #1e293b, #0f172a);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 10px solid #3b82f6;
    border-radius: 8px;
    padding: 25px;
    flex-direction: row;
    gap: 25px;
    align-items: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
}

.theme-sleek .poster-top {
    border: none;
    background: transparent;
    width: 150px;
    height: 150px;
}

.theme-sleek .poster-img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    filter: none;
}

.theme-sleek .poster-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.theme-sleek .poster-name {
    font-size: 1.8rem;
    width: auto;
    background: transparent;
    color: white;
    box-shadow: none;
    text-align: left;
    padding: 0;
    margin-bottom: 5px;
}

.theme-sleek .poster-row {
    flex-direction: row;
    gap: 20px;
    background: transparent;
    padding: 0;
    margin: 10px 0;
    height: auto;
    width: auto;
}

.theme-sleek .poster-team-logo-box {
    background: transparent;
    width: auto;
    clip-path: none;
    box-shadow: none;
    flex-direction: row;
    gap: 10px;
}

.theme-sleek .poster-team-logo-box img {
    max-height: 40px;
    max-width: 40px;
}

.theme-sleek .poster-team-logo-text {
    display: none;
}

.theme-sleek .poster-bid-box {
    background: transparent;
    width: auto;
    clip-path: none;
    margin: 0;
    color: #3b82f6;
    align-items: flex-start;
    padding: 0;
}

.theme-sleek .poster-bid-amount {
    font-size: 1.6rem;
    text-shadow: none;
    line-height: 1;
}

.theme-sleek .poster-bid-label {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-bottom: 2px;
}

.theme-sleek .poster-team-name {
    font-size: 1.1rem;
    width: auto;
    background: transparent;
    color: #cbd5e1;
    box-shadow: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.theme-sleek .poster-status-box {
    width: auto !important;
    font-size: 1.2rem !important;
    padding: 6px 16px !important;
    box-shadow: none !important;
    border-radius: 4px;
    margin-top: 10px !important;
    display: inline-block;
}

/* 
===============================================
   THEME 3: MINIMAL TEXT BOX (theme-sports) 
   Inspired by clean text-box lower thirds
=============================================== 
*/
.theme-sports .news-lt-container {
    bottom: 60px;
    left: 60px;
    width: auto;
    min-width: 400px;
    height: auto;
    background: #ffffff;
    display: flex;
    align-items: stretch;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    clip-path: none;
    overflow: visible; /* Changed to visible to allow top tab */
    border-left: 8px solid #ef4444;
}

.theme-sports .news-lt-profile {
    width: 130px;
    height: 130px;
    margin: 0;
    z-index: 10;
    clip-path: none;
}

.theme-sports .news-lt-profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: none;
    background: #f1f5f9;
    border: none;
    border-radius: 4px 0 0 4px;
}

.theme-sports .news-lt-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px 20px 25px;
    position: relative; /* Anchor for absolute tab */
}

.theme-sports .news-lt-top {
    display: none; /* Hide the top ribbon for a clean text box look */
}

.theme-sports .news-lt-auction-name {
    display: inline-block;
    position: absolute;
    top: -28px;
    left: 0;
    background: #ef4444;
    color: white;
    font-size: 0.85rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 4px 4px 0 0;
    margin: 0;
    letter-spacing: 1px;
}

.theme-sports .news-lt-main {
    background: transparent;
    clip-path: none;
    box-shadow: none;
    padding: 0;
    border: none;
}

.theme-sports .news-lt-name {
    color: #0f172a;
    font-size: 2.2rem;
    font-family: 'Inter', 'Outfit', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
}

.theme-sports .news-lt-bottom {
    position: static;
    background: transparent;
    clip-path: none;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0;
}

.theme-sports .news-lt-bid-badge {
    background: #ef4444;
    color: white;
    padding: 4px 10px;
    font-size: 0.85rem;
    border-radius: 3px;
    clip-path: none;
    margin: 0;
    font-weight: 700;
    letter-spacing: 1px;
}

.theme-sports .news-lt-amount {
    color: #475569;
    font-size: 1.5rem;
    font-weight: 800;
    font-family: 'Inter', 'Outfit', sans-serif;
}

.theme-sports .news-lt-bidder {
    display: flex;
    align-items: center;
    color: #64748b;
    font-size: 1rem;
    font-weight: 700;
    margin-left: 15px;
}

.theme-sports .news-lt-logo-right {
    display: flex;
    background: #f8fafc;
    border: none;
    box-shadow: none;
    height: auto;
    width: auto;
    padding: 0 30px;
    clip-path: none;
    margin-left: 0;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #e2e8f0;
}

.theme-sports .news-lt-logo-right img {
    height: 70px;
    width: 70px;
    border-radius: 4px;
    object-fit: contain;
    background: transparent;
    padding: 0;
    border: none;
}

/* Teams Sidebar for Text Box Theme */
.theme-sports .teams-sidebar {
    top: 60px;
    right: 0;
}

.theme-sports .teams-tab {
    background: #0f172a;
    color: white;
    border-radius: 4px 0 0 4px;
    padding: 25px 10px;
    font-size: 1.2rem;
    border: none;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: 800;
    letter-spacing: 2px;
    box-shadow: -5px 0 15px rgba(0,0,0,0.1);
}

.theme-sports .teams-content {
    background: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: -10px 0 30px rgba(0,0,0,0.1);
}

.theme-sports .team-item {
    border-bottom: 1px solid #f1f5f9;
}

.theme-sports .team-name {
    color: #0f172a;
    font-weight: 800;
}

.theme-sports .team-won {
    color: #64748b;
}

/* Sold Overlay */
.theme-sports .sold-overlay {
    align-items: center;
    justify-content: center;
    background: transparent;
    backdrop-filter: none;
    padding: 0;
}

.theme-sports .poster-container {
    background: #ffffff;
    border: none;
    border-left: 6px solid #ef4444;
    border-radius: 4px;
    flex-direction: row;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    padding: 20px;
    gap: 20px;
    align-items: center;
}

.theme-sports .poster-top {
    border: none;
    background: #f1f5f9;
    width: 140px;
    height: 140px;
    border-radius: 4px;
}

.theme-sports .poster-img {
    height: 140px;
    width: 140px;
    border-radius: 4px;
    filter: none;
}

.theme-sports .poster-name {
    font-size: 1.8rem;
    width: auto;
    background: transparent;
    color: #0f172a;
    box-shadow: none;
    text-align: left;
    padding: 0;
    margin-bottom: 5px;
}

.theme-sports .poster-row {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    background: #f8fafc;
    padding: 10px 15px;
    margin: 10px 0;
    border-radius: 4px;
    height: auto;
    width: auto;
}

.theme-sports .poster-team-logo-box {
    background: transparent;
    width: auto;
    clip-path: none;
    box-shadow: none;
    flex-direction: row;
    gap: 10px;
}

.theme-sports .poster-team-logo-box img {
    max-height: 35px;
    max-width: 35px;
}

.theme-sports .poster-team-logo-text {
    display: none;
}

.theme-sports .poster-bid-box {
    background: transparent;
    width: auto;
    clip-path: none;
    margin: 0;
    color: #ef4444;
    align-items: flex-start;
    padding: 0;
}

.theme-sports .poster-bid-amount {
    font-size: 1.5rem;
    text-shadow: none;
    line-height: 1;
}

.theme-sports .poster-bid-label {
    font-size: 0.75rem;
    color: #94a3b8;
    margin-bottom: 2px;
}

.theme-sports .poster-team-name {
    font-size: 1rem;
    width: auto;
    background: transparent;
    color: #475569;
    box-shadow: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.theme-sports .poster-status-box {
    width: auto !important;
    font-size: 1.1rem !important;
    padding: 6px 16px !important;
    box-shadow: none !important;
    border-radius: 4px;
    margin-top: 10px !important;
    display: inline-block;
}

.theme-sports .overlay-branding {
    top: 40px;
    left: 40px;
    right: auto;
    bottom: auto;
    align-items: flex-start;
}

/* Move the slideshow banner to bottom right for Theme 3 */
.theme-sports .top-left-banner {
    top: auto;
    left: auto;
    bottom: 40px;
    right: 40px;
}
