.portrait-slider .owl-stage {
  display: flex;
}

.portrait-slider .owl-item {
  width: auto !important;
}

.portrait-slider .item {
  width: 272px;
}

.nav-right .provider-logo {
  display: block;
  height: 45px;
  width: auto;
}

.banner-carousel .banner-img img {
  display: block;
  width: 100%;
  height: clamp(260px, 36vh, 552px);
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.banner-carousel,
.banner-carousel .owl-stage-outer,
.banner-carousel .owl-stage,
.banner-carousel .owl-item,
.banner-carousel .item,
.banner-carousel .banner-img {
  max-height: none;
}

@media screen and (max-width: 1169px) {
  .banner-carousel .banner-img img {
    height: clamp(260px, 34vh, 360px);
  }
}

@media screen and (max-width: 640px) {
  .banner-carousel .banner-img img {
    height: 220px;
  }
}

.slider-img img,
.portrait-slider .item .slider-img a img {
  display: block;
  width: 100%;
  height: 362px;
  object-fit: cover;
}

.landscape-slider .owl-stage {
  display: flex;
}

.landscape-slider .owl-item {
  padding-right: 20px;
}

.landscape-slider .slider-img-v {
  width: 100%;
  margin-right: 0;
}

.landscape-slider .img-v {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.slider-img-v .img-v-thumb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inline-form {
  display: inline-flex;
  margin: 0;
}

.inline-form button.like-btn {
  border: 0;
  padding: 0;
  cursor: pointer;
}

.hv-search-results {
  padding-top: 38px;
  padding-bottom: 90px;
}

.hv-search-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(188px, 1fr));
  gap: 34px 24px;
  padding: 0 24px;
}

.hv-search-card {
  display: block;
  color: #fff;
  text-decoration: none;
  min-width: 0;
}

.hv-search-card:hover {
  color: #fff;
  text-decoration: none;
}

.hv-search-card-image {
  display: block;
  overflow: hidden;
  background: #111;
}

.hv-search-card-image img {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.hv-search-card-title {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.25;
}

.hv-search-card-meta {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hv-search-empty {
  padding-top: 80px;
  padding-bottom: 100px;
}

.hv-payment-methods {
  margin: 32px 0 8px;
}

.hv-payment-head {
  margin-bottom: 16px;
}

.hv-payment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

.hv-payment-option {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 76px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  transition: border-color 0.16s ease, background 0.16s ease;
}

.hv-payment-option.is-selected {
  border-color: #f5c32f;
  background: rgba(245, 195, 47, 0.14);
}

.hv-payment-option input {
  width: 18px;
  height: 18px;
  accent-color: #f5c32f;
  flex: 0 0 auto;
}

.hv-payment-option img {
  max-width: 58px;
  max-height: 34px;
  object-fit: contain;
  flex: 0 0 auto;
}

.hv-payment-option span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.hv-payment-option strong {
  color: #fff;
  font-size: 15px;
  line-height: 1.2;
}

.hv-payment-option small {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hv-payment-empty {
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 700;
}

.subs-btn.is-disabled {
  opacity: 0.55;
  cursor: default;
  pointer-events: none;
}

.hv-payment-result {
  min-height: 620px;
  display: grid;
  align-items: center;
}

.hv-payment-card {
  max-width: 560px;
  margin: 0 auto;
  padding: 38px;
  background: rgba(20, 20, 20, 0.92);
  color: #fff;
}

.hv-payment-card h1 {
  color: #fff;
  margin: 0 0 14px;
  font-size: 30px;
}

.hv-payment-card.is-success {
  border: 1px solid rgba(34, 197, 94, 0.44);
}

.hv-payment-card.is-error {
  border: 1px solid rgba(239, 68, 68, 0.48);
}

.hv-support-shell {
  min-height: calc(100vh - 84px);
  padding: 96px 42px 86px;
  color: #fff;
}

.hv-support-wrap {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.hv-support-detail-wrap {
  width: min(1040px, 100%);
}

.hv-support-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "back action"
    "title action";
  align-items: end;
  gap: 8px 22px;
  margin-bottom: 24px;
}

.hv-support-header > .hv-back-link {
  grid-area: back;
}

.hv-support-header > div {
  grid-area: title;
  min-width: 0;
}

.hv-support-header > .hv-support-primary,
.hv-support-header > .hv-support-primary-link,
.hv-support-header > .hv-support-secondary,
.hv-support-header > .hv-ticket-status {
  grid-area: action;
  align-self: center;
}

.hv-support-header h1 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: 0;
}

.hv-support-header p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.45;
}

.hv-back-link,
.hv-support-secondary {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.hv-back-link:hover,
.hv-support-secondary:hover {
  color: #f5c32f;
  text-decoration: none;
}

.hv-support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.75fr);
  gap: 24px;
  align-items: start;
}

.hv-support-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 24px;
  align-items: start;
}

.hv-support-panel,
.hv-ticket-board {
  background: rgba(12, 12, 12, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.hv-support-panel {
  padding: 28px;
}

.hv-support-alert {
  margin-bottom: 18px;
  padding: 13px 15px;
  border-radius: 6px;
  font-weight: 800;
}

.hv-support-alert.is-success {
  color: #dcfce7;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.32);
}

.hv-support-alert.is-error {
  color: #fee2e2;
  background: rgba(239, 68, 68, 0.14);
  border: 1px solid rgba(239, 68, 68, 0.32);
}

.hv-support-form {
  display: grid;
  gap: 16px;
  margin: 0;
}

.hv-support-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hv-support-field {
  display: grid;
  gap: 7px;
}

.hv-support-field label {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hv-support-field input,
.hv-support-field select,
.hv-support-field textarea,
.hv-support-upload {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-weight: 750;
  outline: none;
}

.hv-support-field input,
.hv-support-field select,
.hv-support-field textarea {
  padding: 0 16px;
}

.hv-support-field textarea {
  min-height: 150px;
  padding-top: 14px;
  resize: vertical;
  line-height: 1.45;
}

.hv-support-field input:focus,
.hv-support-field select:focus,
.hv-support-field textarea:focus,
.hv-support-upload:focus-within {
  border-color: rgba(245, 195, 47, 0.72);
  box-shadow: 0 0 0 3px rgba(245, 195, 47, 0.12);
}

.hv-support-field ::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.hv-support-field select option {
  color: #111;
}

.hv-support-upload {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 800;
}

.hv-support-upload input {
  max-width: 260px;
  color: rgba(255, 255, 255, 0.82);
}

.hv-support-actions {
  display: flex;
  justify-content: flex-end;
}

.hv-support-primary,
.hv-support-primary-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 28px;
  background: #f5c32f;
  color: #111;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.hv-support-primary:hover,
.hv-support-primary-link:hover {
  color: #111;
  text-decoration: none;
  background: #ffd84a;
}

.hv-support-subhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.hv-support-subhead h2,
.hv-support-summary h2 {
  margin: 0;
  color: #fff;
  font-size: 21px;
  line-height: 1.15;
}

.hv-support-subhead a {
  color: #f5c32f;
  font-weight: 850;
}

.hv-ticket-list,
.hv-ticket-board {
  display: grid;
  gap: 12px;
}

.hv-ticket-card,
.hv-ticket-row {
  display: grid;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: border-color 0.16s ease, background 0.16s ease, transform 0.16s ease;
}

.hv-ticket-card {
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 15px 16px;
}

.hv-ticket-row {
  grid-template-columns: minmax(0, 1fr) 210px auto;
  padding: 18px 20px;
}

.hv-ticket-card:hover,
.hv-ticket-row:hover {
  color: #fff;
  text-decoration: none;
  border-color: rgba(245, 195, 47, 0.46);
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
}

.hv-ticket-card strong,
.hv-ticket-row strong {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.hv-ticket-card small,
.hv-ticket-row small,
.hv-ticket-row-date {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 750;
}

.hv-ticket-row-date {
  margin: 0;
}

.hv-ticket-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  border-radius: 999px;
  padding: 0 12px;
  color: #fff;
  background: rgba(85, 120, 210, 0.34);
  font-size: 12px;
  font-weight: 900;
  text-transform: capitalize;
  white-space: nowrap;
}

.hv-ticket-status-open {
  background: rgba(47, 107, 237, 0.34);
  color: #cfe0ff;
}

.hv-ticket-status-waiting_for_customer {
  background: rgba(245, 158, 11, 0.22);
  color: #fde68a;
}

.hv-ticket-status-answered {
  background: rgba(34, 197, 94, 0.22);
  color: #bbf7d0;
}

.hv-ticket-status-closed {
  background: rgba(148, 163, 184, 0.22);
  color: #e2e8f0;
}

.hv-support-empty {
  min-height: 260px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 46px 24px;
}

.hv-support-empty h2,
.hv-empty-state {
  margin: 0;
  color: #fff;
}

.hv-support-empty p,
.hv-empty-state {
  color: rgba(255, 255, 255, 0.62);
}

.hv-support-thread {
  display: grid;
  gap: 16px;
  margin-bottom: 26px;
}

.hv-support-message {
  width: min(82%, 720px);
  padding: 16px 18px;
  border-radius: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hv-support-message-user {
  margin-left: auto;
  background: rgba(245, 195, 47, 0.13);
  border-color: rgba(245, 195, 47, 0.32);
}

.hv-support-message-admin {
  margin-right: auto;
  background: rgba(47, 107, 237, 0.15);
  border-color: rgba(96, 165, 250, 0.32);
}

.hv-support-message-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}

.hv-support-message-head strong {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.hv-support-message-head span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 750;
}

.hv-support-message p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.hv-support-attachment {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 12px;
  color: #f5c32f;
  font-weight: 850;
}

.hv-support-summary dl {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.hv-support-summary dl div {
  display: grid;
  gap: 3px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hv-support-summary dt {
  color: rgba(255, 255, 255, 0.48);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hv-support-summary dd {
  margin: 0;
  color: #fff;
  font-weight: 850;
}

@media screen and (max-width: 980px) {
  .hv-support-shell {
    padding: 76px 22px 70px;
  }

  .hv-support-header,
  .hv-support-layout,
  .hv-support-detail-grid {
    grid-template-columns: 1fr;
  }

  .hv-support-header {
    grid-template-areas:
      "back"
      "title"
      "action";
    align-items: start;
  }

  .hv-support-primary-link,
  .hv-support-secondary {
    justify-self: start;
  }

  .hv-ticket-row {
    grid-template-columns: 1fr auto;
  }

  .hv-ticket-row-date {
    grid-column: 1 / -1;
    order: 3;
  }
}

@media screen and (max-width: 640px) {
  .hv-support-shell {
    padding: 54px 14px 58px;
  }

  .hv-support-panel {
    padding: 20px;
  }

  .hv-support-header h1 {
    font-size: 28px;
  }

  .hv-support-form-grid {
    grid-template-columns: 1fr;
  }

  .hv-support-message {
    width: 100%;
  }

  .hv-support-upload {
    display: grid;
  }
}

.hv-payment-card p {
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 22px;
}

.hv-payment-card .log-f-col span {
  display: block;
  color: rgba(255, 255, 255, 0.62);
  margin-top: 8px;
  font-size: 12px;
}

.hv-payment-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hv-payment-actions button.wish-btn,
.hv-button-danger {
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.hv-button-danger {
  background: rgba(239, 68, 68, 0.22);
  color: #fff;
}
.hv-player-document {
  margin: 0;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.hv-player-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.hv-player-overlay.is-open {
  display: block;
}

body.hv-player-locked {
  overflow: hidden;
}

.hv-player-topbar {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 34px 80px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0));
  pointer-events: none;
}

.hv-player-back {
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: rgba(20, 20, 20, 0.72);
  color: #fff;
  font-size: 19px;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.16s ease, transform 0.16s ease;
}

.hv-player-back:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: scale(1.04);
}

.hv-player-title {
  display: grid;
  gap: 3px;
  min-width: 0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.7);
}

.hv-player-title strong {
  max-width: min(760px, 70vw);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  line-height: 1.1;
}

.hv-player-title span {
  color: rgba(255, 255, 255, 0.66);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hv-shaka-shell {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.hv-shaka-shell video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}

.hv-player-overlay .shaka-video-container,
.hv-player-overlay .shaka-video-container video {
  width: 100%;
  height: 100%;
}

.hv-player-overlay .shaka-bottom-controls {
  padding-bottom: 26px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0));
}

.hv-player-overlay .shaka-controls-button-panel {
  padding-left: 28px;
  padding-right: 28px;
}

.hv-player-overlay .shaka-seek-bar-container {
  margin-left: 32px;
  margin-right: 32px;
}

.hv-player-status {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 700;
  pointer-events: none;
}

.hv-player-status:empty,
.hv-player-status.is-hidden {
  display: none;
}

.hv-player-center-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 126px;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 15px 22px;
  background: #f2c230;
  color: #000;
  font-weight: 800;
  cursor: pointer;
}

.hv-player-center-play[hidden] {
  display: none;
}

.hv-audio-hero {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  padding: 110px 28px 150px;
  background:
    radial-gradient(circle at 50% 35%, rgba(242, 194, 48, 0.24), rgba(0, 0, 0, 0) 32%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.24), #000 72%);
  pointer-events: none;
}

.hv-audio-hero img {
  width: min(310px, 50vw);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.7);
  opacity: 0.92;
}

.hv-audio-copy {
  margin-top: 28px;
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
}

.hv-audio-copy span {
  color: #f2c230;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.hv-audio-copy h1 {
  max-width: min(760px, 84vw);
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 5vw, 64px);
  line-height: 1;
}

.hv-audio-bars {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 34px;
  margin-top: 6px;
}

.hv-audio-bars i {
  display: block;
  width: 6px;
  height: 14px;
  border-radius: 999px;
  background: #f2c230;
  animation: hv-audio-bar 0.95s ease-in-out infinite alternate;
}

.hv-audio-bars i:nth-child(2) { animation-delay: 0.12s; }
.hv-audio-bars i:nth-child(3) { animation-delay: 0.24s; }
.hv-audio-bars i:nth-child(4) { animation-delay: 0.36s; }
.hv-audio-bars i:nth-child(5) { animation-delay: 0.48s; }

@keyframes hv-audio-bar {
  from { height: 10px; opacity: 0.72; }
  to { height: 34px; opacity: 1; }
}

.hv-player-overlay.is-audio .hv-shaka-shell video {
  opacity: 0.02;
}

.hv-player-overlay.is-audio .shaka-bottom-controls {
  z-index: 6;
}

.hv-player-missing {
  display: grid;
  min-height: 100vh;
  place-content: center;
  gap: 18px;
  padding: 30px;
  background: #000;
  color: #fff;
}

.hv-player-back-inline {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}

@media (max-width: 640px) {
  .hv-player-topbar {
    padding: 18px 18px 64px;
    gap: 12px;
  }

  .hv-player-back {
    width: 42px;
    height: 42px;
  }

  .hv-player-title strong {
    max-width: 68vw;
    font-size: 18px;
  }

  .hv-player-overlay .shaka-controls-button-panel {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hv-player-overlay .shaka-seek-bar-container {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.support-box {
  max-width: 820px;
}

.hv-support-page {
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.34);
}

.hv-support-lead {
  color: rgba(255, 255, 255, 0.76);
  margin: -4px 0 22px;
}

.hv-support-form {
  display: grid;
  gap: 10px;
}

.hv-file-field small {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.62);
}

.support-title {
  margin-top: 32px;
}

.support-meta {
  margin: 12px 0 24px;
}

.support-thread {
  display: grid;
  gap: 14px;
  margin: 24px 0;
}

.support-message {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.support-message-admin {
  border-color: rgba(247, 197, 61, 0.45);
}

.support-message-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 13px;
}

.support-message p {
  margin: 0;
  white-space: pre-wrap;
}

.support-attachment {
  display: inline-flex;
  margin-top: 10px;
  color: #f7c53d;
  font-weight: 700;
}

.hv-ticket-list {
  display: grid;
  gap: 10px;
}

.hv-ticket-list-wide {
  max-width: 1100px;
}

.hv-ticket-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.hv-ticket-card:hover {
  color: #fff;
  border-color: rgba(247, 197, 61, 0.45);
}

.hv-ticket-main {
  display: grid;
  gap: 4px;
}

.hv-ticket-main small,
.hv-ticket-card small {
  color: rgba(255, 255, 255, 0.62);
}

.hv-ticket-status {
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 800;
  text-transform: capitalize;
  white-space: nowrap;
}

.hv-ticket-status-open {
  background: rgba(47, 107, 237, 0.24);
  color: #a9c2ff;
}

.hv-ticket-status-waiting_for_customer {
  background: rgba(247, 197, 61, 0.2);
  color: #f7c53d;
}

.hv-ticket-status-answered {
  background: rgba(34, 197, 94, 0.18);
  color: #8ef0af;
}

.hv-ticket-status-closed {
  background: rgba(148, 163, 184, 0.18);
  color: #d4dbe8;
}

.hv-empty-state {
  color: rgba(255, 255, 255, 0.66);
}

@media (max-width: 767px) {
  .hv-ticket-card {
    grid-template-columns: 1fr;
  }
}
