#vpp, video {
  border-radius: 10px !important;
  font-size: 17px;
  padding: 0px 4px 0px 2px;
  color: var(--awb-color5);
  border-color: #c0c0c0;
  height: 38px;
  font-weight: bold;
  text-align: center;
}

label {
  font-size:14px;
}

.video-search {
  display: inline;
  position: relative;
  margin-left: 10px;
}

.video-search-icon {
  position: absolute !important;
  top: 0px;
  margin: 3px 170px;
  cursor: pointer;
}

.video-search-icon:hover {
  color: green;
}

input[type=search].video-search-input {
  visibility: visible !important;
  top: 0px;
  width: 200px;
  border-radius: 10px;
  padding: 0px 10px 0px 14px;
  margin: 0px;
  position: relative;
  margin-right: 10px;
  border-color: #c0c0c0;
}

.video-search-results {
  margin: 10px 0px;
  font-size:17px;
  width: 100%;
}

.video-search-results a.video-clear-search {
  float:right;
}

.fusion-body .hubspot-feed-card.video-card {
  height: 380px !important;
}

.video-container {
  margin: 0px 10px 0px 10px;
  border:1px solid #f0f0f0;
  border-radius: 10px;
  height: 340px;
}

.video-container:hover {
  box-shadow:1px 1px 10px #c0c0c0;
}

.video-info {
  padding: 10px;
}

.video-title {
  height:60px;
  font-size: 16px !important;
  line-height: 20px !important;
}

.video-desc {
  font-size: 14px;
}

.play-button {
  background-color: gray;
  opacity: 0.7;
  border: none;
  cursor: pointer;
  padding: 0px 10px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s;
  position: absolute;
  top: 65px;
  left: calc(50% - 45px);
}

.video-container:hover > div > span > .play-button {
  background-color: green;
  opacity: .95;
}

iframe {
  border-radius: 4px;
}

.play-button svg {
  width: 60px;
  height: 60px;
}

.video-pagination {
  font-size:15px;
  color: var(--awb-color5);
}

.video-pagination > select {
  border-radius: 8px;
  border-color: var(--awb-color7);
  font-size: 15px;
  color: var(--awb-color5);
  margin: 0px 8px;
  padding:0px 4px 0px 4px;
}

.video-pagination > a {
  color: var(--awb-color5);
}

.video-pagination > a:hover {
  color: var(--awb-custom1);
}

.video-summary, .video-transcript {
  font-size:15px;
}

.video-summary > h1, .video-summary > * > h1 {
  font-size: 26px !important;
  margin-top: 0px;
}

.video-summary > h2, .video-summary > * > h2 {
  border-top:1px solid #e0e0e0;
  padding-top:10px;
  font-size: 18px !important;
  color: #000 !important;
  margin-bottom:10px;
}

.video-summary > h3, .video-summary > * > h3 {
  font-size: 16px !important;
  color: #000 !important;
}

.video-detail-header {
  color: white;
  float: left;
  font-size:18px;
  margin-bottom: 20px;
}

.video-date {
  color: white;
  font-size:14px;
  float: right;
}

.video-detail-sub {
  text-align:right;
  margin-top: 10px;
  font-weight:bold;
  font-size: 18px;
}

.video-detail-sub > a {
  color: var(--awb-color7) !important;
}

.video-detail-sub > a:hover {
  color: var(--awb-custom1) !important;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.floating-video-wrapper {
  position: relative;
  transition: all 0.3s ease;
  z-index: 100;
}

.floating-video-wrapper.floating {
  position: fixed;
  width: 480px;
  height: 260px; /* 16:9 ratio */
  right: 20px;
  top: 100px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  z-index: 1000;
}

.floating-video-wrapper.floating .responsive-video {
  padding-bottom: 0;
  height: 100%;
}

/* Placeholder */
.floating-placeholder {
  display: none;
  padding-bottom: 56.25%; /* same aspect ratio */
  height: 0;
}

.video-youtube-link {
  display:flex;
  justify-content: end;
  font-size: 17px;
}

.video-youtube-link > a > svg {
  height:28px;
  opacity:0.7;
}

.video-youtube-link > a:hover > svg {
  opacity:1;
}

.fusion-body .fusion-flex-container.video-detail {
  z-index: -1 !important;
  border: 10px solid #fff;
  margin-top:-2px !important;
}

@media screen and (max-width: 1280px) {
  .fusion-body .fusion-builder-column-9.video-column, 
  .fusion-body .fusion-flex-column.video-column {
      width: 75% !important;
  }
}

@media screen and (max-width: 960px) {
  #video-form {
    clear:both;
    float:left !important;
  }
  .video-search {
    display: block;
    margin-left:10px;
  }
  .video-search-icon {
    margin-top: 10px;
  }
  .vpp_label {
    font-size:12px;
    margin-left:10px;
  }
  #vpp {
    font-size:13px;
    margin-bottom:10px;
  }
  .fusion-body .fusion-builder-column-9.video-column, 
  .fusion-body .fusion-flex-column.video-column {
      width: 100% !important;
  }

  .title-overlay {
      font-size: 18px;
      height: 80px;
  }
  .title-overlay .subtitle {
      font-size: 16px;
  }
}
