
.top-nav {
    background-color: #b71c1c;
    padding: 10px 0;
}

.logo {
    max-height: 50px;
}

.nav-link {
    color: white !important;
    padding: 8px 15px !important;
}

.language-select {
    background-color: #8b0000;
    border: none;
    padding: 5px 15px;
}


.news-ticker {
    background-color: #000;
    color: white;
    padding: 8px 0;
}

.social-icon {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}
.news-ticker {
    background-color: #000;
    color: white;
    padding: 8px 0;
}

.main-container {
    max-width: 1500px;
    margin: 0 auto;
    padding: 10px;
}

.main-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
}

.date-time {
    text-align: center;
    color: #666;
    margin-bottom: 20px;
}

.video-container {
    background: rgba(247, 247, 247, 0.411);
    padding: 5px;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.192);
}

.main-video {
    width: 100%;
    aspect-ratio: 16/9;
    background: #000;
    margin-bottom: 20px;
}

.search-container {
    margin-bottom: 30px;
}

.search-box {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.clips-section {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.clips-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.clip-item {
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.clip-thumbnail {
    width: 120px;
    height: 68px;
    object-fit: cover;
    margin-right: 15px;
    border-radius: 4px;
}

.clip-info {
    flex: 1;
}

.clip-title {
    font-size: 20px;
    margin-bottom: 5px;
}

.clip-date {
    font-size: 12px;
    color: #666;
}
.video-card {
    transition: transform 0.2s;
    margin-bottom: 2rem;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.news-title {
    background-color: #1a1a1a;
    color: white;
    padding: 1rem;
    font-size: 1rem;
}
.timestamp {
    color: #ffc107;
    font-weight: 600;
    font-size: 0.9rem;
}
.thumbnail-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* 16:9 aspect ratio */
}
.thumbnail-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-logo {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 0, 0, 0.8);
    padding: 4px 8px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
}
.time-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
}

.comment-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 0 1rem;
}
.social-login {
    display: inline-block;
    padding: 6px 12px;
    margin: 0 4px;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    font-size: 14px;
}
.intensedebate-login {
    background-color: #0096db;
}
.wordpress-login {
    background-color: #464646;
}
.facebook-login {
    background-color: #3b5998;
}
.social-login:hover {
    opacity: 0.9;
    color: white;
}
.no-comments {
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 4px;
    margin: 1rem 0;
}
.comment-form {
    margin-top: 2rem;
}
.submit-btn {
    background-color: #333;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
}
.submit-btn:hover {
    background-color: #555;
}
















































13