body.shiz-video-academy-body #secondary,
body.shiz-video-academy-body aside#secondary,
body.shiz-video-academy-body .widget-area:not(.shiz-video-sidebar),
body.shiz-video-academy-body .sidebar:not(.shiz-video-sidebar),
body.shiz-video-academy-body .site-sidebar,
body.shiz-video-academy-body .secondary,
body.shiz-video-academy-body aside.sidebar,
body.shiz-video-academy-body aside.widget-area {
  display: none !important;
}

body.shiz-video-academy-body #primary,
body.shiz-video-academy-body .content-area,
body.shiz-video-academy-body .site-main,
body.shiz-video-academy-body .entry-content,
body.shiz-video-academy-body .post-content,
body.shiz-video-academy-body .page-content,
body.shiz-video-academy-body .site-content .ast-container,
body.shiz-video-academy-body .site-content .container,
body.shiz-video-academy-body .site-content .wrap {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.shiz-video-academy-body .entry-header,
body.shiz-video-academy-body .page-header,
body.shiz-video-academy-body .post-thumbnail {
  display: none !important;
}

@supports selector(body:has(.shiz-video-page)) {
  body:has(.shiz-video-page) #secondary,
  body:has(.shiz-video-page) aside#secondary,
  body:has(.shiz-video-page) .widget-area:not(.shiz-video-sidebar),
  body:has(.shiz-video-page) .sidebar:not(.shiz-video-sidebar),
  body:has(.shiz-video-page) .site-sidebar,
  body:has(.shiz-video-page) .secondary,
  body:has(.shiz-video-page) aside.sidebar,
  body:has(.shiz-video-page) aside.widget-area {
    display: none !important;
  }

  body:has(.shiz-video-page) #primary,
  body:has(.shiz-video-page) .content-area,
  body:has(.shiz-video-page) .site-main,
  body:has(.shiz-video-page) .entry-content,
  body:has(.shiz-video-page) .post-content,
  body:has(.shiz-video-page) .page-content {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

.shiz-video-page,
.shiz-video-page * {
  box-sizing: border-box;
}

.shiz-video-page {
  direction: rtl;
  text-align: right;
  width: min(1120px, calc(100vw - 96px));
  max-width: 1120px;
  margin: 28px auto 0 !important;
  padding: 0 !important;
  color: var(--shiz-text);
  overflow: visible;
  clear: both;
}

.shiz-video-page a {
  text-decoration: none !important;
}

.shiz-video-section {
  width: 100%;
  max-width: 100%;
  border-radius: 24px;
  overflow: hidden;
  margin: 0 auto 22px;
}

.shiz-video-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 255px;
  gap: 22px;
  align-items: center;
  padding: 36px 38px;
  background: radial-gradient(circle at 84% 16%, rgba(51, 224, 255, 0.2), transparent 30%), radial-gradient(circle at 10% 86%, rgba(17, 70, 255, 0.13), transparent 35%), linear-gradient(135deg, #f4f8ff 0%, #eef6ff 58%, #ffffff 100%);
  border: 1px solid rgba(17, 70, 255, 0.08);
  box-shadow: 0 16px 40px rgba(16, 36, 63, 0.07);
}

.shiz-video-hero-content .shiz-kicker,
.shiz-video-section-head span,
.shiz-video-comments-head span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 5px 13px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(17, 70, 255, 0.08);
  color: var(--shiz-blue);
  border: 1px solid rgba(17, 70, 255, 0.08);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.65;
  box-shadow: 0 8px 22px rgba(17, 70, 255, 0.05);
}

.shiz-video-hero-content .shiz-title {
  max-width: 650px;
  color: var(--shiz-dark);
  font-size: clamp(23px, 2.1vw, 30px);
  font-weight: 950;
  line-height: 1.58;
  margin: 0 0 10px;
}

.shiz-video-hero-content .shiz-text {
  max-width: 680px;
  color: var(--shiz-muted);
  font-size: 14px;
  line-height: 1.95;
  margin: 0;
}

.shiz-video-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.shiz-video-primary-link,
.shiz-video-secondary-link {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.7;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.shiz-video-primary-link {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  box-shadow: 0 12px 26px rgba(17, 70, 255, 0.2);
}

.shiz-video-secondary-link {
  color: var(--shiz-blue) !important;
  background: rgba(17, 70, 255, 0.08);
  border: 1px solid rgba(17, 70, 255, 0.12);
}

.shiz-video-hero-panel {
  display: grid;
  gap: 10px;
}

.shiz-video-hero-metric,
.shiz-video-hero-mini {
  position: relative;
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(17, 70, 255, 0.1);
  box-shadow: 0 12px 30px rgba(16, 36, 63, 0.07);
  backdrop-filter: blur(12px);
}

.shiz-video-hero-metric strong {
  display: block;
  color: var(--shiz-dark);
  font-size: 25px;
  font-weight: 950;
  line-height: 1.2;
  margin-bottom: 4px;
}

.shiz-video-hero-metric span,
.shiz-video-hero-mini span {
  display: block;
  color: var(--shiz-muted);
  font-size: 12.5px;
  line-height: 1.8;
}

.shiz-video-hero-mini strong {
  display: block;
  color: var(--shiz-blue);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.7;
}

.shiz-video-section-head {
  max-width: 720px;
  margin: 0 auto 24px;
  text-align: center;
}

.shiz-video-section-head h2,
.shiz-video-comments-head h2 {
  color: var(--shiz-dark);
  font-size: clamp(21px, 1.8vw, 26px);
  font-weight: 950;
  line-height: 1.6;
  margin: 0 0 8px;
}

.shiz-video-section-head p,
.shiz-video-comments-head p {
  color: var(--shiz-muted);
  font-size: 13.8px;
  line-height: 1.9;
  margin: 0;
}

.shiz-video-playlists-section,
.shiz-video-list-section {
  padding: 38px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, 0.08);
  box-shadow: 0 14px 40px rgba(16, 36, 63, 0.06);
}

.shiz-video-playlists-grid,
.shiz-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.shiz-video-playlist-card,
.shiz-video-card {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, 0.1);
  box-shadow: 0 12px 34px rgba(16, 36, 63, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.shiz-video-playlist-card {
  display: flex;
  flex-direction: column;
}

.shiz-video-card-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(17, 70, 255, 0.07), rgba(51, 224, 255, 0.05));
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease;
}

.shiz-video-playlist-cover,
.shiz-video-card-image,
.shiz-video-recent-thumb {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(17, 70, 255, 0.12), rgba(51, 224, 255, 0.12));
}

.shiz-video-playlist-cover img,
.shiz-video-card-image img,
.shiz-video-recent-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.shiz-video-cover-fallback {
  width: 100%;
  height: 100%;
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 78% 18%, rgba(51, 224, 255, 0.25), transparent 32%), linear-gradient(135deg, #061a3a, #1146ff);
}

.shiz-video-cover-fallback span,
.shiz-video-play-icon,
.shiz-video-empty span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  box-shadow: 0 12px 26px rgba(17, 70, 255, 0.22);
}

.shiz-video-cover-fallback span {
  width: 46px;
  height: 46px;
  padding-right: 3px;
  border-radius: 50%;
  font-size: 18px;
}

.shiz-video-count {
  position: absolute;
  left: 10px;
  bottom: 10px;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 999px;
  color: #ffffff;
  background: rgba(6, 26, 58, 0.78);
  font-size: 11.8px;
  font-weight: 900;
  line-height: 1.6;
  backdrop-filter: blur(10px);
}

.shiz-video-playlist-body,
.shiz-video-card-body {
  position: relative;
  z-index: 1;
  padding: 16px;
}

.shiz-video-playlist-body h3,
.shiz-video-card-body h3 {
  color: var(--shiz-dark);
  font-size: 15.5px;
  font-weight: 950;
  line-height: 1.65;
  margin: 0 0 7px;
}

.shiz-video-card-body h3 a {
  color: inherit !important;
}

.shiz-video-playlist-body p,
.shiz-video-card-body p {
  color: var(--shiz-muted);
  font-size: 13px;
  line-height: 1.85;
  margin: 0;
}

.shiz-video-playlist-body strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  color: var(--shiz-blue);
  font-size: 12.5px;
  font-weight: 900;
}

.shiz-video-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  color: var(--shiz-muted);
  font-size: 12.5px;
  line-height: 1.8;
}

.shiz-video-breadcrumb a,
.shiz-video-breadcrumb span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 4px 11px;
}

.shiz-video-breadcrumb a {
  background: rgba(17, 70, 255, 0.08);
  color: var(--shiz-blue) !important;
  font-weight: 900;
}

.shiz-video-breadcrumb span {
  background: rgba(16, 36, 63, 0.05);
  color: var(--shiz-muted);
}

.shiz-video-play-icon {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 38px;
  height: 38px;
  padding-right: 3px;
  border-radius: 50%;
  font-size: 14px;
}

.shiz-video-card-meta,
.shiz-video-watch-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 9px;
}

.shiz-video-card-meta span,
.shiz-video-watch-meta span {
  min-height: 25px;
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(17, 70, 255, 0.08);
  color: var(--shiz-blue);
  font-size: 11.5px;
  font-weight: 900;
  line-height: 1.6;
}

.shiz-video-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 24px;
}

.shiz-video-pagination a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, 0.1);
  color: var(--shiz-dark) !important;
  font-size: 12.5px;
  font-weight: 900;
}

.shiz-video-pagination a.is-active {
  color: #ffffff !important;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
}

.shiz-video-watch-section {
  padding: 24px;
  background: #f5f8fc;
  border: 1px solid rgba(16, 36, 63, 0.06);
}

.shiz-video-watch-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 285px;
  gap: 18px;
  align-items: start;
}

.shiz-video-watch-main {
  min-width: 0;
}

.shiz-video-player {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 20px;
  background: #061a3a;
  box-shadow: 0 16px 44px rgba(16, 36, 63, 0.13);
}

.shiz-video-player::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.shiz-video-player iframe,
.shiz-video-player video,
.shiz-video-player img,
.shiz-video-player > div {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.shiz-video-player iframe,
.shiz-video-player video {
  border: 0;
}

.shiz-video-player-native video {
  object-fit: contain;
  background: #000000;
}

.shiz-video-player-poster img {
  object-fit: cover;
  opacity: 0.7;
}

.shiz-video-player-poster span,
.shiz-video-player-empty span,
.shiz-video-player-link div {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  color: #ffffff;
  text-align: center;
  font-size: 13.5px;
  font-weight: 900;
}

.shiz-video-player-link a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 7px 15px;
  background: #ffffff;
  color: var(--shiz-blue) !important;
}

.shiz-video-watch-info,
.shiz-video-comments-section,
.shiz-video-sidebar-box {
  background: #ffffff;
  border: 1px solid rgba(16, 36, 63, 0.08);
  box-shadow: 0 12px 34px rgba(16, 36, 63, 0.06);
}

.shiz-video-watch-info {
  margin-top: 14px;
  padding: 20px;
  border-radius: 20px;
}

.shiz-video-watch-info h1 {
  color: var(--shiz-dark);
  font-size: clamp(20px, 1.9vw, 28px);
  font-weight: 950;
  line-height: 1.6;
  margin: 0 0 10px;
}

.shiz-video-description {
  color: var(--shiz-text);
  font-size: 14px;
  line-height: 1.95;
}

.shiz-video-description p {
  margin: 0 0 12px;
}

.shiz-video-description p:last-child {
  margin-bottom: 0;
}

.shiz-video-sidebar {
  display: grid;
  gap: 14px;
  position: sticky;
  top: 24px;
}

.shiz-video-sidebar-box {
  padding: 15px;
  border-radius: 20px;
}

.shiz-video-sidebar-box h3 {
  position: relative;
  color: var(--shiz-dark);
  font-size: 15px;
  font-weight: 950;
  line-height: 1.7;
  margin: 0 0 12px;
  padding-bottom: 10px;
}

.shiz-video-sidebar-box h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
}

.shiz-video-recent-list {
  display: grid;
  gap: 9px;
}

.shiz-video-recent-item {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  padding: 7px;
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(17, 70, 255, 0.045), rgba(51, 224, 255, 0.035));
  border: 1px solid rgba(17, 70, 255, 0.07);
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.shiz-video-recent-thumb {
  border-radius: 12px;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
}

.shiz-video-recent-thumb > span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
}

.shiz-video-recent-content {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.shiz-video-recent-content strong {
  color: var(--shiz-dark);
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.shiz-video-recent-content small {
  color: var(--shiz-muted);
  font-size: 11.5px;
  line-height: 1.6;
}

.shiz-video-sidebar-playlists {
  display: grid;
  gap: 7px;
}

.shiz-video-sidebar-playlists a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  min-height: 38px;
  padding: 7px 10px;
  border-radius: 13px;
  background: rgba(17, 70, 255, 0.06);
  color: var(--shiz-dark) !important;
  font-size: 12.8px;
  font-weight: 900;
  transition: background 0.25s ease, transform 0.25s ease;
}

.shiz-video-sidebar-playlists small {
  min-width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--shiz-blue);
  background: #ffffff;
  box-shadow: 0 7px 16px rgba(16, 36, 63, 0.06);
}

.shiz-video-sidebar-empty {
  color: var(--shiz-muted);
  font-size: 13px;
  line-height: 1.85;
  margin: 0;
}

.shiz-video-comments-section {
  margin-top: 14px;
  padding: 20px;
  border-radius: 20px;
}

.shiz-video-comments-head {
  max-width: 640px;
  margin-bottom: 18px;
}

.shiz-video-comments-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 16px;
  align-items: start;
}

.shiz-video-comments-list {
  display: grid;
  gap: 10px;
}

.shiz-video-comment {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  padding: 13px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(17, 70, 255, 0.055), rgba(51, 224, 255, 0.045));
  border: 1px solid rgba(17, 70, 255, 0.08);
}

.shiz-video-comment-avatar img {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: block;
}

.shiz-video-comment-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  margin-bottom: 5px;
}

.shiz-video-comment-meta strong {
  color: var(--shiz-dark);
  font-size: 13px;
  font-weight: 950;
}

.shiz-video-comment-meta span {
  color: var(--shiz-muted);
  font-size: 11.5px;
}

.shiz-video-comment-body p {
  color: var(--shiz-text);
  font-size: 13px;
  line-height: 1.85;
  margin: 0;
}

.shiz-video-no-comments,
.shiz-video-comments-closed,
.shiz-video-empty {
  padding: 18px;
  border-radius: 18px;
  background: rgba(17, 70, 255, 0.06);
  border: 1px solid rgba(17, 70, 255, 0.08);
  color: var(--shiz-muted);
  font-size: 13px;
  line-height: 1.85;
}

.shiz-video-comment-form-wrap {
  padding: 16px;
  border-radius: 18px;
  background: #f7faff;
  border: 1px solid rgba(17, 70, 255, 0.08);
}

.shiz-video-comment-form-title {
  color: var(--shiz-dark);
  font-size: 15.5px;
  font-weight: 950;
  line-height: 1.7;
  margin: 0 0 12px;
}

.shiz-video-comment-form {
  display: grid;
  gap: 10px;
}

.shiz-video-comment-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.shiz-video-comment-form label {
  display: grid;
  gap: 6px;
  color: var(--shiz-dark);
  font-size: 12.8px;
  font-weight: 900;
  line-height: 1.7;
}

.shiz-video-comment-form input,
.shiz-video-comment-form textarea {
  width: 100%;
  border: 1px solid rgba(16, 36, 63, 0.12);
  border-radius: 13px;
  background: #ffffff;
  color: var(--shiz-text);
  font-size: 13px;
  line-height: 1.8;
  padding: 10px 12px;
  outline: none;
  box-shadow: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease;
}

.shiz-video-comment-form textarea {
  resize: vertical;
  min-height: 112px;
}

.shiz-video-comment-form input:focus,
.shiz-video-comment-form textarea:focus {
  border-color: rgba(17, 70, 255, 0.5);
  box-shadow: 0 0 0 4px rgba(17, 70, 255, 0.08);
}

.shiz-video-comment-form .form-submit {
  margin: 0;
}

.shiz-video-comment-submit,
.shiz-video-comment-form .submit {
  width: 100%;
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: #ffffff;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan));
  box-shadow: 0 12px 26px rgba(17, 70, 255, 0.18);
  font-size: 13px;
  font-weight: 950;
  line-height: 1.7;
}

.shiz-video-comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 0;
  color: var(--shiz-muted);
  font-size: 11.8px;
  line-height: 1.75;
}

.shiz-video-comment-form .comment-form-cookies-consent input {
  width: auto;
  margin-top: 5px;
}

.shiz-video-empty {
  max-width: 620px;
  margin: 0 auto;
  text-align: center;
}

.shiz-video-empty span {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  font-weight: 950;
  margin-bottom: 12px;
}

.shiz-video-empty h3 {
  color: var(--shiz-dark);
  font-size: 15.5px;
  font-weight: 950;
  line-height: 1.7;
  margin: 0 0 7px;
}

.shiz-video-empty p {
  margin: 0;
}

@media (hover: hover) and (pointer: fine) {
  .shiz-video-primary-link:hover,
  .shiz-video-secondary-link:hover,
  .shiz-video-playlist-card:hover,
  .shiz-video-card:hover {
    transform: translateY(-5px);
  }

  .shiz-video-primary-link:hover,
  .shiz-video-playlist-card:hover,
  .shiz-video-card:hover {
    box-shadow: 0 22px 58px rgba(16, 36, 63, 0.13);
  }

  .shiz-video-playlist-card:hover,
  .shiz-video-card:hover {
    border-color: rgba(17, 70, 255, 0.22);
  }

  .shiz-video-playlist-card:hover .shiz-video-card-glow {
    opacity: 1;
  }

  .shiz-video-recent-item:hover,
  .shiz-video-sidebar-playlists a:hover {
    transform: translateX(-3px);
    background: rgba(17, 70, 255, 0.08);
    border-color: rgba(17, 70, 255, 0.14);
  }
}

@media (max-width: 1200px) {
  .shiz-video-page {
    width: min(1040px, calc(100vw - 64px));
  }

  .shiz-video-watch-layout,
  .shiz-video-comments-layout {
    grid-template-columns: 1fr;
  }

  .shiz-video-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .shiz-video-page {
    width: min(960px, calc(100vw - 42px));
  }

  .shiz-video-hero {
    grid-template-columns: 1fr;
    padding: 32px 22px;
    border-radius: 22px;
  }

  .shiz-video-hero-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .shiz-video-playlists-grid,
  .shiz-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shiz-video-playlists-section,
  .shiz-video-list-section {
    padding: 32px 22px;
    border-radius: 22px;
  }
}

@media (max-width: 767px) {
  .shiz-video-page {
    width: min(100%, calc(100vw - 20px));
    margin-top: 10px !important;
  }

  .shiz-video-section {
    border-radius: 18px;
    margin-bottom: 14px;
  }

  .shiz-video-hero {
    padding: 26px 14px;
    gap: 18px;
  }

  .shiz-video-hero-content .shiz-title,
  .shiz-video-section-head h2,
  .shiz-video-comments-head h2 {
    font-size: 20px;
    line-height: 1.55;
  }

  .shiz-video-hero-content .shiz-text,
  .shiz-video-section-head p,
  .shiz-video-comments-head p {
    font-size: 13px;
    line-height: 1.82;
  }

  .shiz-video-hero-actions {
    gap: 8px;
    margin-top: 16px;
  }

  .shiz-video-primary-link,
  .shiz-video-secondary-link {
    width: 100%;
    min-height: 40px;
  }

  .shiz-video-hero-panel,
  .shiz-video-playlists-grid,
  .shiz-video-grid,
  .shiz-video-sidebar {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .shiz-video-hero-metric,
  .shiz-video-hero-mini {
    padding: 14px;
    border-radius: 16px;
  }

  .shiz-video-hero-metric strong {
    font-size: 23px;
  }

  .shiz-video-playlists-section,
  .shiz-video-list-section,
  .shiz-video-watch-section {
    padding: 24px 14px;
  }

  .shiz-video-watch-layout {
    gap: 14px;
  }

  .shiz-video-player {
    border-radius: 18px;
  }

  .shiz-video-watch-info,
  .shiz-video-comments-section,
  .shiz-video-comment-form-wrap,
  .shiz-video-sidebar-box {
    padding: 16px;
    border-radius: 18px;
  }

  .shiz-video-watch-info h1 {
    font-size: 20px;
    line-height: 1.6;
  }

  .shiz-video-description {
    font-size: 13.5px;
    line-height: 1.88;
  }

  .shiz-video-recent-item {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .shiz-video-comments-layout {
    gap: 14px;
  }

  .shiz-video-comment {
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 12px;
    border-radius: 16px;
  }

  .shiz-video-comment-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .shiz-video-comment-fields {
    grid-template-columns: 1fr;
  }
}

body.shiz-video-academy-body {
  overflow-x: hidden !important;
  background: #f5f8fc !important;
}

body.shiz-video-academy-body #page,
body.shiz-video-academy-body .site,
body.shiz-video-academy-body .site-content,
body.shiz-video-academy-body .content-area,
body.shiz-video-academy-body #content,
body.shiz-video-academy-body #primary,
body.shiz-video-academy-body main.site-main {
  max-width: 100% !important;
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  float: none !important;
}

body.shiz-video-academy-body .site-content .ast-container,
body.shiz-video-academy-body .site-content .container,
body.shiz-video-academy-body .site-content .wrap,
body.shiz-video-academy-body .site-content .col-full,
body.shiz-video-academy-body .site-content .content-sidebar-wrap {
  max-width: 100% !important;
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  display: block !important;
}

body.shiz-video-academy-body #secondary,
body.shiz-video-academy-body aside#secondary,
body.shiz-video-academy-body .widget-area:not(.shiz-video-sidebar),
body.shiz-video-academy-body .sidebar:not(.shiz-video-sidebar),
body.shiz-video-academy-body .site-sidebar,
body.shiz-video-academy-body .secondary,
body.shiz-video-academy-body .primary-sidebar,
body.shiz-video-academy-body .secondary-sidebar,
body.shiz-video-academy-body .sidebar-primary,
body.shiz-video-academy-body .sidebar-secondary,
body.shiz-video-academy-body aside.sidebar,
body.shiz-video-academy-body aside.widget-area,
body.shiz-video-academy-body .wp-block-latest-posts,
body.shiz-video-single-post-body .entry-footer,
body.shiz-video-single-post-body .post-navigation,
body.shiz-video-single-post-body .navigation.post-navigation,
body.shiz-video-single-post-body .comments-area:not(.shiz-video-comments-section) {
  display: none !important;
}

body.shiz-video-academy-body .entry-content,
body.shiz-video-academy-body .post-content,
body.shiz-video-academy-body .page-content {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

body.shiz-video-academy-body .entry-content > *:not(.shiz-video-page),
body.shiz-video-academy-body .post-content > *:not(.shiz-video-page),
body.shiz-video-academy-body .page-content > *:not(.shiz-video-page) {
  max-width: 100% !important;
}

.shiz-video-page {
  width: min(980px, calc(100vw - 56px)) !important;
  max-width: 980px !important;
  margin: 24px auto 34px !important;
  padding: 0 !important;
  overflow: visible !important;
}

.shiz-video-hero {
  grid-template-columns: minmax(0, 1fr) 210px !important;
  gap: 18px !important;
  padding: 28px 30px !important;
  border-radius: 22px !important;
}

.shiz-video-hero-content .shiz-title {
  font-size: clamp(21px, 1.7vw, 26px) !important;
  line-height: 1.55 !important;
}

.shiz-video-hero-content .shiz-text {
  font-size: 13.5px !important;
  line-height: 1.9 !important;
}

.shiz-video-hero-metric,
.shiz-video-hero-mini {
  padding: 12px 13px !important;
  border-radius: 16px !important;
}

.shiz-video-hero-metric strong {
  font-size: 21px !important;
}

.shiz-video-playlists-section,
.shiz-video-list-section {
  padding: 28px !important;
  border-radius: 22px !important;
}

.shiz-video-playlists-grid,
.shiz-video-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 13px !important;
}

.shiz-video-playlist-card,
.shiz-video-card {
  border-radius: 17px !important;
}

.shiz-video-playlist-body,
.shiz-video-card-body {
  padding: 13px !important;
}

.shiz-video-playlist-body h3,
.shiz-video-card-body h3 {
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.shiz-video-playlist-body p,
.shiz-video-card-body p {
  font-size: 12.3px !important;
  line-height: 1.75 !important;
}

.shiz-video-watch-section {
  max-width: 980px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 18px !important;
  border-radius: 22px !important;
}

.shiz-video-watch-layout {
  grid-template-columns: minmax(0, 680px) 250px !important;
  gap: 16px !important;
  justify-content: center !important;
  align-items: start !important;
}

.shiz-video-player {
  border-radius: 17px !important;
  box-shadow: 0 12px 32px rgba(16, 36, 63, 0.12) !important;
}

.shiz-video-watch-info,
.shiz-video-comments-section,
.shiz-video-sidebar-box {
  border-radius: 17px !important;
  box-shadow: 0 10px 26px rgba(16, 36, 63, 0.055) !important;
}

.shiz-video-watch-info {
  margin-top: 12px !important;
  padding: 16px !important;
}

.shiz-video-watch-info h1 {
  font-size: clamp(18px, 1.55vw, 23px) !important;
  line-height: 1.55 !important;
  margin-bottom: 8px !important;
}

.shiz-video-description {
  font-size: 13px !important;
  line-height: 1.85 !important;
}

.shiz-video-sidebar {
  gap: 12px !important;
  top: 18px !important;
}

.shiz-video-sidebar-box {
  padding: 13px !important;
}

.shiz-video-sidebar-box h3 {
  font-size: 14px !important;
  margin-bottom: 10px !important;
  padding-bottom: 8px !important;
}

.shiz-video-recent-list {
  gap: 8px !important;
}

.shiz-video-recent-item {
  grid-template-columns: 76px minmax(0, 1fr) !important;
  gap: 8px !important;
  padding: 6px !important;
  border-radius: 13px !important;
}

.shiz-video-recent-thumb {
  border-radius: 10px !important;
}

.shiz-video-recent-content strong {
  font-size: 11.8px !important;
  line-height: 1.5 !important;
}

.shiz-video-recent-content small {
  font-size: 10.8px !important;
}

.shiz-video-sidebar-playlists a {
  min-height: 34px !important;
  padding: 6px 9px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
}

.shiz-video-comments-section {
  margin-top: 12px !important;
  padding: 16px !important;
}

.shiz-video-comments-layout {
  grid-template-columns: minmax(0, 1fr) 260px !important;
  gap: 13px !important;
}

.shiz-video-comment {
  grid-template-columns: 38px minmax(0, 1fr) !important;
  gap: 9px !important;
  padding: 11px !important;
  border-radius: 14px !important;
}

.shiz-video-comment-avatar img {
  width: 38px !important;
  height: 38px !important;
  border-radius: 12px !important;
}

.shiz-video-comment-form-wrap {
  padding: 13px !important;
  border-radius: 15px !important;
}

.shiz-video-comment-form-title {
  font-size: 14px !important;
}

.shiz-video-comment-form input,
.shiz-video-comment-form textarea {
  font-size: 12.5px !important;
  padding: 8px 10px !important;
  border-radius: 11px !important;
}

@media (max-width: 1100px) {
  .shiz-video-page {
    width: min(900px, calc(100vw - 42px)) !important;
  }

  .shiz-video-watch-layout,
  .shiz-video-comments-layout {
    grid-template-columns: 1fr !important;
  }

  .shiz-video-sidebar {
    position: static !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  .shiz-video-page {
    width: calc(100vw - 26px) !important;
    margin-top: 16px !important;
  }

  .shiz-video-hero,
  .shiz-video-playlists-section,
  .shiz-video-list-section,
  .shiz-video-watch-section,
  .shiz-video-comments-section {
    padding: 14px !important;
    border-radius: 18px !important;
  }

  .shiz-video-hero,
  .shiz-video-sidebar,
  .shiz-video-comments-layout {
    grid-template-columns: 1fr !important;
  }

  .shiz-video-playlists-grid,
  .shiz-video-grid {
    grid-template-columns: 1fr !important;
  }
}

body.shiz-video-academy-body .site-content > .widget-area,
body.shiz-video-academy-body .site-content > aside,
body.shiz-video-academy-body #sidebar,
body.shiz-video-academy-body #sidebar-primary,
body.shiz-video-academy-body #sidebar-secondary,
body.shiz-video-academy-body #left-sidebar,
body.shiz-video-academy-body #right-sidebar,
body.shiz-video-academy-body .sidebar-container,
body.shiz-video-academy-body .sidebar-main,
body.shiz-video-academy-body .main-sidebar,
body.shiz-video-academy-body .sidebar-area,
body.shiz-video-academy-body .widget-area-secondary,
body.shiz-video-academy-body .widget-area-primary,
body.shiz-video-academy-body .elementor-widget-sidebar,
body.shiz-video-academy-body .elementor-widget-wp-widget-recent-posts,
body.shiz-video-academy-body .widget_recent_entries,
body.shiz-video-academy-body .widget_block .wp-block-latest-posts,
body.shiz-video-academy-body .wp-block-latest-posts__list,
body.shiz-video-single-post-body .entry-header,
body.shiz-video-single-post-body .single-post-header,
body.shiz-video-single-post-body .post-header,
body.shiz-video-single-post-body .post-meta,
body.shiz-video-single-post-body .entry-meta,
body.shiz-video-single-post-body .related-posts,
body.shiz-video-single-post-body .author-box,
body.shiz-video-single-post-body .share-box,
body.shiz-video-single-post-body .post-share,
body.shiz-video-single-post-body .comments-area:not(.shiz-video-comments-section) {
  display: none !important;
}

body.shiz-video-academy-body .shiz-video-sidebar,
body.shiz-video-academy-body .shiz-video-sidebar .shiz-video-sidebar-box {
  display: grid !important;
}

body.shiz-video-single-post-body .shiz-video-single-template {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 0 !important;
  float: none !important;
}

.shiz-video-description .wp-block-video,
.shiz-video-description .wp-block-embed,
.shiz-video-description .wp-video,
.shiz-video-description .mejs-container,
.shiz-video-description video,
.shiz-video-description iframe,
.shiz-video-description source {
  display: none !important;
}

.shiz-video-comment-form input[name="author"],
.shiz-video-comment-form input[name="email"] {
  display: block !important;
}

.shiz-video-comment-submit {
  cursor: pointer;
  border: 0;
}

.shiz-video-player.shiz-video-player-custom {
  background: radial-gradient(circle at 70% 10%, rgba(51, 224, 255, 0.2), transparent 36%), #061a3a !important;
  isolation: isolate !important;
}

.shiz-video-player.shiz-video-player-custom > div,
.shiz-video-player.shiz-video-player-custom > button,
.shiz-video-player.shiz-video-player-custom > span,
.shiz-video-player.shiz-video-player-custom > input {
  position: static !important;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
}

.shiz-video-player.shiz-video-player-custom video {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  background: #061a3a !important;
  cursor: pointer !important;
  z-index: 1 !important;
}

.shiz-video-player-custom video::-webkit-media-controls,
.shiz-video-player-custom video::-webkit-media-controls-panel,
.shiz-video-player-custom video::-webkit-media-controls-play-button,
.shiz-video-player-custom video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-shade {
  position: absolute !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 34% !important;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.68) 100%) !important;
  pointer-events: none !important;
  z-index: 2 !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-center {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 68px !important;
  height: 68px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transform: translate(-50%, -50%) !important;
  border: 2px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.12) !important;
  color: #ffffff !important;
  backdrop-filter: blur(10px) !important;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24) !important;
  cursor: pointer !important;
  z-index: 4 !important;
  transition: opacity 0.22s ease, transform 0.22s ease, background 0.22s ease !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-center span {
  display: inline-flex !important;
  transform: translateX(-2px) !important;
  font-size: 26px !important;
  line-height: 1 !important;
}

.shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-center {
  opacity: 0 !important;
  transform: translate(-50%, -50%) scale(0.86) !important;
  pointer-events: none !important;
}

.shiz-video-player.shiz-video-player-custom:hover .shiz-video-custom-center {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls {
  position: absolute !important;
  right: 16px !important;
  left: 16px !important;
  bottom: 14px !important;
  width: auto !important;
  height: auto !important;
  display: grid !important;
  grid-template-columns: 36px auto minmax(80px, 1fr) auto 58px 36px !important;
  gap: 9px !important;
  align-items: center !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 18px !important;
  background: rgba(6, 18, 40, 0.76) !important;
  backdrop-filter: blur(14px) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24) !important;
  z-index: 5 !important;
}

.shiz-video-custom-btn {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan)) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  box-shadow: 0 10px 24px rgba(17, 70, 255, 0.28) !important;
}

.shiz-video-custom-play span {
  transform: translateX(-1px) !important;
  font-size: 14px !important;
}

.shiz-video-custom-full {
  font-size: 17px !important;
}

.shiz-video-custom-time {
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  direction: ltr !important;
  opacity: 0.94 !important;
  white-space: nowrap !important;
}

.shiz-video-custom-progress {
  --shiz-video-progress: 0%;
  width: 100% !important;
  min-width: 0 !important;
  height: 7px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background: linear-gradient(90deg, var(--shiz-cyan) 0%, var(--shiz-blue) var(--shiz-video-progress), rgba(255, 255, 255, 0.22) var(--shiz-video-progress), rgba(255, 255, 255, 0.22) 100%) !important;
  cursor: pointer !important;
}

.shiz-video-custom-progress::-webkit-slider-thumb {
  width: 17px !important;
  height: 17px !important;
  border: 3px solid #ffffff !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan)) !important;
  box-shadow: 0 8px 18px rgba(17, 70, 255, 0.3) !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

.shiz-video-custom-progress::-moz-range-thumb {
  width: 17px !important;
  height: 17px !important;
  border: 3px solid #ffffff !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan)) !important;
  box-shadow: 0 8px 18px rgba(17, 70, 255, 0.3) !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-title {
  position: absolute !important;
  top: 14px !important;
  right: 16px !important;
  max-width: calc(100% - 32px) !important;
  display: inline-flex !important;
  align-items: center !important;
  min-height: 32px !important;
  padding: 5px 12px !important;
  border-radius: 999px !important;
  background: rgba(6, 18, 40, 0.62) !important;
  color: #ffffff !important;
  font-size: 12.5px !important;
  font-weight: 900 !important;
  line-height: 1.6 !important;
  backdrop-filter: blur(12px) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  z-index: 3 !important;
}

@media (max-width: 640px) {
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-center {
    width: 54px !important;
    height: 54px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-center span {
    font-size: 21px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls {
    right: 8px !important;
    left: 8px !important;
    bottom: 8px !important;
    grid-template-columns: 32px minmax(70px, 1fr) 34px 34px !important;
    gap: 7px !important;
    padding: 8px !important;
    border-radius: 15px !important;
  }

  .shiz-video-custom-time {
    display: none !important;
  }

  .shiz-video-custom-btn {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    border-radius: 11px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-title {
    top: 10px !important;
    right: 10px !important;
    max-width: calc(100% - 20px) !important;
    font-size: 11.5px !important;
  }
}

.shiz-video-player.shiz-video-player-custom {
  border-radius: 18px !important;
  background: #061a3a !important;
  box-shadow: 0 16px 44px rgba(16, 36, 63, 0.14) !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-shade {
  height: 44% !important;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.34) 35%, rgba(0, 0, 0, 0.74) 100%) !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-center {
  width: 58px !important;
  height: 58px !important;
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  background: rgba(6, 18, 40, 0.46) !important;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.22) !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-center span {
  font-size: 22px !important;
  transform: translateX(-1px) !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls {
  direction: ltr !important;
  right: 14px !important;
  left: 14px !important;
  bottom: 12px !important;
  display: grid !important;
  grid-template-columns: 32px auto minmax(120px, 1fr) auto 56px 32px !important;
  gap: 8px !important;
  align-items: center !important;
  padding: 7px 9px !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 15px !important;
  background: rgba(6, 18, 40, 0.66) !important;
  backdrop-filter: blur(12px) !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18) !important;
}

.shiz-video-custom-btn {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  border-radius: 11px !important;
  background: rgba(255, 255, 255, 0.09) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-size: 12px !important;
  transition: background 0.22s ease, transform 0.22s ease !important;
}

.shiz-video-custom-btn:hover {
  background: rgba(255, 255, 255, 0.17) !important;
  transform: translateY(-1px) !important;
}

.shiz-video-custom-play {
  background: linear-gradient(135deg, var(--shiz-blue), var(--shiz-cyan)) !important;
  box-shadow: 0 8px 18px rgba(17, 70, 255, 0.22) !important;
}

.shiz-video-custom-play span {
  transform: translateX(0) !important;
  font-size: 12px !important;
}

.shiz-video-custom-full {
  font-size: 15px !important;
}

.shiz-video-custom-time {
  direction: ltr !important;
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  min-width: 34px !important;
  text-align: center !important;
}

.shiz-video-custom-progress {
  direction: ltr !important;
  height: 5px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, var(--shiz-cyan) 0%, var(--shiz-blue) var(--shiz-video-progress), rgba(255, 255, 255, 0.25) var(--shiz-video-progress), rgba(255, 255, 255, 0.25) 100%) !important;
}

.shiz-video-custom-progress::-webkit-slider-thumb {
  width: 14px !important;
  height: 14px !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 6px 16px rgba(17, 70, 255, 0.28) !important;
}

.shiz-video-custom-progress::-moz-range-thumb {
  width: 14px !important;
  height: 14px !important;
  border: 2px solid #ffffff !important;
  box-shadow: 0 6px 16px rgba(17, 70, 255, 0.28) !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-title {
  top: 12px !important;
  right: 12px !important;
  min-height: 29px !important;
  padding: 4px 11px !important;
  border-radius: 999px !important;
  background: rgba(6, 18, 40, 0.52) !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12) !important;
}

.shiz-video-player.shiz-video-player-custom [data-shiz-video-mute-icon] {
  direction: rtl !important;
  font-size: 10.5px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

@media (max-width: 640px) {
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-center {
    width: 50px !important;
    height: 50px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-center span {
    font-size: 19px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls {
    direction: ltr !important;
    right: 8px !important;
    left: 8px !important;
    bottom: 8px !important;
    grid-template-columns: 30px minmax(70px, 1fr) 44px 30px !important;
    gap: 6px !important;
    padding: 7px !important;
    border-radius: 13px !important;
  }

  .shiz-video-custom-btn {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    border-radius: 10px !important;
  }

  .shiz-video-custom-time {
    display: none !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-title {
    top: 9px !important;
    right: 9px !important;
    max-width: calc(100% - 18px) !important;
    min-height: 27px !important;
    font-size: 11px !important;
  }
}

.shiz-video-player.shiz-video-player-custom {
  border-radius: 18px !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, #061a3a 0%, #082a5e 100%) !important;
  box-shadow: 0 18px 46px rgba(16, 36, 63, 0.16) !important;
}

.shiz-video-player.shiz-video-player-custom::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  pointer-events: none !important;
  background: linear-gradient(180deg, rgba(6, 26, 58, 0.06) 0%, transparent 36%, rgba(6, 18, 40, 0.46) 100%) !important;
}

.shiz-video-player.shiz-video-player-custom video {
  z-index: 1 !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-shade {
  height: 30% !important;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 18, 40, 0.18) 36%, rgba(6, 18, 40, 0.66) 100%) !important;
  z-index: 3 !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-center {
  width: 50px !important;
  height: 50px !important;
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  border-radius: 18px !important;
  background: rgba(6, 18, 40, 0.42) !important;
  color: #ffffff !important;
  backdrop-filter: blur(16px) saturate(1.25) !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  z-index: 6 !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-center:hover {
  background: rgba(17, 70, 255, 0.58) !important;
  border-color: rgba(255, 255, 255, 0.74) !important;
  transform: translate(-50%, -50%) scale(1.04) !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-center span {
  font-size: 19px !important;
  transform: translateX(-1px) !important;
}

.shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-center {
  opacity: 0 !important;
  transform: translate(-50%, -50%) scale(0.9) !important;
}

.shiz-video-player.shiz-video-player-custom:hover .shiz-video-custom-center {
  opacity: 1 !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls {
  direction: ltr !important;
  right: 18px !important;
  left: 18px !important;
  bottom: 16px !important;
  grid-template-columns: 30px 40px minmax(130px, 1fr) 40px 46px 30px !important;
  gap: 7px !important;
  min-height: 42px !important;
  padding: 6px 8px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, rgba(6, 18, 40, 0.62), rgba(6, 26, 58, 0.48)) !important;
  backdrop-filter: blur(18px) saturate(1.25) !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  z-index: 7 !important;
}

.shiz-video-custom-btn {
  width: 30px !important;
  height: 30px !important;
  min-width: 30px !important;
  min-height: 30px !important;
  border-radius: 10px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-size: 11px !important;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease !important;
}

.shiz-video-custom-btn:hover {
  background: rgba(255, 255, 255, 0.18) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12) !important;
}

.shiz-video-custom-play {
  background: linear-gradient(135deg, #1146ff 0%, #22c8ff 100%) !important;
  box-shadow: 0 9px 20px rgba(17, 70, 255, 0.26) !important;
}

.shiz-video-custom-play:hover {
  background: linear-gradient(135deg, #0d3ee6 0%, #33e0ff 100%) !important;
}

.shiz-video-custom-play span {
  font-size: 11px !important;
  line-height: 1 !important;
  transform: translateX(0) !important;
}

.shiz-video-custom-full {
  font-size: 14px !important;
}

.shiz-video-custom-time {
  direction: ltr !important;
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 10.8px !important;
  font-weight: 800 !important;
  min-width: 36px !important;
  text-align: center !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
}

.shiz-video-custom-progress {
  direction: ltr !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #33e0ff 0%, #1146ff var(--shiz-video-progress), rgba(255, 255, 255, 0.24) var(--shiz-video-progress), rgba(255, 255, 255, 0.24) 100%) !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.16) !important;
}

.shiz-video-custom-progress:hover {
  height: 5px !important;
}

.shiz-video-custom-progress::-webkit-slider-thumb {
  width: 12px !important;
  height: 12px !important;
  border: 2px solid #ffffff !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #1146ff, #33e0ff) !important;
  box-shadow: 0 5px 14px rgba(17, 70, 255, 0.32) !important;
}

.shiz-video-custom-progress::-moz-range-thumb {
  width: 12px !important;
  height: 12px !important;
  border: 2px solid #ffffff !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #1146ff, #33e0ff) !important;
  box-shadow: 0 5px 14px rgba(17, 70, 255, 0.32) !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-title {
  top: 12px !important;
  right: 12px !important;
  max-width: min(58%, 420px) !important;
  min-height: 28px !important;
  padding: 4px 11px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 999px !important;
  background: rgba(6, 18, 40, 0.42) !important;
  color: #ffffff !important;
  font-size: 11.5px !important;
  font-weight: 900 !important;
  line-height: 1.55 !important;
  backdrop-filter: blur(14px) saturate(1.22) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
  z-index: 6 !important;
}

.shiz-video-player.shiz-video-player-custom [data-shiz-video-mute-icon] {
  direction: rtl !important;
  font-size: 9.8px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-controls {
  opacity: 0.86 !important;
  transform: translateY(0) !important;
}

.shiz-video-player.shiz-video-player-custom:hover .shiz-video-custom-controls,
.shiz-video-player.shiz-video-player-custom:focus-within .shiz-video-custom-controls {
  opacity: 1 !important;
}

@media (max-width: 820px) {
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls {
    right: 10px !important;
    left: 10px !important;
    bottom: 10px !important;
    grid-template-columns: 30px minmax(90px, 1fr) 42px 30px !important;
    gap: 6px !important;
    min-height: 40px !important;
    padding: 6px !important;
    border-radius: 14px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-center {
    width: 46px !important;
    height: 46px !important;
    border-radius: 16px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-center span {
    font-size: 17px !important;
  }

  .shiz-video-custom-time {
    display: none !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-title {
    max-width: calc(100% - 24px) !important;
    font-size: 11px !important;
  }
}

@media (max-width: 480px) {
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls {
    right: 8px !important;
    left: 8px !important;
    bottom: 8px !important;
    grid-template-columns: 28px minmax(70px, 1fr) 38px 28px !important;
    min-height: 38px !important;
    padding: 5px !important;
    border-radius: 13px !important;
  }

  .shiz-video-custom-btn {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    min-height: 28px !important;
    border-radius: 9px !important;
  }

  .shiz-video-custom-progress {
    height: 4px !important;
  }
}

.shiz-video-player.shiz-video-player-custom {
  border-radius: 17px !important;
  box-shadow: 0 16px 42px rgba(6, 26, 58, 0.14) !important;
}

.shiz-video-player.shiz-video-player-custom::after {
  background: linear-gradient(180deg, rgba(6, 26, 58, 0.02) 0%, transparent 42%, rgba(6, 18, 40, 0.42) 100%) !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-shade {
  height: 27% !important;
  background: linear-gradient(180deg, transparent 0%, rgba(6, 18, 40, 0.08) 30%, rgba(6, 18, 40, 0.55) 100%) !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-center {
  width: 48px !important;
  height: 48px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.56) !important;
  background: rgba(6, 18, 40, 0.38) !important;
  color: #ffffff !important;
  backdrop-filter: blur(14px) saturate(1.2) !important;
  box-shadow: 0 16px 34px rgba(6, 18, 40, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.18) !important;
  transition: opacity 0.28s ease, transform 0.28s ease, background 0.28s ease !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-center span {
  font-size: 18px !important;
  line-height: 1 !important;
  transform: translateX(-1px) !important;
}

.shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-center,
.shiz-video-player.shiz-video-player-custom.is-playing:hover .shiz-video-custom-center {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, -50%) scale(0.86) !important;
}

.shiz-video-player.shiz-video-player-custom.is-center-feedback .shiz-video-custom-center,
.shiz-video-player.shiz-video-player-custom.is-playing.is-center-feedback .shiz-video-custom-center,
.shiz-video-player.shiz-video-player-custom.is-playing.is-center-feedback:hover .shiz-video-custom-center {
  opacity: 1 !important;
  pointer-events: none !important;
  transform: translate(-50%, -50%) scale(1) !important;
  animation: shizVideoCenterFlash 0.62s ease both !important;
}

@keyframes shizVideoCenterFlash {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.78);
  }
  18% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.04);
  }
  62% {
    opacity: 0.92;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.92);
  }
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls {
  direction: ltr !important;
  right: auto !important;
  left: 50% !important;
  bottom: 13px !important;
  width: min(86%, 680px) !important;
  min-height: 34px !important;
  padding: 4px 7px !important;
  border-radius: 999px !important;
  grid-template-columns: 27px 36px minmax(120px, 1fr) 36px 42px 27px !important;
  gap: 6px !important;
  transform: translateX(-50%) !important;
  background: linear-gradient(135deg, rgba(6, 18, 40, 0.68), rgba(12, 36, 72, 0.54)) !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  backdrop-filter: blur(20px) saturate(1.22) !important;
  box-shadow: 0 12px 30px rgba(6, 18, 40, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.11) !important;
}

.shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-controls {
  opacity: 0.82 !important;
}

.shiz-video-player.shiz-video-player-custom:hover .shiz-video-custom-controls,
.shiz-video-player.shiz-video-player-custom:focus-within .shiz-video-custom-controls {
  opacity: 1 !important;
}

.shiz-video-custom-btn {
  width: 27px !important;
  height: 27px !important;
  min-width: 27px !important;
  min-height: 27px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.095) !important;
  color: #ffffff !important;
  font-size: 10px !important;
  box-shadow: none !important;
}

.shiz-video-custom-btn:hover {
  background: rgba(255, 255, 255, 0.17) !important;
  transform: translateY(-1px) scale(1.02) !important;
}

.shiz-video-custom-play {
  width: 29px !important;
  height: 29px !important;
  min-width: 29px !important;
  min-height: 29px !important;
  background: linear-gradient(135deg, #1146ff 0%, #27d8ff 100%) !important;
  box-shadow: 0 8px 18px rgba(17, 70, 255, 0.24) !important;
}

.shiz-video-custom-play span {
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transform: translateX(0) !important;
}

.shiz-video-custom-full {
  font-size: 12px !important;
}

.shiz-video-custom-time {
  direction: ltr !important;
  min-width: 34px !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em !important;
  text-align: center !important;
}

.shiz-video-custom-progress {
  direction: ltr !important;
  height: 1.5px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #33e0ff 0%, #1146ff var(--shiz-video-progress), rgba(255, 255, 255, 0.22) var(--shiz-video-progress), rgba(255, 255, 255, 0.22) 100%) !important;
  box-shadow: none !important;
}

.shiz-video-custom-progress:hover {
  height: 4px !important;
}

.shiz-video-custom-progress::-webkit-slider-thumb {
  width: 9px !important;
  height: 9px !important;
  border: 1.5px solid #ffffff !important;
  background: linear-gradient(135deg, #1146ff, #33e0ff) !important;
  box-shadow: 0 4px 11px rgba(17, 70, 255, 0.28) !important;
}

.shiz-video-custom-progress::-moz-range-thumb {
  width: 9px !important;
  height: 9px !important;
  border: 1.5px solid #ffffff !important;
  background: linear-gradient(135deg, #1146ff, #33e0ff) !important;
  box-shadow: 0 4px 11px rgba(17, 70, 255, 0.28) !important;
}

.shiz-video-player.shiz-video-player-custom [data-shiz-video-mute-icon] {
  font-size: 9px !important;
  font-weight: 900 !important;
}

@media (max-width: 820px) {
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls {
    bottom: 9px !important;
    width: min(92%, 560px) !important;
    min-height: 32px !important;
    padding: 4px 6px !important;
    grid-template-columns: 26px minmax(80px, 1fr) 38px 26px !important;
    gap: 5px !important;
  }

  .shiz-video-custom-time {
    display: none !important;
  }

  .shiz-video-custom-btn {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-center {
    width: 44px !important;
    height: 44px !important;
  }
}

@media (max-width: 480px) {
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls {
    width: calc(100% - 18px) !important;
    bottom: 7px !important;
    min-height: 30px !important;
    padding: 3px 5px !important;
    grid-template-columns: 25px minmax(70px, 1fr) 34px 25px !important;
    gap: 4px !important;
  }

  .shiz-video-custom-btn {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important;
  }
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls,
.shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-controls,
.shiz-video-player.shiz-video-player-custom:hover .shiz-video-custom-controls,
.shiz-video-player.shiz-video-player-custom:focus-within .shiz-video-custom-controls {
  direction: ltr !important;
  position: absolute !important;
  right: 14px !important;
  left: 14px !important;
  bottom: 12px !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  min-height: 32px !important;
  height: auto !important;
  display: grid !important;
  grid-template-columns: 28px 36px minmax(0, 1fr) 36px 42px 28px !important;
  gap: 6px !important;
  align-items: center !important;
  padding: 4px 7px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  background: linear-gradient(135deg, rgba(6, 18, 40, 0.64), rgba(9, 32, 70, 0.5)) !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  backdrop-filter: blur(18px) saturate(1.2) !important;
  box-shadow: 0 10px 24px rgba(6, 18, 40, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  transition: opacity 0.28s ease, transform 0.28s ease, background 0.28s ease !important;
}

.shiz-video-player.shiz-video-player-custom.is-controls-idle.is-playing:not(:focus-within) .shiz-video-custom-controls {
  opacity: 0 !important;
  transform: translateY(10px) !important;
  pointer-events: none !important;
}

.shiz-video-player.shiz-video-player-custom.is-controls-idle.is-playing:not(:focus-within) .shiz-video-custom-shade,
.shiz-video-player.shiz-video-player-custom.is-controls-idle.is-playing:not(:focus-within)::after,
.shiz-video-player.shiz-video-player-custom.is-controls-idle.is-playing:not(:focus-within) .shiz-video-custom-title {
  opacity: 0 !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-shade,
.shiz-video-player.shiz-video-player-custom::after,
.shiz-video-player.shiz-video-player-custom .shiz-video-custom-title {
  transition: opacity 0.28s ease !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-center {
  width: 46px !important;
  height: 46px !important;
  border-radius: 999px !important;
  background: rgba(6, 18, 40, 0.36) !important;
  border: 1px solid rgba(255, 255, 255, 0.54) !important;
  box-shadow: 0 14px 30px rgba(6, 18, 40, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.16) !important;
}

.shiz-video-player.shiz-video-player-custom .shiz-video-custom-center span {
  font-size: 17px !important;
}

.shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-center,
.shiz-video-player.shiz-video-player-custom.is-playing:hover .shiz-video-custom-center {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translate(-50%, -50%) scale(0.86) !important;
}

.shiz-video-player.shiz-video-player-custom.is-center-feedback .shiz-video-custom-center,
.shiz-video-player.shiz-video-player-custom.is-playing.is-center-feedback .shiz-video-custom-center,
.shiz-video-player.shiz-video-player-custom.is-playing.is-center-feedback:hover .shiz-video-custom-center {
  opacity: 1 !important;
  pointer-events: none !important;
  transform: translate(-50%, -50%) scale(1) !important;
}

.shiz-video-custom-btn,
.shiz-video-custom-play,
.shiz-video-player.shiz-video-player-custom .shiz-video-custom-btn,
.shiz-video-player.shiz-video-player-custom .shiz-video-custom-play {
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  min-height: 26px !important;
  border-radius: 999px !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 9.5px !important;
  line-height: 1 !important;
}

.shiz-video-custom-play,
.shiz-video-player.shiz-video-player-custom .shiz-video-custom-play {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  background: linear-gradient(135deg, #1146ff 0%, #33e0ff 100%) !important;
  box-shadow: 0 7px 16px rgba(17, 70, 255, 0.24) !important;
}

.shiz-video-custom-play span,
.shiz-video-player.shiz-video-player-custom .shiz-video-custom-play span {
  font-size: 9.5px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transform: translateX(0) !important;
}

.shiz-video-custom-full,
.shiz-video-player.shiz-video-player-custom .shiz-video-custom-full {
  font-size: 11.5px !important;
}

.shiz-video-custom-time,
.shiz-video-player.shiz-video-player-custom .shiz-video-custom-time {
  min-width: 34px !important;
  width: auto !important;
  color: rgba(255, 255, 255, 0.84) !important;
  font-size: 9.5px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: center !important;
  white-space: nowrap !important;
}

.shiz-video-custom-progress,
.shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 3px !important;
  border-radius: 999px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: linear-gradient(90deg, #33e0ff 0%, #1146ff var(--shiz-video-progress), rgba(255, 255, 255, 0.22) var(--shiz-video-progress), rgba(255, 255, 255, 0.22) 100%) !important;
  box-shadow: none !important;
}

.shiz-video-custom-progress:hover,
.shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress:hover {
  height: 4px !important;
}

.shiz-video-custom-progress::-webkit-slider-thumb,
.shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-webkit-slider-thumb {
  width: 9px !important;
  height: 9px !important;
  border: 1.5px solid #ffffff !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #1146ff, #33e0ff) !important;
  box-shadow: 0 4px 10px rgba(17, 70, 255, 0.26) !important;
}

.shiz-video-custom-progress::-moz-range-thumb,
.shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-moz-range-thumb {
  width: 9px !important;
  height: 9px !important;
  border: 1.5px solid #ffffff !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #1146ff, #33e0ff) !important;
  box-shadow: 0 4px 10px rgba(17, 70, 255, 0.26) !important;
}

.shiz-video-player.shiz-video-player-custom [data-shiz-video-mute-icon] {
  font-size: 8.8px !important;
  font-weight: 900 !important;
}

@media (max-width: 820px) {
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:hover .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:focus-within .shiz-video-custom-controls {
    right: 9px !important;
    left: 9px !important;
    bottom: 9px !important;
    width: auto !important;
    min-height: 30px !important;
    padding: 3px 5px !important;
    grid-template-columns: 26px minmax(0, 1fr) 36px 26px !important;
    gap: 5px !important;
    transform: translateY(0) !important;
  }

  .shiz-video-player.shiz-video-player-custom.is-controls-idle.is-playing:not(:focus-within) .shiz-video-custom-controls {
    transform: translateY(9px) !important;
  }

  .shiz-video-custom-time {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:hover .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:focus-within .shiz-video-custom-controls {
    right: 7px !important;
    left: 7px !important;
    bottom: 7px !important;
    min-height: 28px !important;
    grid-template-columns: 24px minmax(0, 1fr) 34px 24px !important;
    gap: 4px !important;
  }

  .shiz-video-custom-btn,
  .shiz-video-custom-play,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-btn,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
  }
}

@media (max-width: 640px) {
  .shiz-video-player.shiz-video-player-custom {
    border-radius: 15px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-shade {
    height: 34% !important;
    background: linear-gradient(180deg, transparent 0%, rgba(6, 18, 40, 0.06) 36%, rgba(6, 18, 40, 0.42) 100%) !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-center {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: rgba(6, 18, 40, 0.34) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    box-shadow: 0 10px 24px rgba(6, 18, 40, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-center span {
    font-size: 15px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-title {
    top: 8px !important;
    right: 8px !important;
    max-width: calc(100% - 16px) !important;
    min-height: 24px !important;
    padding: 3px 9px !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    background: rgba(6, 18, 40, 0.34) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:hover .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:focus-within .shiz-video-custom-controls {
    right: 8px !important;
    left: 8px !important;
    bottom: 7px !important;
    width: auto !important;
    min-height: 26px !important;
    height: 26px !important;
    padding: 3px 5px !important;
    grid-template-columns: 22px minmax(0, 1fr) 28px 22px !important;
    gap: 4px !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, rgba(6, 18, 40, 0.58), rgba(8, 30, 66, 0.44)) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 8px 18px rgba(6, 18, 40, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(14px) saturate(1.15) !important;
  }

  .shiz-video-custom-btn,
  .shiz-video-custom-play,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-btn,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    border-radius: 50% !important;
    font-size: 8.5px !important;
    background: rgba(255, 255, 255, 0.09) !important;
    box-shadow: none !important;
  }

  .shiz-video-custom-play,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play {
    background: linear-gradient(135deg, #1146ff 0%, #33e0ff 100%) !important;
    box-shadow: 0 5px 12px rgba(17, 70, 255, 0.22) !important;
  }

  .shiz-video-custom-play span,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play span {
    font-size: 8.5px !important;
    transform: translateX(0) !important;
  }

  .shiz-video-custom-full,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-full {
    font-size: 10px !important;
  }

  .shiz-video-player.shiz-video-player-custom [data-shiz-video-mute-icon] {
    font-size: 7.8px !important;
    line-height: 1 !important;
  }

  .shiz-video-custom-time,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-time {
    display: none !important;
  }

  .shiz-video-custom-progress,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress {
    height: 2px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #33e0ff 0%, #1146ff var(--shiz-video-progress), rgba(255, 255, 255, 0.2) var(--shiz-video-progress), rgba(255, 255, 255, 0.2) 100%) !important;
  }

  .shiz-video-custom-progress:hover,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress:hover {
    height: 3px !important;
  }

  .shiz-video-custom-progress::-webkit-slider-thumb,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-webkit-slider-thumb {
    width: 7px !important;
    height: 7px !important;
    border: 1px solid #ffffff !important;
    box-shadow: 0 3px 8px rgba(17, 70, 255, 0.22) !important;
  }

  .shiz-video-custom-progress::-moz-range-thumb,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-moz-range-thumb {
    width: 7px !important;
    height: 7px !important;
    border: 1px solid #ffffff !important;
    box-shadow: 0 3px 8px rgba(17, 70, 255, 0.22) !important;
  }
}

@media (max-width: 390px) {
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:hover .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:focus-within .shiz-video-custom-controls {
    right: 6px !important;
    left: 6px !important;
    bottom: 6px !important;
    min-height: 24px !important;
    height: 24px !important;
    padding: 2px 4px !important;
    grid-template-columns: 20px minmax(0, 1fr) 26px 20px !important;
    gap: 3px !important;
  }

  .shiz-video-custom-btn,
  .shiz-video-custom-play,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-btn,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    font-size: 8px !important;
  }

  .shiz-video-custom-play span,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play span {
    font-size: 8px !important;
  }

  .shiz-video-custom-full,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-full {
    font-size: 9px !important;
  }
}

@media (max-width: 767px) {
  .shiz-video-player.shiz-video-player-custom {
    border-radius: 15px !important;
    overflow: hidden !important;
  }

  .shiz-video-player.shiz-video-player-custom::after {
    background: linear-gradient(180deg, rgba(6, 26, 58, 0.03) 0%, transparent 48%, rgba(6, 18, 40, 0.38) 100%) !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-shade {
    height: 30% !important;
    background: linear-gradient(180deg, transparent 0%, rgba(6, 18, 40, 0.08) 42%, rgba(6, 18, 40, 0.52) 100%) !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-title {
    top: 8px !important;
    right: 8px !important;
    max-width: calc(100% - 16px) !important;
    min-height: 23px !important;
    padding: 2px 9px !important;
    border-radius: 999px !important;
    background: rgba(6, 18, 40, 0.36) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    color: rgba(255, 255, 255, 0.96) !important;
    font-size: 9.8px !important;
    line-height: 1.5 !important;
    box-shadow: 0 8px 18px rgba(6, 18, 40, 0.1) !important;
    backdrop-filter: blur(12px) saturate(1.18) !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-center {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    background: rgba(6, 18, 40, 0.34) !important;
    border: 1px solid rgba(255, 255, 255, 0.46) !important;
    box-shadow: 0 10px 24px rgba(6, 18, 40, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
    backdrop-filter: blur(12px) saturate(1.18) !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-center span {
    font-size: 14px !important;
    transform: translateX(-1px) !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:hover .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:focus-within .shiz-video-custom-controls {
    direction: ltr !important;
    position: absolute !important;
    right: 12px !important;
    left: 12px !important;
    bottom: 8px !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 28px !important;
    min-height: 28px !important;
    display: grid !important;
    grid-template-columns: 25px minmax(0, 1fr) 25px !important;
    grid-template-areas: "shizplay shizprogress shizfull" !important;
    gap: 9px !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    transform: translateY(0) !important;
    opacity: 1 !important;
    overflow: visible !important;
    pointer-events: auto !important;
    box-sizing: border-box !important;
  }

  .shiz-video-player.shiz-video-player-custom.is-controls-idle.is-playing:not(:focus-within) .shiz-video-custom-controls {
    opacity: 0 !important;
    transform: translateY(8px) !important;
    pointer-events: none !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play {
    grid-area: shizplay !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress {
    grid-area: shizprogress !important;
  }

  .shiz-video-player.shiz-video-player-custom [data-shiz-video-fullscreen] {
    grid-area: shizfull !important;
  }

  .shiz-video-player.shiz-video-player-custom [data-shiz-video-mute],
  .shiz-video-player.shiz-video-player-custom [data-shiz-video-current],
  .shiz-video-player.shiz-video-player-custom [data-shiz-video-duration],
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-time {
    display: none !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-btn,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play,
  .shiz-video-player.shiz-video-player-custom [data-shiz-video-fullscreen] {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    min-height: 25px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.13) !important;
    border-radius: 50% !important;
    color: #ffffff !important;
    font-size: 9.5px !important;
    line-height: 1 !important;
    backdrop-filter: blur(12px) saturate(1.16) !important;
    transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play {
    background: linear-gradient(135deg, rgba(17, 70, 255, 0.94), rgba(51, 224, 255, 0.94)) !important;
    box-shadow: 0 8px 18px rgba(17, 70, 255, 0.26) !important;
  }

  .shiz-video-player.shiz-video-player-custom [data-shiz-video-fullscreen] {
    background: rgba(6, 18, 40, 0.42) !important;
    box-shadow: 0 6px 16px rgba(6, 18, 40, 0.16) !important;
    font-size: 10.5px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play span {
    font-size: 9.5px !important;
    line-height: 1 !important;
    transform: translateX(0) !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 2px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    outline: none !important;
    background: linear-gradient(90deg, #33e0ff 0%, #1146ff var(--shiz-video-progress), rgba(6, 18, 40, 0.34) var(--shiz-video-progress), rgba(6, 18, 40, 0.34) 100%) !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12), 0 6px 16px rgba(6, 18, 40, 0.16) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress:hover {
    height: 2px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-webkit-slider-thumb {
    width: 7px !important;
    height: 7px !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #1146ff, #33e0ff) !important;
    box-shadow: 0 4px 12px rgba(17, 70, 255, 0.3) !important;
    appearance: none !important;
    -webkit-appearance: none !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-moz-range-thumb {
    width: 7px !important;
    height: 7px !important;
    border: 1.5px solid #ffffff !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #1146ff, #33e0ff) !important;
    box-shadow: 0 3px 10px rgba(17, 70, 255, 0.24) !important;
  }
}

@media (max-width: 420px) {
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:hover .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:focus-within .shiz-video-custom-controls {
    right: 10px !important;
    left: 10px !important;
    bottom: 7px !important;
    height: 25px !important;
    min-height: 25px !important;
    grid-template-columns: 23px minmax(0, 1fr) 23px !important;
    gap: 8px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-btn,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play,
  .shiz-video-player.shiz-video-player-custom [data-shiz-video-fullscreen] {
    width: 23px !important;
    height: 23px !important;
    min-width: 23px !important;
    min-height: 23px !important;
    font-size: 8.8px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress {
    height: 3px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-webkit-slider-thumb {
    width: 6px !important;
    height: 6px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-moz-range-thumb {
    width: 6px !important;
    height: 6px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-center {
    width: 34px !important;
    height: 34px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-center span {
    font-size: 13px !important;
  }
}

@media (max-width: 767px) {
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:hover .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:focus-within .shiz-video-custom-controls {
    bottom: 17px !important;
  }

  .shiz-video-player.shiz-video-player-custom.is-controls-idle.is-playing:not(:focus-within) .shiz-video-custom-controls {
    transform: translateY(6px) !important;
  }
}

@media (max-width: 420px) {
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:hover .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:focus-within .shiz-video-custom-controls {
    bottom: 15px !important;
  }
}

@media (max-width: 767px) {
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress:hover,
  .shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-progress,
  .shiz-video-player.shiz-video-player-custom.is-controls-idle .shiz-video-custom-progress {
    height: 1.5px !important;
    min-height: 1.5px !important;
    max-height: 1.5px !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, #33e0ff 0%, #1146ff var(--shiz-video-progress), rgba(6, 18, 40, 0.32) var(--shiz-video-progress), rgba(6, 18, 40, 0.32) 100%) !important;
    box-shadow: 0 1px 5px rgba(17, 70, 255, 0.18) !important;
    overflow: visible !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-webkit-slider-runnable-track {
    height: 1.5px !important;
    min-height: 1.5px !important;
    max-height: 1.5px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-moz-range-track,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-moz-range-progress {
    height: 1.5px !important;
    min-height: 1.5px !important;
    max-height: 1.5px !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: none !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-webkit-slider-thumb {
    width: 5.5px !important;
    height: 5.5px !important;
    min-width: 5.5px !important;
    min-height: 5.5px !important;
    margin-top: -2px !important;
    border: 1px solid rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 2px 7px rgba(17, 70, 255, 0.24) !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-moz-range-thumb {
    width: 5.5px !important;
    height: 5.5px !important;
    min-width: 5.5px !important;
    min-height: 5.5px !important;
    border: 1px solid rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 2px 7px rgba(17, 70, 255, 0.24) !important;
  }
}

@media (max-width: 420px) {
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress:hover,
  .shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-progress,
  .shiz-video-player.shiz-video-player-custom.is-controls-idle .shiz-video-custom-progress {
    height: 1px !important;
    min-height: 1px !important;
    max-height: 1px !important;
    box-shadow: 0 1px 4px rgba(17, 70, 255, 0.16) !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-webkit-slider-runnable-track,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-moz-range-track,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-moz-range-progress {
    height: 1px !important;
    min-height: 1px !important;
    max-height: 1px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-webkit-slider-thumb {
    width: 5px !important;
    height: 5px !important;
    min-width: 5px !important;
    min-height: 5px !important;
    margin-top: -2px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-moz-range-thumb {
    width: 5px !important;
    height: 5px !important;
    min-width: 5px !important;
    min-height: 5px !important;
  }
}

@media (max-width: 767px) {
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-center {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play {
    display: inline-flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }
}

@media (max-width: 767px) {
  .shiz-video-player.shiz-video-player-custom {
    overflow: hidden !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-center,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-center *,
  .shiz-video-player.shiz-video-player-custom [data-shiz-video-mute],
  .shiz-video-player.shiz-video-player-custom [data-shiz-video-mute-icon],
  .shiz-video-player.shiz-video-player-custom [data-shiz-video-volume],
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-mute,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-volume {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:hover .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:focus-within .shiz-video-custom-controls {
    direction: ltr !important;
    right: 11px !important;
    left: 11px !important;
    bottom: 11px !important;
    width: auto !important;
    height: 22px !important;
    min-height: 22px !important;
    max-height: 22px !important;
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr) 22px !important;
    grid-template-areas: "shizplay shizprogress shizfull" !important;
    column-gap: 7px !important;
    row-gap: 0 !important;
    align-items: center !important;
    justify-items: stretch !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    overflow: visible !important;
    transform: translateY(0) !important;
    box-sizing: border-box !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play {
    grid-area: shizplay !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress {
    grid-area: shizprogress !important;
  }

  .shiz-video-player.shiz-video-player-custom [data-shiz-video-fullscreen] {
    grid-area: shizfull !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play,
  .shiz-video-player.shiz-video-player-custom [data-shiz-video-fullscreen] {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 22px !important;
    border-radius: 50% !important;
    font-size: 8px !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play span,
  .shiz-video-player.shiz-video-player-custom [data-shiz-video-fullscreen] span,
  .shiz-video-player.shiz-video-player-custom [data-shiz-video-fullscreen] svg {
    width: 10px !important;
    height: 10px !important;
    min-width: 10px !important;
    min-height: 10px !important;
    max-width: 10px !important;
    max-height: 10px !important;
    font-size: 8px !important;
    line-height: 1 !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress:hover,
  .shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-progress,
  .shiz-video-player.shiz-video-player-custom.is-controls-idle .shiz-video-custom-progress {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 1px !important;
    min-height: 1px !important;
    max-height: 1px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    box-sizing: border-box !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-webkit-slider-runnable-track {
    height: 1px !important;
    min-height: 1px !important;
    max-height: 1px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-moz-range-track,
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-moz-range-progress {
    height: 1px !important;
    min-height: 1px !important;
    max-height: 1px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-webkit-slider-thumb {
    width: 4.5px !important;
    height: 4.5px !important;
    min-width: 4.5px !important;
    min-height: 4.5px !important;
    margin-top: -1.75px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-progress::-moz-range-thumb {
    width: 4.5px !important;
    height: 4.5px !important;
    min-width: 4.5px !important;
    min-height: 4.5px !important;
  }
}

@media (max-width: 420px) {
  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom.is-playing .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:hover .shiz-video-custom-controls,
  .shiz-video-player.shiz-video-player-custom:focus-within .shiz-video-custom-controls {
    right: 9px !important;
    left: 9px !important;
    bottom: 10px !important;
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    grid-template-columns: 20px minmax(0, 1fr) 20px !important;
    column-gap: 6px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play,
  .shiz-video-player.shiz-video-player-custom [data-shiz-video-fullscreen] {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px !important;
    min-height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    flex-basis: 20px !important;
  }

  .shiz-video-player.shiz-video-player-custom .shiz-video-custom-play span,
  .shiz-video-player.shiz-video-player-custom [data-shiz-video-fullscreen] span,
  .shiz-video-player.shiz-video-player-custom [data-shiz-video-fullscreen] svg {
    width: 9px !important;
    height: 9px !important;
    min-width: 9px !important;
    min-height: 9px !important;
    max-width: 9px !important;
    max-height: 9px !important;
  }
}
