/* ====== TÉMA VÁLTÁS ====== */

/* Sötét mód */
body.dark-mode {
    background-color: #121212;
    color: #ffffff;
}

body.dark-mode .bg-light {
    background-color: #1e1e1e !important;
}

body.dark-mode .bg-primary {
    background-color: #222 !important;
}

body.dark-mode .card {
    box-shadow: none;
}

/* Világos mód */
body:not(.dark-mode) {
    background-color: #caccce; 
    color: #232323;
}

.bg-primary {
    background-color: #44484c !important; 
}

.card {
    background-color: #fff;
    border: 1px solid #e3e6ef;
    box-shadow: 0 2px 8px rgba(44, 44, 44, 0.07), 0 2px 8px rgba(0,0,0,0.08);
    transition: box-shadow 0.2s;
}

.card-header.bg-primary,
.navbar.bg-primary {
    background-color: #44484c !important;
    color: #fff !important;
}

a, .btn-link {
    color: #2a2a2a;
    text-decoration: none;
}

a:hover, .btn-link:hover {
    color: #005cbf;
    text-decoration: underline;
}

.btn-outline-primary {
    border-color: #44484c;
    color: #44484c;
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #44484c;
    color: #fff;
    border-color: #44484c;
}

.badge.bg-primary {
    color: #fff !important;
}

.badge.bg-light {
    color: #44484c !important;
}

input.form-control, select.form-select {
    background-color: #fff;
    border: 1px solid #e3e6ef;
    color: #232323;
}

/* ====== /TÉMA VÁLTÁS ====== */

/* ====== ALAP STÍLUSOK ====== */
.table-container {
    overflow-x: auto;
}

.news-meta {
    font-size: 0.95rem;
    color: #888;
}

.news-score {
    min-width: 80px;
    text-align: right;
}

.title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.navbar, .navbar *, h1 {
    font-family: 'Luckiest Guy', cursive, sans-serif !important;
    letter-spacing: 1px;
}

.cim {
    font-family: 'Luckiest Guy', cursive, sans-serif !important;
    font-size: 2.0rem;
    margin-bottom: 1rem;
}

.footercim {
    font-family: 'Luckiest Guy', cursive, sans-serif !important;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.szoveg {
    font-family: 'Nunito', Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
}

.szoveg-bold-italic {
    font-family: 'Nunito', Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 1.2rem;
    line-height: 1.6;
}

.toplista-score {
    min-width: 80px;
    width: 80px;
    height: 32px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.20rem 0.25rem;
    font-size: 0.8rem;
}

.toplista-btn {
    min-width: 80px;
    width: 80px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.20rem 0.25rem;
    font-size: 0.75rem;
    font-weight: bold;
}

.minitop-link {
    flex: 1;
    min-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
}

.minitop-badges {
    flex-shrink: 0;
}

/* ====== MEDIA QUERIES ====== */
@media (min-width: 768px) and (max-width: 1199px) {
    .minitop-container {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
    }
    
    .minitop-link {
        margin-bottom: 8px;
    }
}

/* ====== MEGOSZTÁS MODAL ====== */
.modal-content.share-modal-content {
    background-color: #fff;
    color: #212529;
    transition: background 0.2s, color 0.2s;
}

body.dark-mode .modal-content.share-modal-content {
    background-color: #23272b;
    color: #f8f9fa;
}

body.dark-mode .modal-content.share-modal-content .btn-close {
    filter: invert(1);
}

body.dark-mode .modal-content.share-modal-content .text-muted {
    color: #adb5bd !important;
}

/* Platform színek */
.share-btn-facebook {
    background-color: #1877f2;
    border-color: #1877f2;
    color: white;
}

.share-btn-facebook:hover {
    background-color: #166fe5;
    border-color: #166fe5;
    color: white;
}

.share-btn-twitter {
    background-color: #1da1f2;
    border-color: #1da1f2;
    color: white;
}

.share-btn-twitter:hover {
    background-color: #1a91da;
    border-color: #1a91da;
    color: white;
}

.share-btn-reddit {
    background-color: #ff4500;
    border-color: #ff4500;
    color: white;
}

.share-btn-reddit:hover {
    background-color: #e03d00;
    border-color: #e03d00;
    color: white;
}

.share-btn-linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
    color: white;
}

.share-btn-linkedin:hover {
    background-color: #006396;
    border-color: #006396;
    color: white;
}

.share-btn-telegram {
    background-color: #0088cc;
    border-color: #0088cc;
    color: white;
}

.share-btn-telegram:hover {
    background-color: #0077b3;
    border-color: #0077b3;
    color: white;
}

.share-btn-pinterest {
    background-color: #bd081c;
    border-color: #bd081c;
    color: white;
}

.share-btn-pinterest:hover {
    background-color: #a50719;
    border-color: #a50719;
    color: white;
}

.share-btn-instagram {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    border: none;
    color: white;
}

.share-btn-instagram:hover {
    background: linear-gradient(45deg, #e0842e 0%,#d65d37 25%,#cd223e 50%,#bd1e61 75%,#ad1383 100%);
    color: white;
}

.share-btn-copy {
    background-color: #6c757d;
    border-color: #6c757d;
    color: white;
}

.share-btn-copy:hover {
    background-color: #5c636a;
    border-color: #565e64;
    color: white;
}
    
.share-btn-reddit:hover {
        background-color: #e03d00;
        border-color: #e03d00;
        color: white;
}
    
.share-btn-linkedin {
        background-color: #0077b5;
        border-color: #0077b5;
        color: white;
}
.share-btn-linkedin:hover {
        background-color: #006396;
        border-color: #006396;
        color: white;
    }
    
    .share-btn-telegram {
        background-color: #0088cc;
        border-color: #0088cc;
        color: white;
    }
    .share-btn-telegram:hover {
        background-color: #0077b3;
        border-color: #0077b3;
        color: white;
    }
    
    .share-btn-pinterest {
        background-color: #bd081c;
        border-color: #bd081c;
        color: white;
    }
    .share-btn-pinterest:hover {
        background-color: #a50719;
        border-color: #a50719;
        color: white;
    }
    
    .share-btn-instagram {
        background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        border: none;
        color: white;
    }
    .share-btn-instagram:hover {
        background: linear-gradient(45deg, #e0842e 0%,#d65d37 25%,#cd223e 50%,#bd1e61 75%,#ad1383 100%);
        color: white;
    }
    
    .share-btn-copy {
        background-color: #6c757d;
        border-color: #6c757d;
        color: white;
    }
    .share-btn-copy:hover {
        background-color: #5c636a;
        border-color: #565e64;
        color: white;
    }

/* További oldal gomb */

.theme-aware-btn {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

body.dark-mode .theme-aware-btn {
    background-color: #44484c !important;
    border-color: #44484c !important;
    color: #fff !important;
}

body:not(.dark-mode) .theme-aware-btn {
    background-color: #44484c !important;
    border-color: #44484c !important;
    color: #fff !important;
}

    