.youtube-app {
  position: fixed;
  inset: 0;
  z-index: 2750;
  margin: auto;
  width: var(--o3o-stage-width);
  height: 100vh;
  height: 100dvh;
  background: #fff;
  color: #0f0f0f;
  font-family:var(--user-font-family,Roboto,
    -apple-system,
    BlinkMacSystemFont,
    "SF Pro Text",
    "Segoe UI",
    Arial,
    sans-serif);
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  overscroll-behavior: none;
}
.youtube-app[hidden],
.youtube-app [hidden] {
  display: none;
}
.youtube-app * {
  box-sizing: border-box;
}
:where(.youtube-app) button,
:where(.youtube-app) input,
:where(.youtube-app) textarea {
  font: inherit;
}
:where(.youtube-app) button {
  border: 0;
  background: none;
  color: inherit;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}
:where(.youtube-app) input,
:where(.youtube-app) textarea {
  outline: none;
}
.yt-fa {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  pointer-events: none;
}
.yt-shell {
  position: absolute;
  inset: 0;
  background: #fff;
  overflow: hidden;
}
.yt-pane {
  position: absolute;
  inset: 0 0 56px;
  background: #fff;
  display: none;
  overflow: hidden;
}
.yt-pane.is-active {
  display: block;
}
.yt-scroll {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 16px;
}
.yt-scroll::-webkit-scrollbar,
.yt-horizontal::-webkit-scrollbar,
.yt-chipbar::-webkit-scrollbar,
.yt-filter-row::-webkit-scrollbar,
.yt-subs-channels::-webkit-scrollbar {
  display: none;
}
.yt-icon-button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.yt-icon-button .yt-fa {
  width: 19px;
  height: 19px;
}
.yt-user-avatar,
.yt-channel-avatar,
.yt-avatar {
  display: block;
  border-radius: 50%;
  
  overflow: hidden;
  flex: 0 0 auto;
}
.yt-user-avatar {
  width: 25px;
  height: 25px;
}
.yt-avatar {
  width: 34px;
  height: 34px;
}
.yt-channel-avatar {
  width: 36px;
  height: 36px;
}

.yt-chip.is-active {
  background: #0f0f0f;
  color: #fff;
}
.yt-chip.explore .yt-fa {
  width: 15px;
  height: 15px;
}
.yt-feed {
  display: flex;
  flex-direction: column;
}
.yt-video-card + .yt-video-card {
  margin-top: 2px;
}
.yt-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.yt-duration {
  position: absolute;
  right: 6px;
  bottom: 6px;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
  font-size: 11px;
  font-weight:var(--o3o-fw-650);
  line-height: 14px;
}
.yt-live-badge {
  position: absolute;
  left: 6px;
  bottom: 6px;
  background: #f00;
  color: #fff;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 10px;
  font-weight:var(--o3o-fw-700);
}
.yt-card-copy {
  min-width: 0;
}
.yt-card-more {
  width: 28px;
  height: 30px;
  display: grid;
  place-items: center;
  align-self: start;
}
.yt-card-more .yt-fa {
  width: 4px;
  height: 17px;
}
.yt-shorts-shelf {
  padding: 0 0 16px;
  margin-bottom: 3px;
}
.yt-section-title .yt-fa {
  width: 18px;
  height: 18px;
  color: #ff0033;
}
.yt-section-title .yt-section-more {
  margin-left: auto;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
}
.yt-section-title .yt-section-more .yt-fa {
  width: 4px;
  height: 17px;
  color: #0f0f0f;
}
.yt-short-card {
  min-width: 0;
  cursor: pointer;
}
.yt-short-card-more {
  position: absolute;
  right: 2px;
  top: 4px;
  width: 30px;
  height: 30px;
  color: #fff;
  display: grid;
  place-items: center;
}
.yt-short-card-more .yt-fa {
  width: 4px;
  height: 16px;
}
.yt-bottom-nav.is-hidden {
  transform: translateY(100%);
}
.yt-nav-item .yt-fa {
  width: 20px;
  height: 20px;
}
.yt-nav-item.is-active {
  font-weight:var(--o3o-fw-650);
}
.yt-nav-item.is-active .yt-fa {
  width: 21px;
  height: 21px;
}
.yt-nav-you.is-active .yt-user-avatar {
  border-color: #0f0f0f;
}
.yt-shorts-pane {
  background: #000;
  color: #fff;
}
.yt-shorts-feed {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
}
.yt-shorts-feed::-webkit-scrollbar {
  display: none;
}
.yt-short-screen {
  height: 100%;
  position: relative;
  scroll-snap-align: start;
  overflow: hidden;
  
}
.yt-shorts-head {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  top: 0;
  height: 52px;
  padding: 0 4px 0 12px;
  display: flex;
  align-items: center;
}
.yt-shorts-title {
  font-size: 20px;
  font-weight:var(--o3o-fw-700);
  letter-spacing: -0.35px;
}
.yt-shorts-head-actions {
  margin-left: auto;
  display: flex;
}
.yt-shorts-head .yt-icon-button {
  color: #fff;
}
.yt-short-content {
  position: absolute;
  left: 12px;
  right: 67px;
  bottom: 17px;
  z-index: 6;
}
.yt-short-channel {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight:var(--o3o-fw-650);
}
.yt-short-channel .yt-avatar {
  width: 32px;
  height: 32px;
}
.yt-subscribe-small {
  height: 32px;
  border-radius: 18px;
  background: #fff;
  color: #0f0f0f;
  padding: 0 12px;
  font-size: 12px;
  font-weight:var(--o3o-fw-700);
  margin-left: 2px;
}
.yt-subscribe-small.is-on {
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
}
.yt-short-caption {
  font-size: 13px;
  line-height: 1.35;
  margin-top: 10px;
}
.yt-short-music {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 9px;
  font-size: 11px;
}
.yt-short-music .yt-fa {
  width: 12px;
  height: 12px;
}
.yt-short-rail {
  position: absolute;
  right: 6px;
  bottom: 15px;
  z-index: 6;
  width: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.yt-short-action {
  width: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 10px;
}
.yt-short-action span:first-child {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(0, 0, 0, 0.34);
}
.yt-short-action .yt-fa {
  width: 20px;
  height: 20px;
}
.youtube-app.is-shorts .yt-bottom-nav {
  background: rgba(0, 0, 0, 0.88);
  border-top-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.youtube-app.is-shorts .yt-nav-create span {
  background: rgba(255, 255, 255, 0.18);
}
.youtube-app.is-shorts .yt-nav-you.is-active .yt-user-avatar {
  border-color: #fff;
}
.yt-subs-headline {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 12px 0 14px;
}
.yt-subs-headline strong {
  font-size: 18px;
}
.yt-subs-headline button {
  margin-left: auto;
  font-size: 13px;
  color: #065fd4;
  font-weight:var(--o3o-fw-600);
  padding: 8px;
}
.yt-subs-channels {
  display: flex;
  gap: 15px;
  padding: 7px 12px 11px;
  overflow-x: auto;
  scrollbar-width: none;
}
.yt-sub-channel {
  width: 57px;
  flex: 0 0 57px;
  text-align: center;
  cursor: pointer;
}
.yt-sub-channel .yt-channel-avatar {
  width: 52px;
  height: 52px;
  margin: 0 auto;
}
.yt-sub-channel span {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yt-filter-row {
  display: flex;
  gap: 7px;
  padding: 2px 12px 10px;
  overflow-x: auto;
  scrollbar-width: none;
}
.yt-filter-row .yt-chip {
  height: 30px;
  line-height: 30px;
}
.yt-sub-divider {
  height: 0.5px;
  background: #eee;
}
.yt-you-header {
  height: 52px;
  position: sticky;
  top: 0;
  z-index: 25;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 0 7px 0 14px;
}
.yt-page-name {
  font-size: 20px;
  font-weight:var(--o3o-fw-700);
  letter-spacing: -0.35px;
}
.yt-you-header .yt-top-actions {
  margin-left: auto;
}
.yt-you-profile {
  padding: 15px 14px 5px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.yt-you-profile .yt-avatar {
  width: 72px;
  height: 72px;
}
.yt-you-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.yt-you-name {
  font-size: 21px;
  font-weight:var(--o3o-fw-700);
  letter-spacing: -0.5px;
}
.yt-you-handle {
  margin-top: 3px;
  color: #606060;
  font-size: 12px;
}
.yt-you-link {
  margin-top: 6px;
  font-size: 12px;
  font-weight:var(--o3o-fw-600);
  display: flex;
  align-items: center;
  gap: 4px;
}
.yt-you-link .yt-fa {
  width: 7px;
  height: 10px;
}
.yt-you-actions {
  display: flex;
  gap: 8px;
  padding: 10px 14px 14px;
  overflow-x: auto;
  scrollbar-width: none;
}
.yt-pill {
  height: 34px;
  border-radius: 18px;
  background: #f2f2f2;
  padding: 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight:var(--o3o-fw-600);
  white-space: nowrap;
}
.yt-pill .yt-fa {
  width: 13px;
  height: 13px;
}
.yt-shelf {
  padding: 9px 0 14px;
  border-top: 8px solid #f2f2f2;
}
.yt-shelf:first-of-type {
  border-top: 0;
}
.yt-shelf-head {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 14px;
}
.yt-shelf-head strong {
  font-size: 17px;
}
.yt-shelf-head button {
  margin-left: auto;
  font-size: 12px;
  font-weight:var(--o3o-fw-600);
  padding: 8px;
}
.yt-horizontal {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 145px;
  gap: 10px;
  padding: 0 14px;
  overflow-x: auto;
  scrollbar-width: none;
}
.yt-history-card,
.yt-playlist-card {
  min-width: 0;
  cursor: pointer;
}
.yt-history-thumb {
  position: relative;
  width: 145px;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
}
.yt-history-title,
.yt-playlist-title {
  font-size: 12.5px;
  font-weight:var(--o3o-fw-600);
  line-height: 1.25;
  margin-top: 7px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.yt-history-sub,
.yt-playlist-sub {
  font-size: 10.5px;
  color: #606060;
  margin-top: 3px;
}
.yt-playlist-thumb {
  width: 145px;
  aspect-ratio: 16/9;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.yt-playlist-thumb::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 18px;
  
}
.yt-you-list {
  border-top: 8px solid #f2f2f2;
  padding: 6px 0 12px;
}
.yt-you-row {
  width: 100%;
  height: 48px;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 24px 1fr 20px;
  align-items: center;
  gap: 15px;
  text-align: left;
  font-size: 14px;
}
.yt-you-row > .yt-fa {
  width: 19px;
  height: 19px;
}
.yt-you-row .right {
  justify-self: end;
  color: #606060;
}
.yt-you-row .right .yt-fa {
  width: 7px;
  height: 11px;
}
.yt-page-layer,
.yt-search-layer,
.yt-notification-layer,
.yt-watch-layer,
.yt-comments-layer,
.yt-create-flow {
  position: absolute;
  inset: 0;
  z-index: 120;
  background: #fff;
}
.yt-page-layer.is-over-watch {
  z-index: 140;
}
.yt-watch-layer.is-over-page {
  z-index: 135;
}
.yt-layer-head,
.yt-page-head,
.yt-search-head {
  height: 52px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 42px;
  align-items: center;
  padding: 0 8px;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 0.5px solid #ededed;
}
.yt-layer-head strong,
.yt-page-head strong {
  font-size: 17px;
  font-weight:var(--o3o-fw-650);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yt-layer-head .yt-icon-button,
.yt-page-head .yt-icon-button {
  width: 42px;
}
.yt-page-scroll,
.yt-notice-list {
  position: absolute;
  inset: 52px 0 0;
  overflow-y: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.yt-page-scroll::-webkit-scrollbar,
.yt-notice-list::-webkit-scrollbar {
  display: none;
}
.yt-search-head {
  grid-template-columns: 42px minmax(0, 1fr) 42px;
}
.yt-search-box {
  height: 36px;
  border-radius: 18px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  padding: 0 13px;
}
.yt-search-box input {
  width: 100%;
  border: 0;
  background: transparent;
  font-size: 14px;
}
.yt-search-body {
  position: absolute;
  inset: 52px 0 0;
  overflow-y: auto;
  scrollbar-width: none;
  background: #fff;
}
.yt-search-row {
  width: 100%;
  height: 48px;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 13px;
  padding: 0 14px;
  font-size: 14px;
  text-align: left;
}
.yt-search-row > .yt-fa {
  width: 17px;
  height: 17px;
}
.yt-search-row > span:nth-child(2) {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yt-search-row .tail {
  justify-self: end;
  display: grid;
  place-items: center;
  width: 24px;
  height: 32px;
}
.yt-search-row .tail .yt-fa {
  width: 8px;
  height: 13px;
  transform: none;
}
.yt-search-filters {
  height: 44px;
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 0 12px;
  overflow-x: auto;
  scrollbar-width: none;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 4;
}
.yt-search-results {
  padding-bottom: 20px;
}
.yt-search-channel {
  display: grid;
  grid-template-columns: 64px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 14px 14px 16px;
}
.yt-search-channel-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.yt-search-channel strong {
  display: block;
  font-size: 14px;
}
.yt-search-channel small {
  display: block;
  color: #606060;
  font-size: 11px;
  line-height: 1.4;
  margin-top: 3px;
}
.yt-search-channel button {
  font-size: 12px;
  font-weight:var(--o3o-fw-700);
  background: #0f0f0f;
  color: #fff;
  border-radius: 18px;
  height: 34px;
  padding: 0 13px;
}
.yt-notice-tabs {
  height: 44px;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 0 12px;
  border-bottom: 0.5px solid #eee;
}
.yt-notice {
  min-height: 91px;
  display: grid;
  grid-template-columns: 36px 1fr 92px 26px;
  gap: 9px;
  align-items: start;
  padding: 10px 7px 10px 12px;
}
.yt-notice-copy {
  font-size: 12.5px;
  line-height: 1.34;
  padding-top: 1px;
}
.yt-notice-copy small {
  display: block;
  color: #606060;
  font-size: 10.5px;
  margin-top: 4px;
}
.yt-notice-thumb {
  width: 92px;
  aspect-ratio: 16/9;
  border-radius: 5px;
}
.yt-notice-more {
  width: 26px;
  height: 28px;
  display: grid;
  place-items: center;
}
.yt-notice-more .yt-fa {
  width: 4px;
  height: 16px;
}
.yt-watch-layer {
  z-index: 130;
  overflow: hidden;
}
.yt-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  
  color: #fff;
}
.yt-player-shade {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}
.yt-player-top {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  height: 48px;
  display: flex;
  align-items: center;
  padding: 0 4px;
}
.yt-player-top .yt-icon-button {
  color: #fff;
}
.yt-player-top .yt-icon-button:last-child {
  margin-left: auto;
}
.yt-player-center {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.52);
  color: #fff;
  display: grid;
  place-items: center;
}
.yt-player-center .yt-fa {
  width: 18px;
  height: 18px;
}
.yt-player-bottom {
  position: absolute;
  z-index: 3;
  left: 10px;
  right: 10px;
  bottom: 7px;
  display: grid;
  grid-template-columns: auto 1fr 20px;
  gap: 9px;
  align-items: center;
  font-size: 10px;
}
.yt-player-progress {
  height: 3px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.56);
  position: relative;
}
.yt-player-progress::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 27%;
  background: #ff0033;
  border-radius: 2px;
}
.yt-player-bottom > .yt-fa {
  width: 16px;
  height: 16px;
}
.yt-watch-scroll {
  position: absolute;
  inset: auto 0 0;
  top: min(56.25vw, 55dvh);
  overflow-y: auto;
  scrollbar-width: none;
  background: #fff;
}
.yt-watch-scroll::-webkit-scrollbar {
  display: none;
}
.yt-watch-body {
  padding-bottom: 24px;
}
.yt-watch-title-row {
  display: grid;
  grid-template-columns: 1fr 34px;
  gap: 4px;
  padding: 12px 8px 0 12px;
}
.yt-watch-title {
  font-size: 17px;
  line-height: 1.3;
  font-weight:var(--o3o-fw-650);
  letter-spacing: -0.24px;
}
.yt-watch-stats {
  padding: 5px 12px 10px;
  color: #606060;
  font-size: 11.5px;
}
.yt-watch-channel {
  min-height: 52px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 2px 12px 8px;
}
.yt-watch-channel-copy {
  min-width: 0;
}
.yt-watch-channel-copy strong {
  font-size: 13px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yt-watch-channel-copy small {
  font-size: 10.5px;
  color: #606060;
}
.yt-subscribe {
  height: 34px;
  border-radius: 18px;
  background: #0f0f0f;
  color: #fff;
  font-size: 12px;
  font-weight:var(--o3o-fw-700);
  padding: 0 14px;
}
.yt-subscribe.is-subscribed {
  background: #f2f2f2;
  color: #0f0f0f;
}
.yt-action-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  padding: 5px 12px 12px;
}
.yt-watch-action,
.yt-like-group {
  height: 36px;
  border-radius: 19px;
  background: #f2f2f2;
  flex: 0 0 auto;
}
.yt-watch-action {
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight:var(--o3o-fw-600);
}
.yt-watch-action .yt-fa {
  width: 14px;
  height: 14px;
}
.yt-like-group {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.yt-like-group button {
  height: 36px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
.yt-like-group button + button {
  border-left: 1px solid #ddd;
  padding-left: 10px;
}
.yt-like-group .yt-fa {
  width: 14px;
  height: 14px;
}
.yt-like-group .is-liked {
  color: #065fd4;
}
.yt-comments-preview {
  margin: 0 12px 12px;
  border-radius: 12px;
  background: #f2f2f2;
  padding: 10px 11px;
  cursor: pointer;
}
.yt-comments-preview-head {
  font-size: 13px;
  font-weight:var(--o3o-fw-650);
}
.yt-comments-preview-head span {
  font-size: 11px;
  color: #606060;
  font-weight:var(--o3o-fw-500);
  margin-left: 4px;
}
.yt-comment-one {
  margin-top: 8px;
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 8px;
  align-items: center;
  font-size: 11.5px;
}
.yt-comment-one .yt-avatar {
  width: 26px;
  height: 26px;
}
.yt-next-label {
  font-size: 16px;
  font-weight:var(--o3o-fw-700);
  padding: 4px 12px 9px;
}
.yt-next-feed .yt-card-meta {
  padding-bottom: 14px;
}
.yt-comments-layer {
  z-index: 160;
  background: rgba(0, 0, 0, 0.18);
  display: none;
  align-items: flex-end;
}
.yt-comments-layer.is-open {
  display: flex;
}
.yt-comments-sheet {
  width: 100%;
  height: min(76%, 620px);
  background: #fff;
  border-radius: 16px 16px 0 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.yt-comments-handle {
  width: 34px;
  height: 4px;
  background: #c9c9c9;
  border-radius: 2px;
  margin: 7px auto 3px;
}
.yt-comments-head {
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 7px 0 14px;
  border-bottom: 0.5px solid #eee;
}
.yt-comments-head strong {
  font-size: 15px;
}
.yt-comments-head strong span {
  font-size: 11px;
  color: #606060;
  font-weight:var(--o3o-fw-500);
}
.yt-comments-head .yt-icon-button {
  margin-left: auto;
}
.yt-comments-filter {
  display: flex;
  gap: 8px;
  padding: 9px 12px 7px;
}
.yt-comments-body {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: none;
}
.yt-comment {
  display: grid;
  grid-template-columns: 34px 1fr 24px;
  gap: 9px;
  padding: 10px 8px 12px 12px;
}
.yt-comment-meta {
  font-size: 10.5px;
  color: #606060;
}
.yt-comment-text {
  font-size: 12.5px;
  line-height: 1.4;
  margin-top: 4px;
}
.yt-comment-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 9px;
  font-size: 10.5px;
}
.yt-comment-actions span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.yt-comment-actions .yt-fa {
  width: 13px;
  height: 13px;
}
.yt-replies {
  margin-top: 8px;
  color: #065fd4;
  font-size: 11px;
  font-weight:var(--o3o-fw-600);
}
.yt-comments-compose {
  min-height: 54px;
  border-top: 0.5px solid #e6e6e6;
  display: grid;
  grid-template-columns: 30px 1fr 34px;
  gap: 8px;
  align-items: center;
  padding: 7px 10px 7px 12px;
  background: #fff;
}
.yt-comments-compose .yt-avatar {
  width: 30px;
  height: 30px;
}
.yt-comments-compose input {
  height: 36px;
  border: 0;
  border-radius: 18px;
  background: #f2f2f2;
  padding: 0 12px;
  font-size: 12px;
}
.yt-comments-send {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #065fd4;
  color: #fff;
  display: grid;
  place-items: center;
}
.yt-comments-send .yt-fa {
  width: 12px;
  height: 12px;
}
.yt-create-backdrop,
.yt-modal-backdrop {
  position: absolute;
  inset: 0;
  z-index: 150;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  align-items: flex-end;
}
.yt-create-backdrop.is-open,
.yt-modal-backdrop.is-open {
  display: flex;
}
.yt-create-sheet,
.yt-modal-sheet {
  width: 100%;
  background: #fff;
  border-radius: 16px 16px 0 0;
  padding: 0 0 18px;
  max-height: 82%;
  overflow-y: auto;
}
.yt-create-handle,
.yt-modal-handle {
  width: 34px;
  height: 4px;
  border-radius: 2px;
  background: #c9c9c9;
  margin: 7px auto 4px;
}
.yt-create-title,
.yt-modal-title {
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 8px 0 16px;
  font-size: 18px;
  font-weight:var(--o3o-fw-650);
}
.yt-create-title button,
.yt-modal-title button {
  margin-left: auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
}
.yt-create-title .yt-fa,
.yt-modal-title .yt-fa {
  width: 16px;
  height: 16px;
}
.yt-create-option {
  width: 100%;
  height: 58px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 0 16px;
  text-align: left;
  font-size: 14px;
}
.yt-create-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f2f2f2;
  display: grid;
  place-items: center;
}
.yt-create-icon .yt-fa {
  width: 18px;
  height: 18px;
}
.yt-create-flow {
  z-index: 170;
}
.yt-create-flow-body {
  position: absolute;
  inset: 52px 0 0;
  overflow-y: auto;
  padding: 14px 14px 28px;
}
.yt-create-preview {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  margin-bottom: 14px;
}
.yt-create-field {
  display: block;
  margin: 0 0 13px;
}
.yt-create-field span {
  display: block;
  font-size: 11px;
  color: #606060;
  margin: 0 0 6px 2px;
}
.yt-create-field input,
.yt-create-field textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 11px 12px;
  font-size: 13px;
  background: #fff;
}
.yt-create-field textarea {
  min-height: 92px;
  resize: none;
}
.yt-create-row {
  width: 100%;
  height: 52px;
  border-bottom: 0.5px solid #eee;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) 20px;
  gap: 12px;
  align-items: center;
  padding: 0;
  font-size: 13px;
  text-align: left;
}
.yt-create-row > span {
  min-width: 0;
}
.yt-create-row > .yt-fa {
  width: 17px;
  height: 17px;
}
.yt-create-row > .yt-fa:last-child {
  justify-self: end;
  width: 8px;
  height: 13px;
}
.yt-create-primary {
  margin-top: 18px;
  width: 100%;
  height: 42px;
  border-radius: 21px;
  background: #065fd4;
  color: #fff;
  font-size: 13px;
  font-weight:var(--o3o-fw-700);
}
.yt-short-camera {
  background: #111;
  color: #fff;
}
.yt-short-camera .yt-create-flow-body {
  inset: 0;
  padding: 0;
  overflow: hidden;
}
.yt-camera-stage {
  position: absolute;
  inset: 0;
  background: #555;
}
.yt-camera-close {
  position: absolute;
  top: 8px;
  left: 6px;
  color: #fff;
}
.yt-camera-rail {
  position: absolute;
  right: 8px;
  top: 58px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.yt-camera-tool {
  width: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  color: #fff;
  font-size: 9px;
}
.yt-camera-tool span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
  display: grid;
  place-items: center;
}
.yt-camera-tool .yt-fa {
  width: 17px;
  height: 17px;
}
.yt-camera-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yt-capture {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 5px solid #fff;
  background: #ff0033;
  box-shadow: inset 0 0 0 3px #111;
}
.yt-channel-overview-copy {
  min-width: 0;
}
.yt-channel-buttons .yt-channel-more-button {
  width: 34px;
  padding: 0;
  display: grid;
  place-items: center;
}
.yt-channel-home-section {
  padding: 15px 0 5px;
  border-top: 8px solid #f2f2f2;
}
.yt-channel-home-section:first-child {
  border-top: 0;
}
.yt-channel-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px 11px;
}
.yt-channel-section-head strong {
  font-size: 16px;
}
.yt-channel-section-head button {
  font-size: 12px;
  font-weight:var(--o3o-fw-700);
}
.yt-channel-video-row {
  display: grid;
  grid-template-columns: 43% minmax(0, 1fr) 26px;
  gap: 10px;
  padding: 0 10px 12px;
  align-items: start;
}
.yt-channel-video-thumb {
  aspect-ratio: 16/9;
  border-radius: 8px;
  
  position: relative;
  overflow: hidden;
}
.yt-channel-video-thumb span {
  position: absolute;
  right: 4px;
  bottom: 4px;
  
  color: #fff;
  border-radius: 3px;
  padding: 2px 4px;
  font-size: 9px;
}
.yt-channel-video-copy strong {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12.5px;
  line-height: 1.3;
}
.yt-channel-video-copy small {
  display: block;
  margin-top: 5px;
  color: #606060;
  font-size: 10.5px;
}
.yt-channel-mini-more {
  width: 24px;
  height: 28px;
  display: grid;
  place-items: center;
}
.yt-channel-mini-more .yt-fa {
  width: 4px;
  height: 16px;
}
.yt-channel-shorts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3px;
  padding: 0 3px 8px;
}
.yt-channel-shorts-grid article {
  min-width: 0;
}
.yt-channel-shorts-grid .yt-short-card-media {
  border-radius: 5px;
}
.yt-channel-shorts-grid .yt-short-card-title {
  font-size: 11.5px;
  padding-left: 2px;
}
.yt-channel-shorts-grid .yt-short-card-views {
  font-size: 10px;
  padding-left: 2px;
}
.yt-channel-playlist-list {
  padding: 0 12px 8px;
}
.yt-channel-playlist-row {
  display: grid;
  grid-template-columns: 44% minmax(0, 1fr);
  gap: 11px;
  margin-bottom: 13px;
  text-align: left;
}
.yt-channel-playlist-thumb {
  aspect-ratio: 16/9;
  border-radius: 8px;
  
  position: relative;
}
.yt-channel-playlist-thumb::after {
  content: "12";
  position: absolute;
  right: 5px;
  bottom: 5px;
  padding: 2px 5px;
  border-radius: 4px;
  
  color: #fff;
  font-size: 9px;
}
.yt-channel-playlist-copy strong {
  font-size: 13px;
}
.yt-channel-playlist-copy small {
  display: block;
  margin-top: 5px;
  color: #606060;
  font-size: 10.5px;
}
.yt-channel-post-card {
  margin: 0 12px 13px;
  border: 1px solid #e6e6e6;
  border-radius: 11px;
  padding: 12px;
}
.yt-channel-post-head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.yt-channel-post-head strong {
  font-size: 12px;
}
.yt-channel-post-card p {
  font-size: 13px;
  line-height: 1.45;
  margin: 10px 0 12px;
}
.yt-channel-post-media {
  height: 150px;
  border-radius: 9px;
  
}
.yt-channel-post-actions {
  display: flex;
  gap: 20px;
  margin-top: 11px;
  color: #606060;
}
.yt-channel-post-actions .yt-fa {
  width: 15px;
  height: 15px;
}
.yt-channel-filter-row {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  padding: 11px 12px 13px;
}
.yt-channel-filter-row button {
  height: 30px;
  border-radius: 7px;
  background: #f2f2f2;
  padding: 0 11px;
  font-size: 11px;
  font-weight:var(--o3o-fw-650);
}
.yt-channel-filter-row button:first-child {
  background: #0f0f0f;
  color: #fff;
}
.yt-channel-page .yt-page-scroll {
  padding-bottom: 20px;
}
.yt-channel-banner {
  height: 112px;
  
  width: 100%;
}
.yt-channel-overview {
  padding: 14px 14px 13px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  column-gap: 13px;
}
.yt-channel-name {
  margin-top: 0;
  font-size: 21px;
  line-height: 1.15;
  font-weight:var(--o3o-fw-700);
}
.yt-channel-handle {
  font-size: 11.5px;
  line-height: 1.35;
  color: #606060;
  margin-top: 3px;
}
.yt-channel-desc {
  grid-column: 1/-1;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.4;
}
.yt-channel-buttons {
  grid-column: 1/-1;
  margin-top: 11px;
  display: flex;
  gap: 8px;
}
.yt-channel-buttons button {
  height: 34px;
  border-radius: 18px;
  background: #f2f2f2;
  padding: 0 14px;
  font-size: 12px;
  font-weight:var(--o3o-fw-650);
}
.yt-channel-buttons button:first-child {
  flex: 0 1 auto;
  min-width: 112px;
  background: #0f0f0f;
  color: #fff;
}
.yt-channel-tabs {
  position: sticky;
  top: 0;
  z-index: 4;
  background: #fff;
  height: 44px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  border-bottom: 0.5px solid #eee;
  padding: 0 8px;
}
.yt-channel-tab {
  height: 44px;
  padding: 0 12px;
  white-space: nowrap;
  font-size: 12px;
  font-weight:var(--o3o-fw-600);
  color: #606060;
  position: relative;
}
.yt-channel-tab.is-active {
  color: #0f0f0f;
}
.yt-channel-tab.is-active::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 2px;
  background: #0f0f0f;
}
.yt-channel-section-title {
  font-size: 16px;
  font-weight:var(--o3o-fw-700);
  padding: 3px 12px 10px;
}
.yt-explore-head {
  font-size: 22px;
  font-weight:var(--o3o-fw-700);
  padding: 12px 14px;
}
.yt-explore-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 12px 16px;
}
.yt-explore-tile {
  height: 58px;
  border-radius: 10px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  font-size: 13px;
  font-weight:var(--o3o-fw-650);
  text-align: left;
}
.yt-explore-tile .yt-fa {
  width: 18px;
  height: 18px;
}
.yt-explore-trending {
  border-top: 8px solid #f2f2f2;
  padding-top: 7px;
}
.yt-list-page-title {
  font-size: 22px;
  font-weight:var(--o3o-fw-700);
  padding: 16px 14px 6px;
}
.yt-list-page-sub {
  font-size: 12px;
  color: #606060;
  padding: 0 14px 12px;
}
.yt-list-controls {
  display: flex;
  gap: 8px;
  padding: 0 14px 12px;
}
.yt-list-controls button {
  height: 34px;
  border-radius: 18px;
  background: #f2f2f2;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight:var(--o3o-fw-600);
}
.yt-list-controls .yt-fa {
  width: 13px;
  height: 13px;
}
.yt-settings-group {
  border-top: 8px solid #f2f2f2;
  padding: 6px 0;
}
.yt-settings-group:first-child {
  border-top: 0;
}
.yt-settings-row {
  min-height: 50px;
  width: 100%;
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 13px;
  padding: 8px 14px;
  text-align: left;
}
.yt-settings-row > .yt-fa {
  width: 18px;
  height: 18px;
}
.yt-settings-copy strong {
  display: block;
  font-size: 13.5px;
  font-weight:var(--o3o-fw-500);
}
.yt-settings-copy small {
  display: block;
  color: #606060;
  font-size: 10.5px;
  margin-top: 2px;
  line-height: 1.3;
}
.yt-settings-tail {
  color: #606060;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.yt-settings-tail .yt-fa {
  width: 7px;
  height: 11px;
}
.yt-toggle {
  width: 38px;
  height: 22px;
  border-radius: 12px;
  background: #c6c6c6;
  position: relative;
}
.yt-toggle::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  top: 2px;
  left: 2px;
  transition: left 0.15s;
}
.yt-toggle.is-on {
  background: #065fd4;
}
.yt-toggle.is-on::after {
  left: 18px;
}
.yt-mini-player {
  position: absolute;
  z-index: 95;
  left: 12px;
  right: 12px;
  bottom: 64px;
  height: 72px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.2);
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr) 40px 40px;
  align-items: center;
  overflow: hidden;
}
.yt-mini-media {
  height: 72px;
  background: #d9d9d9;
}
.yt-mini-copy {
  padding: 0 9px;
  min-width: 0;
}
.yt-mini-copy strong {
  display: block;
  font-size: 11.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yt-mini-copy small {
  display: block;
  color: #606060;
  font-size: 10px;
  margin-top: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yt-mini-player button {
  width: 40px;
  height: 72px;
  display: grid;
  place-items: center;
}
.yt-mini-player .yt-fa {
  width: 15px;
  height: 15px;
}

@media (max-width: 390px) {
  .yt-topbar {
    padding-left: 10px;
  }
  .yt-brand-word {
    font-size: 19.5px;
  }
  .yt-card-title {
    font-size: 14px;
  }
  .yt-short-grid {
    grid-auto-columns: 47%;
  }
  .yt-watch-title {
    font-size: 16px;
  }
  .yt-horizontal {
    grid-auto-columns: 137px;
  }
  .yt-history-thumb,
  .yt-playlist-thumb {
    width: 137px;
  }
}
.yt-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  display: flex;
  align-items: center;
  height: 56px;
  padding: 0 8px 0 12px;
}
.yt-brand {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 56px;
  min-height: 56px;
  gap: 5px;
  min-width: 128px;
  margin-left: -8px;
  padding: 0 8px;
  border-radius: 12px;
  touch-action: manipulation;
}
.yt-brand-mark {
  background: #ff0033;
  color: #fff;
  display: grid;
  place-items: center;
  flex: 0 0 29px;
  width: 28px;
  height: 20px;
  flex-basis: 28px;
  border-radius: 6px;
}
.yt-brand-mark .yt-fa {
  width: 10px;
  height: 11px;
}
.yt-brand-word {
  font-family:var(--user-font-family,"Arial Narrow", Impact, Roboto, Arial, sans-serif);
  font-weight:var(--o3o-fw-900);
  line-height: 1;
  transform: scaleX(0.88);
  transform-origin: left center;
  font-size: 20px;
  letter-spacing: -1.15px;
}
.yt-top-actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0;
  height: 56px;
}
.yt-icon-button.compact {
  width: 39px;
  height: 40px;
}
.yt-icon-button.compact .yt-fa {
  width: 19px;
  height: 19px;
}
.yt-chipbar {
  position: sticky;
  z-index: 29;
  background: #fff;
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
  top: 56px;
  height: 48px;
  padding: 6px 12px 10px;
  gap: 8px;
}
.yt-chip {
  flex: 0 0 auto;
  background: #f2f2f2;
  font-weight:var(--o3o-fw-600);
  white-space: nowrap;
  height: 32px;
  border-radius: 8px;
  padding: 0 12px;
  font-size: 13px;
  line-height: 32px;
}
.yt-chip.explore {
  padding: 0;
  display: grid;
  place-items: center;
  width: 40px;
}
.yt-video-card {
  background: #fff;
  cursor: pointer;
  margin: 0;
}
.yt-card-meta {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 30px;
  gap: 10px;
  padding: 11px 10px 18px 12px;
}
.yt-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 15px;
  line-height: 20px;
  font-weight:var(--o3o-fw-600);
  letter-spacing: -0.12px;
}
.yt-card-sub {
  color: #606060;
  margin-top: 2px;
  font-size: 12px;
  line-height: 16px;
}
.yt-section-title {
  display: flex;
  align-items: center;
  font-weight:var(--o3o-fw-700);
  letter-spacing: -0.35px;
  height: 52px;
  padding: 0 12px;
  font-size: 20px;
  gap: 9px;
}
.yt-short-grid {
  display: grid;
  grid-auto-flow: column;
  overflow-x: auto;
  scrollbar-width: none;
  grid-auto-columns: 46%;
  gap: 5px;
  padding: 0 5px 0 12px;
}
.yt-short-card-media {
  position: relative;
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 8px;
}
.yt-short-card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 8px 8px 0 1px;
  font-size: 13.5px;
  line-height: 18px;
  font-weight:var(--o3o-fw-600);
}
.yt-short-card-views {
  color: #606060;
  padding: 2px 1px 0;
  font-size: 11.5px;
}
.yt-bottom-nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  background: #fff;
  border-top: 0.5px solid #e5e5e5;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  transition: transform 0.16s ease;
  height: 56px;
}
.yt-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight:var(--o3o-fw-500);
  line-height: 1;
  cursor: pointer;
  height: 56px;
  gap: 3px;
  font-size: 10px;
}
.yt-nav-create span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  border: 1.4px solid #0f0f0f;
}
.yt-nav-create .yt-fa {
  width: 14px;
  height: 14px;
}
.yt-nav-you .yt-user-avatar {
  border: 1.5px solid transparent;
  width: 22px;
  height: 22px;
}
.yt-user-avatar .yt-global-avatar,
.yt-channel-avatar .yt-global-avatar,
.yt-avatar .yt-global-avatar,
.yt-search-channel-avatar .yt-global-avatar,
.yt-channel-avatar-lg .yt-global-avatar,
.yt-channel-post-avatar .yt-global-avatar {
  width: 100%;
  height: 100%;
}
.yt-channel-avatar-lg {
  width: 72px;
  height: 72px;
  margin-top: 0;
  border: 0;
  display: grid;
  place-items: center;
  
  font-size: 20px;
  font-weight:var(--o3o-fw-850);
  letter-spacing: -0.4px;
  
  border-radius: 50%;
}
.yt-channel-post-avatar {
  width: 31px;
  height: 31px;
  
  
  display: grid;
  place-items: center;
  font-size: 9px;
  font-weight:var(--o3o-fw-800);
  border-radius: 50%;
}
.yt-user-avatar,
.yt-channel-avatar,
.yt-avatar,
.yt-search-channel-avatar,
.yt-channel-avatar-lg,
.yt-channel-post-avatar {
  overflow: hidden;
  display: grid;
  place-items: center;
  background: var(--global-avatar-bg);
  background-image: none;
  color: inherit;
}
.yt-thumb,
.yt-short-card-media,
.yt-short-screen,
.yt-history-thumb,
.yt-playlist-thumb,
.yt-notice-thumb,
.yt-player,
.yt-create-preview,
.yt-channel-banner,
.yt-channel-video-thumb,
.yt-channel-playlist-thumb,
.yt-channel-post-media {
  background: var(--global-image-placeholder);
  background-image: none;
}
.yt-search-lucide {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.yt-description-sheet{padding:0 16px 18px}.yt-description-stats{font-size:12px;color:#606060;margin:4px 0 14px}.yt-description-metrics{display:flex;gap:22px;margin-bottom:18px}.yt-description-metric-value{display:block;font-size:16px}.yt-muted-copy{color:#606060}.yt-description-copy{font-size:13px;line-height:1.55;margin:0}.yt-inline-primary-wrap{padding:0 14px}.yt-channel-shorts-wrap{padding-top:10px}.yt-channel-section-flush{border-top:0}.yt-channel-list-spaced{padding-top:14px}.yt-post-textarea{min-height:160px}.yt-cast-sheet{padding:4px 16px 18px}.yt-cast-empty{font-size:13px;padding:14px 0;color:#606060}.yt-create-option-flush{padding-left:0}.yt-voice-sheet{padding:20px 16px 28px;text-align:center}.yt-voice-orb-large{width:64px;height:64px;margin:0 auto 16px}.yt-voice-listening{font-size:18px}.yt-voice-help{font-size:12px;color:#606060;margin-top:8px}
