body {
    background-color: #f9f9f9;
    font-family: 'Roboto', Arial, sans-serif;
}
.video-container {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.video-container video {
    max-height: 500px;
    object-fit: contain;
}
.video-title {
    font-size: 1.4rem;
    font-weight: 500;
}
.channel-info {
    font-size: 0.9rem;
    color: #606060;
}
.action-buttons {
    font-size: 0.9rem;
    color: #606060;
}
.action-buttons i {
    margin-right: 5px;
}
.comments-header {
    font-weight: 500;
}
.sponsored-tag {
    font-size: 0.8rem;
    color: #606060;
}
.related-video {
    margin-bottom: 10px;
}
.related-video-thumbnail {
    width: 50px !important;
    background-color: #e0e0e0;
    border-radius: 4px;
}
.related-video-info {
    font-size: 0.9rem;
}
.related-video-channel {
    font-size: 0.8rem;
    color: #606060;
}
.related-video-views {
    font-size: 0.8rem;
    color: #606060;
}
.new-tag {
    font-size: 0.7rem;
    background-color: #f2f2f2;
    color: #606060;
    padding: 2px 4px;
    border-radius: 2px;
}
.view-btn, .connect-btn {
    background: linear-gradient(90deg, rgba(220, 114, 40, 1) 70%, #a54db7 100%);
    color: #fff !important;
    border-radius: 35px;
    border: 0;
    outline: 0;
    line-height: 27px;
    padding: 6px 10px;
    font-size: 16px !important;
    font-weight: 500;
}
.connect-btn {
    border-radius: 35px !important;
}
ul.dropdown-menu {
    top: auto !important;
}
.dropdown-menu.show {
    display: block;
    transform: translate(0) !important;
    inset: auto !important;
}
#sortDropdown:hover {
    color: #212529 !important;
}
.highlighted-hashtag {
    color: #fff !important;
    background-color: #dc7228;
    padding: 2px 4px;
    border-radius: 3px;
    text-decoration: none;
}
.highlighted-mention {
    background: none !important;
    color: #dc7228 !important;
    padding: 1px 2px !important;
}
.highlighted-hashtag:hover {
    background-color: #a54db7;
}