.vcc-hidden {
  display: none !important
}
.vcc-lock {
  overflow: hidden
}
.vcc-banner, .vcc-modal {
  font-family: Arial, "Noto Sans Thai", sans-serif;
  color: #4b342c
}
.vcc-banner {
  position: fixed;
  z-index: 99999;
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: 1180px;
  margin: auto;
  background: #fff;
  border: 1px solid #ead8cf;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(62, 39, 31, .2);
  padding: 22px
}
.vcc-banner h2, .vcc-modal h2 {
  margin: 0 0 8px;
  font-size: 22px
}
.vcc-banner p {
  margin: 0 0 16px;
  line-height: 1.65
}
.vcc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}
.vcc-btn {
  border: 1px solid #b87055;
  border-radius: 9px;
  padding: 10px 16px;
  background: #fff;
  color: #704632;
  font-weight: 700;
  cursor: pointer
}
.vcc-btn:hover, .vcc-btn:focus {
  box-shadow: 0 0 0 3px rgba(201, 138, 107, .25);
  outline: 0
}
.vcc-primary {
  background: #c98a6b;
  color: #fff
}
.vcc-link {
  color: #79503e;
  text-decoration: underline
}
.vcc-backdrop {
  position: fixed;
  z-index: 100000;
  inset: 0;
  background: rgba(20, 13, 10, .55);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px
}
.vcc-modal {
  width: min(680px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .3)
}
.vcc-category {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid #eee
}
.vcc-category p {
  margin: 5px 0 0;
  color: #6d625e;
  line-height: 1.5
}
.vcc-switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 26px;
  flex: 0 0 48px
}
.vcc-switch input {
  opacity: 0;
  width: 0;
  height: 0
}
.vcc-slider {
  position: absolute;
  inset: 0;
  background: #aaa;
  border-radius: 20px;
  cursor: pointer
}
.vcc-slider:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 3px;
  top: 3px;
  background: #fff;
  border-radius: 50%;
  transition: .2s
}
.vcc-switch input:checked + .vcc-slider {
  background: #c98a6b
}
.vcc-switch input:checked + .vcc-slider:before {
  transform: translateX(22px)
}
.vcc-switch input:disabled + .vcc-slider {
  opacity: .65;
  cursor: not-allowed
}
.vcc-manage {
  position: fixed;
  z-index: 99990;
  left: 14px;
  bottom: 14px;
  border: 1px solid #d8b9a9;
  border-radius: 999px;
  background: #fff;
  color: #704632;
  padding: 8px 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, .14);
  cursor: pointer;
  font-size: 13px
}
.vcc-video-placeholder {
  padding: 32px;
  border: 1px dashed #c98a6b;
  background: #fbf7f4;
  text-align: center
}
.vcc-status {
  font-size: 13px;
  color: #6d625e;
  margin-top: 10px
}
@media(max-width:640px) {
  .vcc-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 18px
  }
  .vcc-actions {
    display: grid
  }
  .vcc-btn {
    width: 100%
  }
  .vcc-manage {
    bottom: 8px;
    right: 8px
  }
  .vcc-modal {
    padding: 18px
  }
}