html {
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    background: #fff;
    color: #000;
    margin: auto;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover {
    color: #337ab7;
    text-decoration: underline;
}

button {
    border: 1px solid #b4b4b4;
    background: linear-gradient(to bottom, #fff 0, #efefef 100%);
    padding: 2px 7px;
    font-size: 12px;
    border-radius: 3.5px;
    cursor: pointer;
    color: #1A1A1B;
}

input, textarea {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;
    outline: none;
    color: #1A1A1B;
    padding: 7px;
}

input[type="file"] {
    padding: 0;
}

button:hover {
    background: #F7F9FA;
}

header {
    background: linear-gradient(to bottom, rgb(210, 222, 236) 0, rgb(237, 242, 245) 2.5em, rgb(237, 242, 245) 100%);
    color: #1A1A1B;
    text-shadow: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

header nav {
    height: 40px;
}

header nav a {
    border-right: 1px solid rgba(0,0,0,.2);
    border-left: 1px solid rgba(255,255,255,.1);
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    display: block;
    float: left;
    position: relative;
    padding: 10px 15px;
}

header nav a:hover {
    background: #F7F9FA4F;
    text-decoration: none;
}

.mobile-menu-toggle {
    display: none;
}

.mobile-menu-button {
    display: none;
}

.mobile-logo {
    font-weight: bold;
    font-size: 16px;
    padding: 10px 10px;
}

.nav-links {
    display: contents;
}

.nav-search {
    display: contents;
}

.announcement {
    background: #a43535;
    color: #fff;
    padding: 10px;
    font-size: 11px;
}

.sidebar {
    width: 200px;
    top: 40px;
    bottom: 0;
    position: fixed;
    /*! padding: 5px; */
    overflow-y: auto;
    margin: 10px;
    padding-right: 0;
    margin-right: 0;
}

.sidebar h2 {
    margin: 0;
    color: #1A1A1B;
}

.sidebar h4 {
    margin: 0;
    color: #1A1A1B;
    font-size: 13px;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 5px;
}

.sidebar ul a:hover {

    background: #e3e3e3;
    text-decoration: none;
}

.sidebar-link {
    display: block;
    padding: 2px 3px 2px 15px;
}

.sidebar-avatar {
    vertical-align: middle;
    margin-right: 5px;
}

main {
    padding: 5px;
    margin-top: 40px;
    flex: 1;
    margin-left: 210px;
    padding-left: 0;
}

hr {
    border: none;
    border-bottom: 1px solid #f0f0f0;
}

.follow-button {
    border: 1px solid #f4c800;
    background: linear-gradient(to bottom, #fffbc7 7%, #f2d70c 100%);
    color: #8a4100 !important;
}

.follow-button:hover {
    background: linear-gradient(to bottom, #fff9d1 8%, #eaf25c 100%);
}

.container {
    max-width: 1200px;
    min-width: 675px;
    width: fit-content;
    padding: 10px 20px;
    box-sizing: border-box;
    min-height: 700px;
    border: 1px solid #f0f0f0;
    border-top: 0;
    background: none;
}

.home-header {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 4px;
}

.home-header a {
    color: #000;
}

.home-header a:hover {
    color: #337ab7;
    text-decoration: none;
}

.video-container {
    padding: 5px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.video {
	display: inline-block;
    width: 175px;
    min-width: 150px;
    flex: 0 1 auto;
    margin: 0;
    position: relative;
	min-height: 165px;
	vertical-align: top;
	padding: 2px;
    box-sizing: border-box;
    overflow: hidden;
}

.video-thumbnail {
    position: relative;
    display: inline-block;
    width: 100%;
}

.video-thumbnail img {
    width: 175px;
    max-width: 100%;
    height: auto;
    display: block;
}

.video-duration {
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    color: white;
    font-weight: bold;
    padding: 1px 4px;
    font-size: 11px;
    right: 0;
    bottom: 3px;
    border-radius: 3px;
}

.video-rating-thumbnail {
    position: absolute;
    left: 0;
    bottom: 0;
}

.video-rating-thumbnail img {
    width: auto !important;
    height: auto !important;
}

.video-title {
	font-weight: bold;
    max-height: 35px;
    line-height: 17px;
    display: block;
    overflow: hidden;
}

.video-author {
    font-size: 11px;
    color: #666;
}

.video-views {
    float: right;
    font-size: 11px;
    color: #666;
}

.video-date {
    font-size: 11px;
    color: #666;
}

.video-rating {
    float: right;
}

#comments {
    background: #FFFFFF;
    margin-top: 10px;
}

.comment {
    border-left: 2px solid #B9B9B9;
    margin-left: 5px;
    margin-top: 5px;
    position: relative;
}

.comment-info {
    background: #F7F9FA;
    font-weight: bold;
}

.comment-message {
    display: flex;
}

.comment-field {
    width: 600px;
}

.reply-field {
    height: 20px;
}

.watch-title {
    font-size: 18pt;
    margin-top: 0;
    border-radius: 6px 6px 0 0;
    font-weight: normal;
    max-width: 750px;
}

.watch-info {
    border: 1px solid #f0f0f0;
    padding: 0;
    width: 300px;
    margin-bottom: 5px;
    background: #fff;
}

.watch-info-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px;
}

.watch-info-main {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
}

.watch-info-avatar-link {
    flex-shrink: 0;
}

.watch-info-avatar {
    display: block;
}

.watch-info-user {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.watch-info-username {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
    color: #0066cc;
    text-decoration: none;
}

.watch-info-username:hover {
    text-decoration: underline;
}

.watch-info-date {
    font-size: 12px;
    color: #000;
    margin-bottom: 3px;
}

.watch-info-subscribe {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
}


.subscribe-count {
    font-size: 12px;
    padding: 2px 6px;
    background: #e8e8e8;
    border-radius: 3px;
    color: #000;
}

.watch-info-content {
    padding: 5px;
    border-top: 1px solid #f0f0f0;
}

.watch-info-category,
.watch-info-tags {
    font-size: 12px;
}

.watch-info-label {
    font-weight: bold;
    margin-right: 5px;
    color: #000;
}

.watch-info-category a,
.watch-info-tags a {
    color: #0066cc;
    text-decoration: none;
}

.watch-info-category a:hover,
.watch-info-tags a:hover {
    text-decoration: underline;
}

.watch-info-tags a:not(:last-child)::after {
    content: ", ";
}

.watch-info-details {
    padding: 5px;
    border-top: 1px solid #f0f0f0;
}

.watch-info-details.hidden {
    display: none;
}

.watch-info-detail {
    font-size: 12px;
}

.watch-uploader {
    height: 50px;
}

.watch-uploader-avatar {
    float: left;
    margin-right: 5px;
}

.recently-watched-section {
    width: 250px;
    padding: 5px;
}

.currently-watched {
    padding: 5px;
    width: 280px;
    min-width: 280px;
}

.featured-videos {
    margin: 5px;
}

.featured-thumbnail {
    position: relative;
    display: inline-block;
}

.featured-thumbnail img {
    width: 245px;
    height: auto;
}

.featured-title {
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    max-height: 2.4em;
    line-height: 17px;
    display: block;
    overflow: hidden;
}

.recently-watched-video {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

table {
    width: auto;
    table-layout: fixed;
    margin: 0;
}

.main-content {
    width: auto;
    padding: 0;
}

.featured-video {
    width: 250px;
    font-size: 11px;
    height: 57px !important;
}

.list-video {
    height: 70px;
    padding: 3px;
}

.list-video.current-video {
    background: linear-gradient(#484e55, #3a3f44 60%, #313539) !important;
    border-top: 1px solid #777;
    border-bottom: 1px solid #5b5b5b;
  }

.list-video-thumbnail {
    float: left;
    margin-right: 5px;
    position: relative;
}

.list-video-rating {
    float: right;
}

.list-video-title {
    font-weight: bold;
    max-height: 35px;
    line-height: 16px;
    display: block;
    overflow: hidden;
}

.list-video-author {
    font-size: 11px;
    color: #666;
}

.list-video-views {
    font-size: 11px;
}

.list-summary {
   font-size: 10pt;
  font-weight: bold;
  color: #666;
  margin-top: 0;
  margin-bottom: 5px;
  padding-bottom: 4px;
  border-bottom: 1px solid #f0f0f0;
}

summary {
    cursor: pointer;
}

summary:hover {
    text-shadow: 0 0px 1px #FF4500;
}

.header-logo {
    font-family: Tahoma, sans-serif;
    font-size: 48px;
    font-weight: 700;
    font-style: italic;
    margin: 0;
    display: flex;
}

label {
    background: #F7F9FA;
    font-weight: bold;
    padding: 2px 5px;
}

.comment-image {
    margin-top: 5px;
    margin-right: 5px;
}


#player-container {
    width: 750px;
    max-width: 100%;
    min-width: 200px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    background: black;
    aspect-ratio: 16 / 9;
}

table.watch-table {
    width: fit-content;
    table-layout: fixed;
    max-width: 1105px;
}

table.watch-table td:first-child {
    width: calc(100% - 205px);
    max-width: calc(100% - 205px);
}

table.watch-table td.watch-sidebar {
    width: 305px;
    padding-left: 5px;
    vertical-align: top;
}

.watch-container {
    min-width: 0;
    width: 100%;
    max-width: 790px;
    box-sizing: border-box;
}

.watch-sidebar details {
    width: 300px;
}

#player-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.op-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}

.op-player__media {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

video.op-player__media {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

.profile-banner {
    width: 100%;
    max-width: 985px;
    height: 200px;
    overflow: hidden;
    margin-bottom: -62px;
    background: #2d2d2d;
    z-index: -1;
    position: relative;
    border: 1px solid #f0f0f0;
}

.profile-banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.profile-header {
    height: 100px;
  }

.profile-header p {
    margin: 0;
}

.tabs {
    margin-top: 10px;
}

.tabs input[type="radio"] {
    display: none;
}

.tabs label {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: -1px;
    border-radius: 4px 4px 0 0;
    background: none;
}

.tabs label a {
    display: block;
    padding: 5px 10px;
    margin: -5px -10px;
    text-decoration: none;
    color: inherit;
}

.tabs input[type="radio"]:checked + label {
    border-bottom: 1px solid #00c;
    position: relative;
    z-index: 1;
}

.tab-content {
    display: none;
    padding: 10px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    max-width: 925px;
}

#tab-description:checked ~ #tab-content-description,
#tab-sharing:checked ~ #tab-content-sharing,
#tab-favorites:checked ~ #tab-content-favorites,
#tab-playlist:checked ~ #tab-content-playlist,
#tab-tags:checked ~ #tab-content-tags,
#tab-share:checked ~ #tab-content-share,
#tab-home:checked ~ #tab-content-home,
#tab-about:checked ~ #tab-content-about,
#tab-videos:checked ~ #tab-content-videos,
#tab-followers:checked ~ #tab-content-followers,
#tab-following:checked ~ #tab-content-following,
#tab-playlists:checked ~ #tab-content-playlists {
    display: block;
}

.playlist {
	display: inline-block;
    width: 175px;
    margin: 2px;
    margin-right: 0;
    position: relative;
	height: 165px;
	vertical-align: top;
	padding: 2px;
}

.playlist-title {
    font-weight: bold;
    max-height: 2.4em;
    line-height: 17px;
    display: block;
    overflow: hidden;
}

.playlist-created {
    font-size: 11px;
    color: #666;
}

.playlist-thumbnail {
    position: relative;
    display: inline-block;
}

.playlist-thumbnail-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 50px;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 12px;
    padding: 0 5px;
    text-align: center;
    height: 100px;
}

.playlist-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background: linear-gradient(#484e55, #3a3f44 60%, #313539) !important;
    border: 1px solid #515151;
    margin-top: 10px;
    border-radius: 5px;
    color: #fff;
}

.playlist-controls-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.playlist-controls-right {
    display: flex;
    gap: 15px;
}

.playlist-counter {
    font-weight: bold;
    min-width: 50px;
    text-align: center;
}

.playlist-controls button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.playlist-controls label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    background: transparent;
    padding: 0;
    color: #1A1A1B;
}

.search-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.search  {
    max-width: 550px;
    width: 100%;
    margin: 5px;
}

.search-label {
    margin-right: 10px;
}

.search-tabs {
    display: flex;
    gap: 0;
}

.search-tab {
    padding: 5px 10px;

    border: 1px solid #f0f0f0;
}

.search-tab:not(:first-child) {
    border-left: none;
}

.search-tab.active {
    background: #F7F9FA;
}

.search-sort-form {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-results-count {
    margin-left: 10px;
}

.search-result-item {
    display: flex;
    padding: 3px;
    margin: 0 5px;
    margin-bottom: 3px;
}

.search-result-thumbnail-link {
    margin-right: 5px;
}

.search-result-thumbnail-link.relative {
    position: relative;
}

.search-result-thumbnail-img {
    display: block;
}

.search-result-content {
    flex: 1;
}

.search-result-title-link {
    font-weight: bold;

}

.search-result-description {
    color: #1A1A1B;
    font-size: 11px;
}

.search-result-stats {
    color: #1A1A1B;
    max-height: 15px;
    overflow: hidden;
    font-size: 11px;
}

.search-result-no-thumbnail {
    width: 150px;
    height: 100px;
    background: #F7F9FA;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1A1A1B;
}

.search-result-duration-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 2px 5px;
    font-size: 12px;
}

.search-result-rating-wrapper {
    margin-top: 5px;
}

.search-pagination {
    margin-top: 20px;
}

.tags-form-field {
    margin-bottom: 10px;
}

.tags-input {
    width: 100%;
    box-sizing: border-box;
}

.tags-display {
    margin-top: 10px;
}

.tag {
    display: inline-block;
    background-color: #FFFFFF;
    border: 1px solid #f0f0f0;
    padding: 0px 4px;
    margin: 1px 0;
    font-size: 10px;
}

.tags-container {
    width: 110px;
    max-height: 70px;
    overflow-y: auto;
}

#progress-bar {
    width: 90%;
    height: 15px;
    background: linear-gradient(0deg, #25593ba6, #27ae5fa9);
    transition: width 0.3s;
}

.progress-container {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    overflow: hidden;
}

footer {
    width: 100%;
    text-align: center;
    margin-top: auto;
}

.news-post {
    background: #FFFFFF;
    min-height: 70px;
    margin-bottom: 5px;
}

.news-post h4 {
    margin: 0;
    background: #F7F9FA;
}

.tombstone-text {
    font-size: 40px;
    color: #1A1A1B;
}

.description-container {
    position: relative;
}

.description-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.description-content {
    max-height: 150px;
    overflow: hidden;
    position: relative;
}

.description-toggle:checked ~ .description-content {
    max-height: 5000px;
}

.description-spacer {
    position: absolute;
    top: 150px;
    left: 0;
    width: 1px;
    height: 1px;
    pointer-events: none;
}

.description-toggle-label {
    display: inline-block;
    margin-top: 5px;
    color: #0079D3;
    border: 0 !important;
    cursor: pointer;
    text-decoration: underline;
}

.description-toggle:checked ~ .description-content .description-spacer {
    display: none;
}

.description-toggle-label:hover {
    color: #FF4500;
}

.description-toggle:checked ~ .description-toggle-label::after {
    content: "Show Less";
}

.description-toggle:not(:checked) ~ .description-toggle-label::after {
    content: "Show More";
}

.recent-users {
    padding: 5px;
}

.user-video-container {
    width: 100%;
    max-width: 925px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.user-page-header {
    margin-bottom: 20px;
}

.user-page-header-link {
    text-decoration: none;
    color: inherit;
    display: inline-flex;
    align-items: center;
}

.user-page-header-avatar {
    vertical-align: middle;
    margin-right: 10px;
}

.user-page-header-username {
    font-size: 18px;
    font-weight: bold;
}

.user-list {
    padding: 5px;
    width: 925px;
}

.user-item {
    display: inline-block;
    width: 93px;
    height: 104px;
    margin: 0;
    background: #FFFFFF;
    text-align: center;
    padding: 0;
    vertical-align: top;
}

.user-item:hover {
    background: #F7F9FA;
}

.user-item-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.user-item-avatar {
    display: block;
    margin: 0 auto;
}

.user-item-info {
    display: block;
}

.user-item-username {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 93px;
}

.user-stats {
    margin-top: 20px;
    width: 925px;
}

.user-stats p {
    margin: 5px 0;
}

.featured-video-section {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.featured-video-player {
    flex-shrink: 0;
}

#featured-player-container {
    width: 400px;
    height: 225px;
    position: relative;
    background: black;
    border: 1px solid #000;
}

#featured-player-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.featured-video-info {
    flex: 1;
}

.featured-video-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.featured-video-meta {
    font-size: 12px;
    margin-bottom: 10px;
}

.featured-video-description {
    font-size: 12px;
    max-height: 150px;
    overflow: hidden;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.recent-user {
    height: 35px;
    margin-bottom: 10px;
    font-size: 11px;
}

.recent-user img {
    float: left;
    margin-right: 5px;
    vertical-align: middle;
}

.recent-user .name {
    color: #666;
    font-weight: bold;
}

.recent-user .joined {
    font-size: 9px;
    margin-top: 2px;
    color: #666;
}

.scrolling-comment {
    position: absolute;
    white-space: nowrap;
    color: white;
    text-shadow: 1px 1px 2px black;
    font-size: 27px;
    font-weight: bold;
    pointer-events: none;
}

.watch-playlist {
    max-height: 300px;
    overflow-y: auto;
    background: #272b30;
    color: #fff;
}

.watch-playlist a {
    color: #fff;
}

.watch-playlist .list-summary {
    border-bottom: 1px solid #5b5b5b;
    color: #fff;
}

@media (max-width: 768px) {
    .mobile-menu-toggle {
        display: none;
    }

    header nav {
        height: 40px;
        display: flex;
        align-items: center;
        padding: 0 5px;
    }

    .mobile-menu-button {
        display: block;
        font-size: 24px;
        cursor: pointer;
        padding: 5px 10px;
        margin-right: 10px;
        user-select: none;
        z-index: 101;
        position: relative;
        background: none;
    }

    .mobile-logo {
        flex: 1;
        font-weight: bold;
        font-size: 16px;
        padding: 10px 10px !important;
        border: none !important;
    }

    .nav-search {
        flex: 1;
        margin: 0 5px;
    }

    .nav-search .search {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 5px 8px;
        font-size: 12px;
    }

    .nav-links {
        display: none;
        position: fixed;
        top: 40px;
        left: 0;
        right: 0;
        background: linear-gradient(to bottom, rgb(210, 222, 236) 0, rgb(237, 242, 245) 2.5em, rgb(237, 242, 245) 100%);
        border-bottom: 1px solid rgba(255,255,255,.1);
        z-index: 101;
        max-height: calc(100vh - 40px);
        overflow-y: auto;
        overflow-x: hidden;
    }

    header .mobile-menu-toggle:checked ~ nav .nav-links {
        display: block !important;
    }

    .nav-links a {
        display: block !important;
        width: 100%;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(0,0,0,.1);
        text-align: left;
        float: none;
        border-right: none;
    }

    header nav > a:not(.mobile-logo) {
        display: none;
    }

    .sidebar {
        display: none;
    }

    main {
        margin-left: 0;
        padding: 5px;
    }

    .container {
        min-width: 0;
        width: 100%;
        padding: 10px;
        min-height: auto;
    }

    table {
        display: block;
    }

    table tbody {
        display: block;
    }

    table tr {
        display: block;
        margin-bottom: 10px;
    }

    table td {
        display: block;
        width: 100% !important;
    }

    .main-content {
        width: 100%;
    }

    .currently-watched {
        width: 100%;
        min-width: 0;
    }

    .video-container {
        justify-content: center;
    }

    .video {
        width: calc(50% - 4px);
        min-width: 0;
    }

    .video-thumbnail img {
        width: 100%;
    }

    table.watch-table {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    table.watch-table tbody {
        display: block;
    }

    table.watch-table tr {
        display: block;
    }

    table.watch-table td:first-child {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    table.watch-table td.watch-sidebar {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    #player-container {
        width: 100%;
        max-width: 100%;
    }

    .watch-container {
        width: 100%;
        max-width: 100%;
    }

    .watch-sidebar {
        width: 100%;
        padding: 0;
    }

    .watch-sidebar details {
        width: 100%;
    }

    .watch-info {
        width: 100%;
        max-width: 100%;
    }

    .watch-info-header {
        flex-direction: column;
        gap: 10px;
    }

    .watch-info-subscribe {
        align-self: flex-start;
    }

    .watch-info-avatar {
        width: 60px;
        height: 60px;
    }

    #comments {
        width: 100%;
    }

    .comment-field {
        width: 100%;
    }

    .featured-video-section {
        flex-direction: column;
    }

    #featured-player-container {
        width: 100%;
        height: auto;
        padding-bottom: 56.25%;
    }

    .profile-banner {
        max-width: 100%;
    }

    .user-video-container {
        max-width: 100%;
    }

    .user-list {
        width: 100%;
    }

    .user-item {
        width: calc(50% - 4px);
    }

    .user-stats {
        width: 100%;
    }

    .recently-watched-section {
        width: 100%;
    }

    .featured-thumbnail img {
        width: 100%;
    }

    .recently-watched-video {
        width: calc(50% - 4px);
    }

    .announcement {
        font-size: 10px;
        padding: 8px;
    }
}
