

html, body {
    background: #ffffff;
    margin: 0;
}

html {
    height: 100%;
    overflow-x: hidden;
}

.youtube-wrapper {
        margin-top: 3rem;
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}

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

.full-image {
    max-width: 100%;
    height: auto;
  border-radius: 14px;
}

.top-center-image {
  text-align: center;
  margin-bottom: 1.5rem;
}

.top-center-image picture {
  display: inline-block;
  width: min(100%, 900px);
}

.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: stretch;
}

.hero-left,
.hero-right {
  min-width: 0;
}

.hero-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-left h1 {
  margin-top: 0;
  font-size: clamp(2.2rem, 3.6vw, 3.4rem);
  line-height: 1.05;
}

.hero-left .headline {
  margin-top: 1rem;
  font-size: clamp(1.15rem, 1.75vw, 1.5rem);
  line-height: 1.45;
}

.hero-right .youtube-wrapper {
  margin-top: 0;
}
header {
    padding: 1rem 0;
}

.sidebar-header {
    display: flex;
    height: auto;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.logo-left {
  height: 72px;
  width: auto;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.social-icons a {
  font-size: 1.75rem;
  color: #4a5568;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.social-icons a i {
  color: #4a5568;
}

.social-icons a:hover {
  color: hsl(199, 62%, 46%);
  transform: scale(1.1);
}

.social-icons a:hover i {
  color: hsl(199, 62%, 46%);
}

.social-svg {
  width: 1.75rem;
  height: 1.75rem;
  filter: brightness(0) saturate(100%) invert(29%) sepia(8%) saturate(749%) hue-rotate(182deg) brightness(95%) contrast(88%);
  transition: filter 0.2s ease;
}

.social-icons a:hover .social-svg {
  filter: brightness(0) saturate(100%) invert(52%) sepia(74%) saturate(401%) hue-rotate(156deg) brightness(92%) contrast(89%);
}

.copyright-footer {
  margin-top: 1.5rem;
  padding: 2.25rem 0 1.5rem;
  text-align: center;
}

.copyright {
  font-size: 0.875rem;
  color: #718096;
}
.logo-svg {
    width: 300px;
    /* top: 0px; */
    height: 150px;

    &:hover {
        g#skey, g#Group\ 20 {
            animation: keypress .3s ease-in-out;
            transform: translate(0, 0px);
        }
    }
}

@keyframes keypress {
    0% { transform: translate(0, 0px); }
    30% { transform: translate(0, -20px); }
    70% { transform: translate(0, -20px); }
    100% { transform: translate(0, 0px); }
    }

* {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color emoji", "Segoe UI emoji",
    "Segoe UI Symbol";
    color: hsl(0, 0%, 100%);
    margin: 0px;
}

h1 {
    font-size: 2.25rem;
    font-weight: 500;
    margin: 2rem 0 0 0;
    color: hsl(240 7% 34% / 1);
}

h2 {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 2rem 0 0 0;
    color: hsl(240 7.3% 84%);

}

h3 {
    font-size: 1.25rem;
    font-weight: 500;
    margin: 2rem 0 0 0;
    color: hsl(240deg 16.53% 33.91%);
}

p {
    margin: 0.5rem 0 0 0;
    color: hsl(240deg 10.45% 52.68%);
    font-size: 1rem;

    & strong {
        color: hsl(240deg 16.53% 33.91%);
    }
}

ul {
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    
    & li {
        margin-left: 2rem;
        color: hsl(240deg 16.53% 33.91%);
    }

}

.bold {
    font-weight: bold;
}

.highlight-1 {
    color: hsl(199deg 72.78% 57.15%);

    &:hover {
       color: hsl(199, 62%, 46%);
    }
}

.cta-install-button {
  display: inline-flex;
  align-items: center;
  width: max-content;
  justify-content: center;
  margin-top: 2rem;
  padding: 0.7rem 1.1rem;
  border-radius: 999px;
  border: 1px solid hsl(199deg 72.78% 57.15% / 0.45);
  background: hsl(199deg 72.78% 57.15% / 0.12);
  color: hsl(199deg 72.78% 45%);
  text-decoration: none;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.cta-install-button:hover {
  background: hsl(199deg 72.78% 57.15% / 0.2);
  border-color: hsl(199deg 72.78% 57.15% / 0.7);
  color: hsl(199deg 72.78% 35%);
  transform: translateY(-1px);
}

.tile {
    display: block;
    width: 100vw;
    position: relative;
    z-index: 1;
}

.tile-row {
    display: flex;
    flex-direction: row;
    margin: auto;
    justify-content: space-between;
    gap: 4rem;
    padding-bottom: 4rem;
}

.column-two {
    display: flex;
    flex-direction: row;
    gap: 3rem;
}

.column-item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.single-info-section {
  width: 100%;
}

.vid {
    width: 100%;
    height: auto;
  border-radius: 14px;
}

@media only screen and (max-width: 599px) {
  .sidebar-header {
    padding: 0 0.75rem;
  }

  .logo-left {
    height: 56px;
  }

  .social-icons {
    gap: 0.85rem;
  }

  .social-icons a {
    font-size: 1.35rem;
  }

  .social-svg {
    width: 1.35rem;
    height: 1.35rem;
  }

  .hero-split {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

    .tile-row {
        width: 350px;
        flex-direction: column;
    }

    .column-two {
        flex-direction: column;
    }
}

@media only screen and (min-width: 600px) {
  .hero-split {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

    .tile-row {
        width: 500px;
        flex-direction: column;
    }

    .column-two {
        flex-direction: column;
    }
}

@media only screen and (min-width: 768px) {
  .hero-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 1.5rem;
  }

    .tile-row {
        width: 700px;
        flex-direction: column;
        gap: 2rem;
    }

    .column-two {
        flex-direction: column;
    }
}   

@media only screen and (min-width: 992px) {
  .hero-split {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 2rem;
  }

    .tile-row {
        width: 800px;
        flex-direction: row;
    }

    .column-two {
        flex-direction: row;
    }
}

@media only screen and (min-width: 1200px) {
    .tile-row {
        width: 1000px;
        flex-direction: row;
    }
}

@media only screen and (min-width: 1600px) {
    .tile-row {
        width: 1200px;
        flex-direction: row;
    }
}

/* ========== Workshop Bundles Section ========== */
.workshop-bundles-section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid hsl(240deg 10% 90%);
}

.workshop-bundles-section h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.workshop-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.workshop-section-header .bundles-count {
  font-size: 0.9rem;
  color: #2B3E48;
  opacity: 0.7;
}

/* Workshop Filters Row */
.workshop-filters-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.filter-dropdown {
  position: relative;
}

.filter-dropdown-trigger {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  background: #d5d7d9;
  border: 1px solid #D4D7D9;
  border-radius: 8px;
  color: #2b3e48;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s ease;

  & span, i {
    color: #2b3e48;
  }
}

.filter-dropdown-trigger:hover {
  background: #E8EBED;
  color: #09161D;
}

.filter-dropdown-trigger.is-active {
  background: rgba(59, 157, 255, 0.08);
  border-color: #D4D7D9;
  color: #3B9DFF;

  & span, i {
    color: #3B9DFF;
  }
}

.filter-dropdown-trigger i {
  font-size: 0.7rem;
  transition: transform 0.2s ease;
}

.filter-dropdown.is-open .filter-dropdown-trigger i {
  transform: rotate(180deg);
}

.filter-dropdown-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  min-width: 160px;
  background: #E8EBED;
  border: 1px solid #D4D7D9;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 100;
  overflow: hidden;
  display: none;
}

.filter-dropdown.is-open .filter-dropdown-menu {
  display: block;
}

.filter-dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 1rem;
  color: #2B3E48;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.15s ease;

  & span {
    color: #2B3E48;
  }
}

.filter-dropdown-item:hover {
  background: rgba(59, 157, 255, 0.08);
  color: #3B9DFF;
  & span {
    color: #3B9DFF;
  }
}

.filter-dropdown-item.is-selected {
  background: rgba(59, 157, 255, 0.08);
  color: #3B9DFF;

  & span {
    color: #3B9DFF;
  }
}

.filter-dropdown-item i {
  font-size: 0.75rem;
  color: #3B9DFF;
  display: none;
}

.filter-dropdown-item.is-selected i {
  display: inline;
}

/* Color Filter Styles */
.color-swatch-indicator {
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  flex-shrink: 0;
}

.color-palette-menu {
  min-width: 280px;
  padding-bottom: 0.5rem;
  background: #E8EBED;
}

.color-swatches-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.5rem;
  padding: 0.75rem;
}

.color-swatch-btn {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-swatch-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.color-swatch-btn.is-selected {
  border-color: #3B9DFF;
  box-shadow: 0 0 0 2px rgba(59, 157, 255, 0.15);
}

.color-swatch-btn i {
  font-size: 0.65rem;
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.8);
}


/* White swatch needs a border to be visible on light background */
.color-swatch-btn[style*="#ffffff"] {
  border: 1px solid #D4D7D9;
}

.color-swatch-btn[style*="#ffffff"] i {
  color: #2B3E48;
  text-shadow: none;
}

.bundles-count {
  font-size: 0.85rem;
  color: #2B3E48;
  opacity: 0.7;
}

/* Clear Filters Button */
.clear-filters-btn {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.75rem;
  background: transparent;
  border: none;
  color: #2B3E48;
  font-size: 0.8rem;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.2s ease;

  & i {
    color: #2B3E48;
  }
}

.clear-filters-btn:hover {
  opacity: 1;
  color: #e53935;
  & i {
    color: #e53935;
  }
}

.clear-filters-btn i {
  font-size: 0.7rem;
}

/* Sort Button Group */
.sort-button-group {
  display: flex;
  margin-left: auto;
  background: #D4D7D9;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #D4D7D9;
}

.sort-btn {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem 0.75rem;
  border: none;
  background: transparent;
  color: #2B3E48;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all 0.15s ease;
  border-right: 1px solid #D4D7D9;

  & i {
    color: #2B3E48;
  }
}

.sort-btn:last-child {
  border-right: none;
}

.sort-btn:hover {
  background: rgba(255, 255, 255, 0.5);
}

.sort-btn.is-active {
  background: #FFFFFF;
  color: #3B9DFF;

  & i {
    color: #3B9DFF;
  }
}

.sort-btn i {
  font-size: 0.7rem;
}

/* Community Bundles Grid */
.community-bundles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
}

.community-bundle-item {
  background: #ffffff;
  border: 1px solid #D4D7D9;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s ease;
  cursor: pointer;
}

.community-bundle-item:hover {
  border-color: #3B9DFF;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.community-bundle-preview {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: hsl(240deg 10% 96%);
}

.community-bundle-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.2s ease;
}

.community-bundle-image.hide-on-hover {
  opacity: 0;
}

/* Additional Media hover styles */
.community-bundle-additional-media-1,
.community-bundle-additional-media-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.community-bundle-additional-media-1.is-visible,
.community-bundle-additional-media-2.is-visible {
  opacity: 1;
}

.community-bundle-placeholder {
  font-size: 2rem;
  color: hsl(240deg 10% 70%);
}

.community-bundle-info {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.community-bundle-name-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.community-bundle-name {
  font-weight: 600;
  font-size: 1rem;
  color: hsl(240deg 16% 34%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.community-bundle-layout-badge {
  font-size: 0.65rem;
  font-weight: 400;
  color: hsl(240deg 10% 53%);
  background: hsl(240deg 10% 94%);
  padding: 0.15rem 0.5rem;
  border-radius: 0.25rem;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  flex-shrink: 0;
}

.community-bundle-author {
  font-size: 0.85rem;
  color: hsl(240deg 10% 53%);
}

.community-bundle-author i {
  color: hsl(240deg 10% 70%);
  margin-right: 0.25rem;
}

/* Empty State */
.community-bundles-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #2B3E48;
}

.community-bundles-empty i {
  font-size: 3rem;
  color: #8B9199;
  margin-bottom: 1rem;
}

.community-bundles-empty p {
  margin: 0.25rem 0;
}

.community-bundles-empty .empty-hint {
  font-size: 0.85rem;
  opacity: 0.7;
}

/* Skeleton Loading */
.skeleton {
  background: linear-gradient(90deg, #D4D7D9 25%, #E8EBED 50%, #D4D7D9 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
}

.skeleton-bundle-item .community-bundle-preview {
  background: #D4D7D9;
}

.skeleton-text {
  height: 1rem;
  border-radius: 4px;
  width: 80%;
}

.skeleton-text-sm {
  height: 0.75rem;
  border-radius: 4px;
  width: 50%;
  margin-top: 0.5rem;
}

@keyframes skeleton-loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Pagination */
.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  margin-top: 1.5rem;
  padding: 1rem;
}

.pagination-arrow,
.pagination-page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 0.75rem;
  background: #D4D7D9;
  border: 1px solid #D4D7D9;
  border-radius: 6px;
  color: #2B3E48;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pagination-arrow {
  padding: 0;
}

.pagination-arrow i,
.pagination-page {
  color: #2B3E48;
}

.pagination-arrow:hover:not(:disabled),
.pagination-page:hover:not(.is-active) {
  background: #E8EBED;
  border-color: #D4D7D9;
}

.pagination-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.pagination-page.is-active {
  background: rgba(59, 157, 255, 0.08);
  border-color: #D4D7D9;
  color: #3B9DFF;
}

.pagination-ellipsis {
  padding: 0 0.5rem;
  color: #2B3E48;
  opacity: 0.5;
}

#pagination-pages {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* Responsive adjustments */
@media only screen and (max-width: 599px) {
  .workshop-filters-row {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .bundles-count {
    margin-left: 0;
  }
  
  .community-bundles-grid {
    grid-template-columns: 1fr;
  }
}

/* ========== Lightbox ========== */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
}

.lightbox-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

.lightbox-close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: 44px;
  height: 44px;
  border: none;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1.25rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lightbox-close:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.lightbox-content {
  position: relative;
  display: inline-block;
  max-width: 90vw;
  max-height: 85vh;
}

.lightbox-image {
  display: block;
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.lightbox-caption {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  padding: 0.5rem 1.25rem;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 6px;
  backdrop-filter: blur(8px);
  white-space: nowrap;
}

/* ========== Testimonials Section ========== */
.testimonials-section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid hsl(240deg 10% 90%);
}

.testimonials-section h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.testimonial-card {
  background: hsl(240deg 10% 97%);
  border: 1px solid hsl(240deg 10% 90%);
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.testimonial-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.testimonial-content {
  flex: 1;
}

.testimonial-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: hsl(240deg 10.45% 42.68%);
  margin: 0;
  font-style: italic;
}

.testimonial-text a {
  color: hsl(199deg 72.78% 57.15%);
  text-decoration: none;
}

.testimonial-text a:hover {
  color: hsl(199, 62%, 46%);
  text-decoration: underline;
}

.testimonial-text::before {
  content: '\201C';
  font-size: 1.5rem;
  color: hsl(199deg 72.78% 57.15%);
  font-weight: bold;
  margin-right: 0.25rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid hsl(240deg 10% 90%);
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid hsl(240deg 10% 85%);
}

.testimonial-author-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.testimonial-name {
  font-weight: 600;
  font-size: 0.95rem;
  color: hsl(240deg 16.53% 33.91%);
}

.testimonial-twitch {
  font-size: 0.8rem;
  color: #9146FF;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.2s ease;

  & i {
    color: #9146FF;
  }
}

.testimonial-twitch:hover {
  color: #772CE8;

  & i {
    color: #772CE8;
  }
}

/* ========== FAQ Section ========== */
.faq-section {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid hsl(240deg 10% 90%);
}

.faq-section h3 {
  margin-top: 0;
  margin-bottom: 1rem;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  background: hsl(240deg 10% 97%);
  border: 1px solid hsl(240deg 10% 90%);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}

.faq-item:hover {
  border-color: hsl(240deg 10% 80%);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.2s ease;
}

.faq-question:hover {
  background: hsl(240deg 10% 94%);
}

.faq-question span {
  font-size: 1rem;
  font-weight: 500;
  color: hsl(240deg 16.53% 33.91%);
}

.faq-question i {
  font-size: 0.75rem;
  color: hsl(240deg 10.45% 52.68%);
  transition: transform 0.25s ease;
}

.faq-item.is-open .faq-question i {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.is-open .faq-answer {
  max-height: 300px;
  padding: 0 1.25rem 1.25rem 1.25rem;
}

.faq-answer p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: hsl(240deg 10.45% 42.68%);
}