/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./src/styles/css.css ***!
  \********************************************************************************************************************************************/
@font-face {
    font-family: "Agency";
    src: url("/fonts/agency-fb.woff2") format("woff2");
}

/* ----------------------------------------
   base
---------------------------------------- */

* {
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    width: 100%;
    height: 100%;
}
.exp-betatube-ui-styles body,
.exp-neotube-ui-styles body,
.exp-cumulus-ui-styles body {
    padding: 8px;
}
.exp-betatube-ui-styles body {
    font-size: 12px;
    background-color: #ccc;
}
.exp-neotube-ui-styles body,
.exp-cumulus-ui-styles body {
    font-size: 12px;
}
.exp-use-background-image body {
    background-image: url(data:@file/gif;base64,R0lGODlhBAAEAKIAAHt7e05OTnV1dWBgYGlpaVNTU3p6enZ2diH5BAAAAAAALAAAAAAEAAQAAAMJGARCduWVAYdJADs=);
}

yt-page {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 auto;
}
.exp-720-page-width yt-page {
    max-width: 720px;
}
.exp-800-page-width yt-page {
    max-width: 800px;
}
.exp-page-padding yt-page {
    padding: 5px 5px 25px 5px;
}
.exp-full-page-width yt-page {
    width: 100%;
    max-width: none;
}

yt-main {
    width: 100%;
}
.exp-betatube-ui-styles yt-main {
    background-image: linear-gradient(
        #3e5d7c,
        #6699cc 42px,
        #6699cc,
        #6699cc calc(100% - 18px),
        #5885b0
    );
    border-radius: 10px;
    box-sizing: border-box;
    flex: 1;
    box-shadow: inset 0 0 0 1px #6699cc;
    padding-bottom: 22px;
    padding-top: 10px;
}

.exp-betatube-ui-styles .yt-select-video-form fieldset {
    text-align: center;
    border: 0;
}

.exp-betatube-ui-styles .yt-select-video-form label,
.exp-betatube-ui-styles .yt-select-video-form select {
    margin: 0 2px;
}

.sr-only {
    display: none;
}

/* ----------------------------------------
   links
---------------------------------------- */

a:link,
a:visited,
a:active {
    color: #0033cc;
}

/* ----------------------------------------
   Typography
---------------------------------------- */

td,
th,
form,
input,
textarea,
select,
ul,
li,
ol,
.bodystyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

p {
    margin: 0;
}

form label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.exp-betatube-ui-styles form label {
    color: #111;
}
.exp-neotube-ui-styles form label,
.exp-cumulus-ui-styles form label {
    color: #222;
}

.bold {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
}

.highlight {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
}

.highlight_form {
    background-color: #ffff99;
}

.success {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
}

.error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ff0000;
}

.bodystyle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.text_space {
    line-height: 2em;
}

.box1 {
    padding: 3px;
    border-width: thin;
    border-style: solid;
    border-color: #cccccc #666666 #666666 #cccccc;
}

.box2 {
    border-width: 3px;
    border-style: solid;
    padding: 5px;
}

.box3 {
    border: dotted #666666;
}

/* ----------------------------------------
   page titles
---------------------------------------- */

.exp-betatube-ui-styles .yt-page-title {
    border-bottom: 1px solid #808080;
    color: #036;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
.exp-neotube-ui-styles .yt-page-title {
    background-color: #e5ecf9;
    border-bottom: 1px dashed #36c;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
    padding: 4px 4px 5px 7px;
}
.exp-cumulus-ui-styles .yt-page-title {
    border-bottom: 1px dashed #ccc;
    color: #c63;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
}

/* ----------------------------------------
   Buttons
---------------------------------------- */

button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/* ----------------------------------------
   Forms
---------------------------------------- */

yt-form-description {
    padding: 5px;
}
yt-form-group {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 5px;
}
yt-form-group label {
    display: block;
    text-align: right;
}

/* ----------------------------------------
   Login
---------------------------------------- */

.yt-login {
    align-items: center;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 7px;
    margin: 0 auto;
    max-width: 525px;
}
.exp-betatube-ui-styles .yt-login {
    background-color: #c6dff1;
}
.exp-neotube-ui-styles .yt-login,
.exp-neotube-ui-styles .yt-login {
    background-color: #ccc;
}
.yt-login label[for="password"] {
    margin-left: 7px;
}

/* ----------------------------------------
   Thumbnails
---------------------------------------- */

yt-thumbnail {
    display: flex;
}
.exp-betatube-ui-styles yt-thumbnail {
    border: 1px solid;
}
.exp-neotube-ui-styles yt-thumbnail,
.exp-cumulus-ui-styles yt-thumbnail {
    border: 5px solid white;
}

/* ----------------------------------------
   Logo
---------------------------------------- */

yt-logo {
    display: block;
}
yt-logo svg {
    width: 100%;
    height: 100%;
}

/* ----------------------------------------
   Search bar
---------------------------------------- */

yt-search-bar form {
    display: flex;
    gap: 4px;
    padding: 2px;
}
yt-search-bar input[name="search"] {
    font-size: 14px;
    padding: 2px;
}
.exp-betatube-ui-styles yt-search-bar input[name="search"] {
    color: #036;
}
.exp-neotube-ui-styles yt-search-bar input[name="search"],
.exp-cumulus-ui-styles yt-search-bar input[name="search"] {
    color: #f33;
}

/* ----------------------------------------
   Primary actions
---------------------------------------- */

yt-primary-actions {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: bold;
}
yt-primary-actions > span {
    margin: 0 6.66666667px;
}

/* ----------------------------------------
   Blocks
---------------------------------------- */
yt-whos-on-now-block {
    border-radius: 5px;
    padding: 7px 10px 20px 10px;
}
.exp-neotube-ui-styles yt-whos-on-now-block,
.exp-cumulus-ui-styles yt-whos-on-now-block {
    background-color: #eed;
}
yt-whos-on-now-block h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 8px;
}
.exp-neotube-ui-styles yt-whos-on-now-block h2,
.exp-cumulus-ui-styles yt-whos-on-now-block h2 {
    color: #663;
}

/* ----------------------------------------
   Modules
---------------------------------------- */

yt-module {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.exp-betatube-ui-styles yt-module {
    background-color: #c6dff1;
    border-radius: 5px;
    overflow: auto;
    padding: 5px;
}
.exp-neotube-ui-styles yt-module,
.exp-cumulus-ui-styles yt-module,
.exp-cumulus-modules yt-module {
    background-color: #ccc;
    border-radius: 5px;
    padding: 5px;
}
.exp-full-page-width yt-module {
    width: 80%;
}

yt-module-title-bar {
    display: flex;
    flex-direction: row;
    font-size: 12px;
    justify-content: space-between;
    width: 100%;
}
.exp-cumulus-modules yt-module-title-bar {
    align-items: center;
    border-bottom: 1px dashed #999;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    padding: 0 5px 5px 5px;
}
.exp-cumulus-modules.exp-smaller-module-action-link yt-module-title-bar > a {
    font-size: 12px;
}

.exp-cumulus-modules yt-module-entry {
    background-color: #ddd;
    background-image: linear-gradient(#eee, #ddd 76px);
    border-bottom: 1px dashed #999;
    padding: 10px;
}

yt-module-entry {
    display: flex;
}
yt-module-entry.featured-videos.horizontal {
    flex-direction: row;
}
yt-module-entry.featured-videos.vertical {
    flex-direction: column;
}
.exp-cumulus-modules yt-module-entry.featured-videos.horizontal {
    padding: 5px 5px 15px 5px;
}
.exp-betatube-ui-styles yt-module-entry.featured-videos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.yt-module-entry-thumbnail {
    flex: 0;
}
yt-module-entry-content {
    flex: 1;
}
.yt-module-entry-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 2px;
    color: #333;
}
yt-module-entry.featured-videos.horizontal .yt-module-entry-title {
    color: #03c;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
}
.yt-module-entry-description {
    font-size: 12px;
    margin-bottom: 6px;
    color: #333;
    padding-right: 10px;
}
yt-module-entry.featured-videos.horizontal .yt-module-entry-meta,
yt-module-entry.featured-videos.horizontal .yt-module-entry-stats {
    color: #666;
    font-size: 10px;
    font-family: Arial, helvetica, sans-serif;
    margin-bottom: 3px;
}
.yt-module-entry-tags {
    color: #444;
    display: flex;
    gap: 3.33331px;
    flex-wrap: wrap;
    font-size: 12px;
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
}
.yt-module-entry-meta,
.yt-module-entry-stats {
    font-size: 11px;
    margin-bottom: 5px;
    color: #444;
}

yt-module-featured-video-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 20%;
}
.exp-betatube-ui-styles yt-module-featured-video-item {
    width: auto;
}
yt-module-featured-video-item img {
    box-sizing: content-box;
    display: block;
    width: 120px;
    height: 90px;
}
.exp-cumulus-modules yt-module-featured-video-title {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 3px;
    color: #03c;
}
.exp-cumulus-modules yt-module-featured-video-details {
    color: #666;
    font-size: 10px;
    margin-bottom: 3px;
}

yt-module-entry yt-thumbnail {
    margin-right: 10px;
}
yt-module-entry.featured-videos.horizontal yt-thumbnail {
    margin: 5px;
}

yt-module-footer-link {
    color: #222;
    display: block;
    font-size: 13px;
    margin: 15px auto;
    text-align: center;
    width: 50%;
}

/* ----------------------------------------
   Masthead
---------------------------------------- */

.exp-betatube-ui-styles .yt-masthead {
    align-items: flex-end;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 60px;
    padding: 0 10px;
}
.exp-neotube-ui-styles .yt-masthead,
.exp-cumulus-ui-styles .yt-masthead {
    display: flex;
    flex-direction: column;
}
.exp-neotube-ui-styles .yt-masthead > main,
.exp-cumulus-ui-styles .yt-masthead > main {
    display: flex;
    flex-direction: row;
}
.exp-neotube-ui-styles yt-masthead-bulk,
.exp-cumulus-ui-styles yt-masthead-bulk {
    display: flex;
    flex: 1;
    flex-direction: column;
}
.exp-neotube-ui-styles yt-masthead-top,
.exp-cumulus-ui-styles yt-masthead-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.exp-neotube-ui-styles yt-masthead-explore,
.exp-cumulus-ui-styles yt-masthead-explore {
    align-items: center;
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.exp-betatube-ui-styles .yt-masthead yt-logo {
    width: 100px;
    height: 40px;
    margin-bottom: 15px;
    margin-left: 5px;
}
.exp-neotube-ui-styles .yt-masthead yt-logo,
.exp-cumulus-ui-styles .yt-masthead yt-logo {
    height: 48px;
    margin: 0 5px 5px 5px;
    width: 120px;
}
.exp-place-masthead-tabs-on-top.exp-neotube-ui-styles .yt-masthead yt-logo,
.exp-place-masthead-tabs-on-top.exp-cumulus-ui-styles .yt-masthead yt-logo {
    margin: 8px 5px;
}
.yt-masthead yt-logo a {
    display: block;
}
.exp-betatube-ui-styles .yt-masthead yt-logo svg {
    filter: drop-shadow(0 0 4px rgba(255, 255, 255, 1));
}

.exp-neotube-ui-styles .yt-masthead-tagline,
.exp-cumulus-ui-styles .yt-masthead-tagline {
    font-style: italic;
    padding: 0 5px 0 5px;
}
.exp-neotube-ui-styles yt-masthead-explore yt-primary-actions {
    padding: 4px 5px 0 5px;
}

.yt-masthead-tabs {
    display: flex;
    flex-direction: row;
}
.exp-neotube-ui-styles .yt-masthead-tabs,
.exp-cumulus-ui-styles .yt-masthead-tabs {
    background-color: #d5e5f5;
    justify-content: space-between;
    margin: 5px 0px 10px 0;
    padding: 7px 10.33333333333333333px;
    border-radius: 5px;
}
.exp-place-masthead-tabs-on-top.exp-neotube-ui-styles .yt-masthead-tabs,
.exp-place-masthead-tabs-on-top.exp-cumulus-ui-styles .yt-masthead-tabs {
    margin: 0;
}
.yt-masthead-tabs-section {
    display: flex;
    flex-direction: row;
    gap: 7.33333333333333333px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.exp-betatube-ui-styles .yt-masthead-tabs-section {
    gap: 2px;
}
.yt-masthead-tabs .yt-masthead-tab {
    display: flex;
}
.exp-betatube-ui-styles .yt-masthead-tabs .yt-masthead-tab {
    align-items: center;
    background-image: linear-gradient(#aaaaaa, #dbdbdb);
    border: 1px solid #666;
    border-bottom: none;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    box-sizing: border-box;
    color: white;
    font-size: 15px;
    font-family: "Agency";
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    padding: 0 12px;
    height: 30px;
    text-transform: uppercase;
    user-select: none;
}
.exp-betatube-ui-styles .yt-masthead-tabs .yt-masthead-tab.selected {
    background: white;
    color: #003366;
    text-shadow: none;
}
.exp-neotube-ui-styles .yt-masthead-tabs .yt-masthead-tab.selected,
.exp-cumulus-ui-styles .yt-masthead-tabs .yt-masthead-tab.selected {
    font-weight: 700;
}
.yt-masthead-tab a {
    align-items: center;
    gap: 3.33333333333333337px;
    display: inline-flex;
    flex-direction: row;
}
.exp-betatube-ui-styles .yt-masthead-tabs .yt-masthead-tab a {
    color: inherit;
    text-decoration: none;
}
.yt-masthead-tab .yt-masthead-tab-icon {
    padding-left: 5px;
    padding-right: 1px;
}

.yt-masthead .top-links ul {
    list-style: none;
    padding: 0;
}
.exp-betatube-ui-styles .yt-masthead .top-links ul {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 7px;
    margin-left: 5px;
}
.exp-neotube-ui-styles .yt-masthead .top-links ul,
.exp-cumulus-ui-styles .yt-masthead .top-links ul {
    align-items: center;
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin: 0;
    padding-right: 2px;
}
.exp-betatube-ui-styles .yt-masthead .top-links a {
    color: #ccffff;
    font-size: 15px;
    margin-right: 12px;
    user-select: none;
}
.exp-0-masthead-top-links-padding .yt-masthead .top-links li {
    padding: 0;
}
.exp-2-masthead-top-links-padding .yt-masthead .top-links li {
    padding: 2px;
}
.exp-betatube-ui-styles .yt-masthead a.top-link-button {
    align-items: center;
    background-image: linear-gradient(#b5d8f1, #56a0d5);
    box-sizing: border-box;
    color: white;
    display: flex;
    font-family: "Agency";
    font-size: 12px;
    font-weight: 700;
    height: 23px;
    border: 1px solid white;
    border-radius: 6px;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0 6px;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    text-transform: uppercase;
}

/* ----------------------------------------
   Footer
---------------------------------------- */

.yt-footer {
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 3px;
}
.exp-betatube-ui-styles .yt-footer {
    background-color: #aaa;
    border: 1px solid #ccc;
    color: #111111;
    font-size: 11px;
    padding: 7px;
    width: 100%;
}
.exp-neotube-ui-styles .yt-footer,
.exp-cumulus-ui-styles .yt-footer {
    background-color: white;
    color: #111111;
    font-size: 11px;
    flex: 0;
    padding: 10px;
}
.yt-footer nav {
    align-items: center;
    display: flex;
    gap: 3px;
}

/* ----------------------------------------
   Content
---------------------------------------- */

.yt-content {
    flex: 1;
}
.exp-betatube-ui-styles .yt-content {
    background-color: white;
    border-radius: 10px;
    padding: 26px 15px 26px 15px;
}
.exp-neotube-ui-styles .yt-content,
.exp-cumulus-ui-styles .yt-content {
    padding: 0 5px 0 5px;
}

/* ----------------------------------------
   generic page layout
---------------------------------------- */

yt-generic-layout {
    display: grid;
    grid-template-columns: 168px 1fr;
    gap: 15px;
}

yt-generic-layout yt-form-group label {
    width: 130px;
}

/* ----------------------------------------
   doc tabs
---------------------------------------- */

.yt-doc-tabs {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    gap: 1px;
    margin: 0;
    padding: 1px;
    list-style: none;
    width: 170px;
}
.yt-doc-tabs li {
    background-color: #ddd;
    padding: 5px;
}
.yt-doc-tabs .tab.selected {
    font-weight: bold;
}
.yt-help-page article {
    flex: 1;
}
.yt-doc-tabs yt-form-group label {
    width: 150px;
}

/* ----------------------------------------
   home page
---------------------------------------- */

yt-home-page {
    display: flex;
    flex-direction: row;
    gap: 15px;
}
.exp-standalone-landing-page.exp-center-aligned-page yt-home-page {
    justify-content: center;
}

.yt-home-main {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 14px;
}
.exp-standalone-landing-page.exp-center-aligned-page
    yt-home-page
    .yt-home-main {
    align-items: center;
}

.exp-standalone-landing-page yt-home-page .header {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    padding: 3px;
}
.exp-standalone-landing-page.exp-center-aligned-page yt-home-page .header {
    text-align: center;
    align-items: center;
}
.exp-standalone-landing-page.exp-full-page-width yt-home-page .header {
    width: 80%;
}
.exp-standalone-landing-page yt-home-page yt-logo {
    width: 180px;
    height: 71px;
    margin: 12px;
}
.exp-standalone-landing-page.exp-full-page-width yt-home-page .search {
    width: 80%;
}
.exp-standalone-landing-page yt-home-page form {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 3px;
}
.exp-standalone-landing-page.exp-center-aligned-page yt-home-page form {
    align-items: center;
}
.exp-standalone-landing-page yt-home-page input[name="search"] {
    font-size: 18px;
    padding: 3px;
}

.exp-standalone-landing-page yt-home-page .upload-section {
    display: flex;
    justify-content: center;
    margin: 20px 0 30px 0;
    width: 100%;
}
.exp-standalone-landing-page yt-home-page .upload-section yt-primary-actions {
    font-size: 16px;
}
.exp-standalone-landing-page
    yt-home-page
    .upload-section
    yt-primary-actions
    > span {
    margin: 0 13.35px;
}

yt-feature-block {
    border-radius: 5px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    padding: 10px 5px 15px 5px;
}
.exp-betatube-ui-styles yt-feature-block {
    background-color: #c6dff1;
}
.exp-neotube-ui-styles yt-feature-block,
.exp-cumulus-ui-styles yt-feature-block {
    background-color: #e5ecf9;
}
yt-feature {
    color: #444;
    padding: 0 10px 10px 10px;
}
yt-feature:not(:last-child) {
    border-right: 1px dashed #369;
}
yt-feature h2 {
    font-size: 16px;
    margin: 0 0 5px;
}

yt-home-page > aside {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    width: 180px;
}
yt-home-page > aside > yt-tag-cloud {
    margin-top: 10px;
}
yt-home-page > aside > yt-whos-on-now-block {
    margin-top: 15px;
}

yt-sign-up-block {
    border-radius: 5px;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 15px 10px;
    text-align: center;
}
.exp-betatube-ui-styles yt-sign-up-block {
    background-color: #c6dff1;
}
.exp-neotube-ui-styles yt-sign-up-block,
.exp-cumulus-ui-styles yt-sign-up-block {
    background-color: #feb;
}

yt-tag-cloud {
    color: #333;
    display: flex;
    flex-direction: column;
    font-size: 13px;
}
.yt-home-main yt-tag-cloud {
    text-align: center;
}
.exp-standalone-landing-page yt-tag-cloud {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 50%;
}
.exp-standalone-landing-page.exp-wider-tag-cloud yt-tag-cloud {
    width: 70%;
}
.yt-tag-cloud-header {
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px;
}
yt-tag-cloud .item.small {
    font-size: 12px;
}
yt-tag-cloud .item.big {
    font-size: 17px;
}
.yt-tag-cloud-more {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}

/* ----------------------------------------
   sign up page
---------------------------------------- */

yt-sign-up-page {
    display: block;
}

yt-sign-up-page yt-form-group label {
    width: 120px;
}

/* ----------------------------------------
   watch page
---------------------------------------- */

yt-watch-page {
    display: grid;
    grid-template-columns: 515px 200px;
}
.exp-betatube-ui-styles yt-watch-page {
    grid-template-columns: 515px;
    justify-content: center;
    margin-top: 5px;
}
.exp-center-aligned-page yt-watch-page {
    justify-content: center;
}
yt-watch-page > section:first-of-type {
    padding-right: 15px;
}

.yt-watch-page-video-action-list {
    justify-content: center;
    display: flex;
    font-size: 13px;
    font-weight: bold;
    gap: 4px;
    flex-direction: row;
    list-style: none;
    text-align: center;
    padding: 0;
}

yt-watch-page main article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
yt-watch-page main article figure {
    margin: 0;
    padding-bottom: 10px;
    display: flex;
}

.yt-watch-meta {
    width: 425px;
}
.yt-watch-description {
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    color: black;
    border-bottom: 1px dashed #ccc;
}
.yt-watch-tags {
    margin: 5px 0 10px 0;
    color: #333;
}

.yt-uploader-metadata,
.yt-video-metadata {
    font-size: 11px;
    color: #333;
}

yt-video-share-box {
    display: block;
    padding: 5px;
    border-radius: 5px;
    background: #e5ecf9;
    text-align: center;
    margin: 15px 0 10px;
}

yt-video-share-box p {
    font-size: 11px;
    color: #c60;
    padding: 5px 0;
    font-size: 11px;
    font-weight: bold;
}
yt-video-share-box input {
    font-size: 10px;
    text-align: center;
    margin-bottom: 15px;
}

yt-new-comment-box header {
    padding-bottom: 5px;
    font-weight: bold;
    color: #444;
}

yt-new-comment-box form {
    margin-block-end: 1em;
}

yt-comments-box header {
    padding: 5px 5px 6px;
    font-size: 11px;
    color: #333;
    background: #eee;
    border-block: dashed 1px #999;
    font-weight: bold;
}

yt-comments-box yt-comment {
    display: block;
    padding: 10px;
    font-size: 11px;
    color: #333;
    background: #ffc;
    border-block-end: dashed 1px #999;
}

