.navbar-glass {
  background: rgba(var(--bs-body-bg-rgb), 0.8) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.08);
  transition: background 0.3s ease;
}

.nav-link-landing {
  position: relative;
  opacity: 0.7;
  transition: opacity 0.2s ease;
  font-weight: 500;
  font-size: 0.9rem;
}
.nav-link-landing:hover, .nav-link-landing.active {
  opacity: 1;
}
.nav-link-landing.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 2px;
  background: var(--bs-primary);
  border-radius: 1px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 6rem 0 4rem;
}

.hero-gradient {
  background: linear-gradient(135deg, #343fdc 0%, #5a25d4 50%, #bb61e2 100%);
}
[data-bs-theme=dark] .hero-gradient {
  background: linear-gradient(135deg, #1a1f6e 0%, #2d1369 50%, #5d3071 100%);
}

.hero-pattern {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}

.feature-card {
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.08);
  border-radius: 0.75rem;
  background: var(--bs-body-bg);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.feature-card:hover {
  transform: translateY(-4px);
  border-color: var(--bs-primary);
  box-shadow: 0 12px 24px rgba(var(--bs-primary-rgb), 0.1);
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(var(--bs-primary-rgb), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--bs-primary);
}

.step-number {
  font-size: 4rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--bs-primary), #bb61e2);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.2;
  line-height: 1;
}

.step-connector {
  border-top: 2px dashed rgba(var(--bs-body-color-rgb), 0.15);
}

.testimonial-card {
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.06);
  border-radius: 0.75rem;
  background: var(--bs-body-bg);
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(var(--bs-primary-rgb), 0.1);
  color: var(--bs-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}

.img-placeholder {
  background: var(--bs-tertiary-bg);
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.08);
  border-radius: 0.75rem;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--bs-body-color-rgb), 0.3);
  font-size: 0.875rem;
}

.cta-section {
  background: linear-gradient(135deg, #343fdc 0%, #5a25d4 100%);
}
[data-bs-theme=dark] .cta-section {
  background: linear-gradient(135deg, #1a1f6e 0%, #2d1369 100%);
}

.pricing-card {
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.1);
  border-radius: 0.75rem;
  background: var(--bs-body-bg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pricing-card:hover {
  transform: translateY(-2px);
}
.pricing-card.popular {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 1px var(--bs-primary), 0 12px 24px rgba(var(--bs-primary-rgb), 0.12);
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: rgba(var(--bs-primary-rgb), 0.05);
  color: var(--bs-primary);
  box-shadow: none;
}

.faq-accordion .accordion-button:focus {
  box-shadow: none;
}

.faq-accordion .accordion-item {
  border-color: rgba(var(--bs-body-color-rgb), 0.08);
}

.section-landing {
  padding: 5rem 0;
}

.section-landing-sm {
  padding: 3rem 0;
}

.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(var(--bs-body-color-rgb), 0.1), transparent);
}

.theme-switcher-nav .btn-theme {
  background: none;
  border: none;
  padding: 0.25rem 0.4rem;
  opacity: 0.5;
  transition: opacity 0.2s ease;
  color: var(--bs-body-color);
  font-size: 0.85rem;
  cursor: pointer;
}
.theme-switcher-nav .btn-theme:hover, .theme-switcher-nav .btn-theme.active {
  opacity: 1;
}

.logo-placeholder {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(var(--bs-body-color-rgb), 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(var(--bs-body-color-rgb), 0.3);
  font-size: 0.7rem;
  font-weight: 600;
}

.feature-section-alt:nth-child(even) .row {
  flex-direction: row-reverse;
}

.mini-hero {
  padding: 4rem 0 3rem;
  text-align: center;
}

.limit-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0;
  font-size: 0.875rem;
  color: var(--bs-body-color);
  opacity: 0.8;
}

.limit-icon {
  width: 20px;
  text-align: center;
  color: var(--bs-primary);
  font-size: 0.8rem;
}

@keyframes aurora-shift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.aurora-bg {
  background-size: 200% 200% !important;
  animation: aurora-shift 8s ease infinite;
}

.glow-border {
  position: relative;
  z-index: 0;
  border: 1px solid rgba(var(--bs-body-color-rgb), 0.08);
}
.glow-border::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--bs-primary), #bb61e2, var(--bs-primary));
  background-size: 200% 200%;
  animation: aurora-shift 4s ease infinite;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.glow-border:hover {
  border-color: transparent;
}
.glow-border:hover::before {
  opacity: 1;
}

.glow-blur {
  position: relative;
}
.glow-blur::before, .glow-blur::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}
.glow-blur::before {
  width: 40%;
  height: 50%;
  top: 10%;
  left: 5%;
  background: radial-gradient(circle, rgba(var(--bs-primary-rgb), 0.25), transparent 70%);
}
.glow-blur::after {
  width: 35%;
  height: 45%;
  bottom: 5%;
  right: 5%;
  background: radial-gradient(circle, rgba(187, 97, 226, 0.2), transparent 70%);
}
.glow-blur > * {
  position: relative;
  z-index: 1;
}

@keyframes shimmer-slide {
  0% {
    left: -50%;
  }
  100% {
    left: 150%;
  }
}
.shimmer-btn {
  position: relative;
  overflow: hidden;
}
.shimmer-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform: skewX(-15deg);
  animation: shimmer-slide 3s ease-in-out infinite;
  pointer-events: none;
}

@keyframes gradient-text-flow {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.gradient-text-animated {
  background: linear-gradient(135deg, #fff 0%, #c4b5fd 25%, #fff 50%, #e9d5ff 75%, #fff 100%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-text-flow 6s ease infinite;
}

.gradient-text-animated-dark {
  background: linear-gradient(135deg, var(--bs-body-color) 0%, var(--bs-primary) 25%, var(--bs-body-color) 50%, #bb61e2 75%, var(--bs-body-color) 100%);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradient-text-flow 6s ease infinite;
}

@property --beam-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@keyframes beam-rotate {
  to {
    --beam-angle: 360deg;
  }
}
.border-beam {
  position: relative;
  overflow: hidden;
}
.border-beam::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: conic-gradient(from var(--beam-angle), transparent 0%, transparent 70%, var(--bs-primary) 80%, #bb61e2 90%, transparent 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 2;
  animation: beam-rotate 4s linear infinite;
}

@keyframes float-gentle {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.float {
  animation: float-gentle 4s ease-in-out infinite;
}

@keyframes pulse-glow-kf {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(var(--bs-primary-rgb), 0.15);
  }
  50% {
    box-shadow: 0 0 20px 6px rgba(var(--bs-primary-rgb), 0.12);
  }
}
.pulse-glow {
  animation: pulse-glow-kf 3s ease-in-out infinite;
}

.dot-grid-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.tilt-hover {
  transform-style: preserve-3d;
  transition: transform 0.15s ease-out;
}

.legal-content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 2.5rem;
}
.legal-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1.5rem;
}
.legal-content p,
.legal-content li {
  font-size: 0.9rem;
  color: var(--bs-body-color);
  opacity: 0.85;
  line-height: 1.7;
}
.legal-content ul {
  padding-left: 1.25rem;
}
.legal-content table {
  width: 100%;
  font-size: 0.85rem;
}
.legal-content a {
  text-decoration: none;
  font-weight: 500;
}
.legal-content a:hover {
  text-decoration: underline;
}

@keyframes cookie-slide-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  background: rgba(var(--bs-body-bg-rgb), 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(var(--bs-body-color-rgb), 0.08);
  animation: cookie-slide-up 0.4s ease-out;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.cookie-banner.is-hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}
.cookie-banner p {
  color: var(--bs-body-color);
  opacity: 0.85;
}
.cookie-banner a {
  color: var(--bs-primary);
}

.bu-body {
  background: var(--bs-tertiary-bg);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.bu-powered {
  margin-top: auto;
  opacity: 0.5;
}

.bu-vcard-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 1rem;
  flex: 1;
}

.bu-vcard {
  width: 100%;
  max-width: 780px;
  background: var(--bs-body-bg);
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.bu-vcard-header {
  padding: 2rem 2rem 1.5rem;
  border-bottom: 1px solid var(--bs-border-color);
  background: linear-gradient(135deg, rgba(var(--bs-body-color-rgb), 0.02), transparent);
}

.bu-vcard-logo {
  max-height: 64px;
  max-width: 200px;
  object-fit: contain;
}

.bu-vcard-name {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  color: var(--bs-body-color);
}

.bu-vcard-type {
  font-size: 0.85rem;
  color: var(--bs-secondary-color);
  margin: 0.25rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.bu-vcard-body {
  display: flex;
  min-height: 400px;
}

.bu-tabs-nav {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--bs-border-color);
  background: var(--bs-tertiary-bg);
  flex-shrink: 0;
  width: 72px;
}

.bu-tab-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0.85rem 0.5rem;
  border: none;
  background: transparent;
  color: var(--bs-secondary-color);
  font-size: 1.1rem;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
  position: relative;
}
.bu-tab-btn:hover {
  color: var(--bs-body-color);
  background: rgba(var(--bs-body-color-rgb), 0.04);
}
.bu-tab-btn.active {
  color: var(--bu-primary);
  background: var(--bs-body-bg);
}
.bu-tab-btn.active::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 25%;
  height: 50%;
  width: 2px;
  background: var(--bu-primary);
  border-radius: 1px;
}

.bu-tab-label {
  font-size: 0.6rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1;
}

.bu-tabs-content {
  flex: 1;
  min-width: 0;
  overflow-y: auto;
}

.bu-tab-panel {
  display: none;
  padding: 1.5rem;
}
.bu-tab-panel.active {
  display: block;
}

.bu-panel-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--bs-body-color);
}

.bu-booking-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}

.bu-booking-col-calendar {
  flex-shrink: 0;
}

.bu-booking-col-slots {
  flex: 1;
  min-width: 0;
}

.bu-booking-calendar .flatpickr-calendar {
  box-shadow: none !important;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.75rem;
  font-family: inherit;
}
.bu-booking-calendar .flatpickr-months {
  border-radius: 0.75rem 0.75rem 0 0;
}
.bu-booking-calendar .flatpickr-day.selected,
.bu-booking-calendar .flatpickr-day.selected:hover {
  background: var(--bu-primary) !important;
  border-color: var(--bu-primary) !important;
  color: #fff !important;
}
.bu-booking-calendar .flatpickr-day.today:not(.selected) {
  border-color: var(--bu-primary);
}
.bu-booking-calendar .flatpickr-day:hover:not(.flatpickr-disabled) {
  background: rgba(var(--bs-body-color-rgb), 0.06);
}

.bu-time-slots {
  min-height: 200px;
}

.bu-slots-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 180px;
  color: var(--bs-secondary-color);
  text-align: center;
  opacity: 0.5;
}
.bu-slots-placeholder i {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.bu-slots-placeholder p {
  font-size: 0.85rem;
  margin: 0;
}

.bu-slots-title {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--bs-body-color);
  margin-bottom: 0.75rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid var(--bu-primary);
  display: inline-block;
}

.bu-slots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 0.4rem;
  max-height: 240px;
  overflow-y: auto;
}

.bu-slot-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.45rem 0.25rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.5rem;
  background: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.bu-slot-btn:hover {
  border-color: var(--bu-primary);
  color: var(--bu-primary);
}
.bu-slot-btn.active {
  background: var(--bu-primary);
  border-color: var(--bu-primary);
  color: #fff;
  font-weight: 600;
}
.bu-slot-btn.has-pending {
  border-color: #ffc107;
  position: relative;
}
.bu-slot-btn.has-pending::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffc107;
}
.bu-slot-btn.has-pending.active::after {
  background: #fff;
}

@keyframes bu-spin {
  to {
    transform: rotate(360deg);
  }
}
.bu-spin {
  display: inline-block;
  animation: bu-spin 1s linear infinite;
}

.bu-booking-summary {
  background: rgba(var(--bs-body-color-rgb), 0.03);
  border: 1px solid var(--bs-border-color);
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
}

.bu-summary-row {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  padding: 0.15rem 0;
  font-weight: 500;
}

.bu-booking-alert {
  display: flex;
  align-items: flex-start;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 0.75rem;
  padding: 0.75rem 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.8rem;
  color: #664d03;
}
.bu-booking-alert i {
  margin-top: 1px;
  flex-shrink: 0;
}

.bu-booking-form {
  border: 1px solid var(--bs-border-color);
  border-radius: 0.75rem;
  padding: 1rem;
}

.bu-form-title {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--bs-body-color);
}

.bu-form-error {
  background: #f8d7da;
  color: #842029;
  border-radius: 0.5rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.8rem;
  margin-bottom: 0.75rem;
}

.bu-privacy-link {
  color: var(--bu-primary);
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}
.bu-privacy-link:hover {
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .bu-booking-row {
    flex-direction: column;
  }
  .bu-booking-col-calendar {
    display: flex;
    justify-content: center;
  }
  .bu-slots-grid {
    max-height: 160px;
  }
}
.bu-btn-primary {
  background-color: var(--bu-primary);
  border-color: var(--bu-primary);
  color: #fff;
}
.bu-btn-primary:hover {
  filter: brightness(0.9);
  color: #fff;
}

.bu-service-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--bs-border-color);
}
.bu-service-item:last-child {
  border-bottom: none;
}

.bu-service-item-info {
  flex: 1;
  min-width: 0;
}

.bu-service-item-name {
  font-size: 0.9rem;
}

.bu-service-item-desc {
  margin-top: 2px;
  line-height: 1.4;
}

.bu-service-item-price {
  font-weight: 700;
  font-size: 0.95rem;
  color: var(--bu-primary);
  white-space: nowrap;
}

.bu-category-label {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--bs-secondary-color);
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid var(--bu-primary);
  display: inline-block;
}
.bu-category-label:first-child {
  margin-top: 0;
}

.bu-staff-grid {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.bu-staff-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem 0;
}

.bu-staff-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.bu-staff-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bu-staff-avatar span {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
}

.bu-staff-info {
  line-height: 1.3;
}
.bu-staff-info strong {
  font-size: 0.9rem;
}

.bu-hours-list {
  display: flex;
  flex-direction: column;
}

.bu-hours-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.05);
  font-size: 0.9rem;
}
.bu-hours-row:last-child {
  border-bottom: none;
}
.bu-hours-row.is-today {
  font-weight: 600;
}

.bu-hours-day {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.bu-badge-today {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  background-color: var(--bu-primary);
  color: #fff;
  padding: 0.15em 0.5em;
  border-radius: 1rem;
}

.bu-address-card {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(var(--bs-body-color-rgb), 0.05);
}
.bu-address-card:last-child {
  border-bottom: none;
}

.bu-info-stat {
  font-size: 0.9rem;
  padding: 0.4rem 0;
  color: var(--bs-body-color);
}

.bu-rich-text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--bs-body-color);
  opacity: 0.85;
}
.bu-rich-text div, .bu-rich-text p {
  margin-bottom: 0.5em;
}
.bu-rich-text div:last-child, .bu-rich-text p:last-child {
  margin-bottom: 0;
}
.bu-rich-text strong {
  font-weight: 600;
}
.bu-rich-text ul, .bu-rich-text ol {
  padding-left: 1.25rem;
  margin-bottom: 0.5em;
}
.bu-rich-text a {
  color: var(--bu-primary, var(--bs-primary));
  text-decoration: none;
}
.bu-rich-text a:hover {
  text-decoration: underline;
}

@media (max-width: 575.98px) {
  .bu-vcard-wrapper {
    padding: 0;
  }
  .bu-vcard {
    border-radius: 0;
    box-shadow: none;
  }
  .bu-vcard-body {
    flex-direction: column;
  }
  .bu-tabs-nav {
    flex-direction: row;
    border-right: none;
    border-bottom: 1px solid var(--bs-border-color);
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .bu-tab-btn {
    flex: 1;
    min-width: 0;
    padding: 0.6rem 0.25rem;
    font-size: 1rem;
  }
  .bu-tab-btn.active::after {
    right: auto;
    bottom: -1px;
    top: auto;
    left: 25%;
    width: 50%;
    height: 2px;
  }
  .bu-tab-label {
    font-size: 0.55rem;
  }
  .bu-tab-panel {
    padding: 1rem;
  }
}

/*# sourceMappingURL=savnash.css.map */
