.adbk-section {
  padding: 0;
  width: 100%;
  max-width: 100%;
  font-family: Montserrat, sans-serif;
  overflow: visible;
  background: transparent;
  box-sizing: border-box;
}
.adbk-header {
  text-align: center;
  margin-bottom: 48px;
}
.adbk-label {
  color: #888;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.adbk-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: #1a2240;
  font-size: 46px;
  margin: 0 0 14px;
  line-height: 1.2;
}
.adbk-divider {
  width: 60px;
  height: 2px;
  background: #d4a843;
  margin: 0 auto;
}

.adbk-carousel {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  --adbk-gap: 48px;
  --adbk-spv: 2;
  box-sizing: border-box;
}
.adbk-viewport {
  overflow: hidden;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  container-type: inline-size;
  container-name: adbk-viewport;
}
.adbk-track {
  display: flex;
  gap: var(--adbk-gap);
  transition: transform 0.45s ease;
  will-change: transform;
  align-items: stretch;
}

.adbk-card {
  flex: 0 0 calc((100cqw - (var(--adbk-gap, 48px) * (var(--adbk-spv, 2) - 1))) / var(--adbk-spv, 2));
  width: calc((100cqw - (var(--adbk-gap, 48px) * (var(--adbk-spv, 2) - 1))) / var(--adbk-spv, 2));
  max-width: calc((100cqw - (var(--adbk-gap, 48px) * (var(--adbk-spv, 2) - 1))) / var(--adbk-spv, 2));
  min-width: 0;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-bottom: 4px;
}
.adbk-cover-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
  max-width: 100%;
}
.adbk-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #d4a843;
  color: #0d1128;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 10px;
  z-index: 2;
  line-height: 1.2;
}
.adbk-cover {
  width: 100%;
  max-width: 240px;
  height: auto;
  border-radius: 4px;
  box-shadow: -6px 6px 0 #c5c8d6, 6px 16px 32px rgba(0, 0, 0, 0.22);
  display: block;
}
.adbk-genre {
  color: #888;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 8px;
  width: 100%;
}
.adbk-book-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  color: #1a2240;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 10px;
  width: 100%;
}
.adbk-stars {
  color: #d4a843;
  font-size: 18px;
  letter-spacing: 2px;
  margin: 0 0 18px;
  line-height: 1;
}
.adbk-btn {
  display: inline-block;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 26px;
  border: 2px solid #1a2240;
  transition: all 0.3s ease;
  cursor: pointer;
}
.adbk-btn-outline {
  background: transparent;
  color: #1a2240;
}
.adbk-btn-outline:hover {
  background: #1a2240;
  color: #ffffff;
}
.adbk-btn-filled {
  background: #1a2240;
  color: #ffffff;
}
.adbk-btn-filled:hover {
  background: transparent;
  color: #1a2240;
}

.adbk-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  padding: 0;
  min-height: 44px;
}
.adbk-nav.is-hidden {
  display: none;
}
.adbk-arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #1a2240;
  color: #1a2240;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  transition: all 0.25s ease;
  padding: 0;
  margin: 0;
  flex-shrink: 0;
}
.adbk-arrow.is-hidden {
  display: none;
}
.adbk-arrow:hover {
  background: #1a2240;
  color: #ffffff;
  border-color: #1a2240;
}
.adbk-arrow[disabled] {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}

.adbk-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  min-height: 14px;
}
.adbk-dots.is-hidden {
  display: none;
}
.adbk-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #1a2240;
  background: transparent;
  padding: 0;
  cursor: pointer;
  transition: all 0.25s ease;
}
.adbk-dot.is-active,
.adbk-dot:hover {
  background: #1a2240;
}

@media (max-width: 767px) {
  .adbk-section-title {
    font-size: 30px;
  }
  .adbk-nav {
    margin-top: 22px;
    gap: 14px;
  }
  .adbk-arrow {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .adbk-book-title {
    font-size: 18px;
  }
  .adbk-cover {
    max-width: 200px;
  }
}

@media (max-width: 480px) {
  .adbk-nav {
    margin-top: 18px;
  }
  .adbk-arrow {
    width: 34px;
    height: 34px;
  }
}
