*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.static {
  position: static;
}
.relative {
  position: relative;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-first {
  order: -9999;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.h-5 {
  height: 1.25rem;
}
.w-full {
  width: 100%;
}
.w-auto {
  width: auto;
}
.w-5 {
  width: 1.25rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.cursor-pointer {
  cursor: pointer;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.gap-4 {
  gap: 1rem;
}
.gap-2 {
  gap: 0.5rem;
}
.self-end {
  align-self: flex-end;
}
.rounded {
  border-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.bg-transparent {
  background-color: transparent;
}
.p-1 {
  padding: 0.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.leading-none {
  line-height: 1;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.no-underline {
  text-decoration: none;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}

/* Text formatting */
.announcement-banner-text p {
  margin: 0;
  display: inline;
}

.announcement-banner-text strong,
.announcement-banner-text b {
  font-weight: 700;
}

/* Button base styles */
.announcement-banner-btn {
  padding-right: 4rem;
  border-radius: 21px;
}

/* Button arrow icon */
.announcement-banner-btn::after {
  content: '\f061';
  font-family:
    'Font Awesome 6 Pro', 'Font Awesome 6 Free', 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  transition: all 0.2s ease;
}

.announcement-banner-btn:hover::after {
  padding-left: 0.375rem;
}

/* Button gradient styles */
.announcement-banner-btn.btn-main-pink {
  background: linear-gradient(101deg, #d50056 0%, #950085 100%) !important;
}

.announcement-banner-btn.btn-main-blue {
  background: linear-gradient(101deg, #1b2d5a 0%, #0c1b41 100%) !important;
}

.announcement-banner-btn.btn-white {
  background: #ffffff !important;
  color: #1b2d5a !important;
}

.announcement-banner-btn.btn-white::after {
  color: #1b2d5a !important;
  background-color: rgba(27, 45, 90, 0.1) !important;
}

/* Mobile responsive */
@media (min-width: 768px) {
  .announcement-banner-close {
    align-self: center;
  }
  /* Force md:items-center to override theme styles */
  .announcement-banner .md\:items-center,
  #announcement-banner .md\:items-center {
    align-items: center !important;
  }
}

@media (max-width: 768px) {
  .announcement-banner-btn {
    padding: 0.625rem 3.5rem 0.625rem 1rem;
  }
  .announcement-banner-btn::after {
    width: 2rem;
  }
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

@media (min-width: 768px) {
  .md\:order-last {
    order: 9999;
  }
  .md\:ml-2 {
    margin-left: 0.5rem;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
