.sd-tab-set {
  border: 1px solid #e0e0e0;
  padding: 0 0.3rem;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

section img {
  border: 1px solid #e0e0e0;
}

section strong {
  background: linear-gradient(to right, #ffffd4, #fff8e8);
  box-shadow: 0 0 10px 5px rgba(255, 255, 212, 0.5);
  border-radius: 3px;
  padding: 0 3px;
}

[data-theme="dark"] section strong {
  background: linear-gradient(to right, #3f3f1f, #2a2a15);
  box-shadow: 0 0 10px 5px rgba(63, 63, 31, 0.5);
  border-radius: 3px;
  padding: 0 3px;
}

figure {
  display: flex !important;
  flex-direction: column; /* 세로 정렬 */
  align-items: flex-start; /* 왼쪽 정렬 */
  gap: 0px; /* 간격을 없앰 */
  margin: 1rem 0 !important;
}

figcaption {
  margin: 0;
  padding: 0;
  line-height: 1; /* 캡션과 이미지 간 간격 최소화 */
  font-size: 0.8rem;
}

.sidebar-brand {
  text-align: center;
}

.sidebar-brand-text {
  font-size: 1.2rem;
}

.price-table td:not(:first-child),
.align-right td:not(:first-child) {
  text-align: right;
}

@view-transition {
  navigation: auto;
}
::view-transition-group(root) {
  animation-duration: 0.5s;
}

.table-wrapper.container {
  margin: 1rem 0;
}

.table-wrapper table {
  width: 100%;
  margin: 0;
}

.table-wrapper table caption {
  caption-side: bottom;
  text-align: left;
  padding: 0.4em 0 0 0;
  font-style: italic;
}

img.no-border {
  border: none !important;
}
