@import url('https://fonts.googleapis.com/css2?family=Inter&family=Montserrat:wght@400;500;700&display=swap');

.strip.is-sticky {
    position: sticky;
    top: var(--proweb-sticky-offset, 0px);
    z-index: calc(900 - var(--proweb-sticky-index, 0));
}
.strip.underlay-sticky {
    margin-top: calc(-1 * var(--sticky-header-height, 0px)) !important;
}

.strip.underlay-sticky > :first-child {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* In the admin editor, strip-controls is injected as the first child. We bypass it to style the actual user section content. */
.strip.underlay-sticky > .strip-controls {
    border-top: none !important;
}

.strip.underlay-sticky > .strip-controls + * {
    border-top: var(--sticky-header-height, 0px) solid transparent !important;
    background-origin: border-box !important;
    background-clip: border-box !important;
}

/* Administration Editor: collapse strip divider immediately preceding an underlay strip */
.strip-divider:has(+ .strip.underlay-sticky) {
    height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    pointer-events: none !important;
    opacity: 0 !important;
}

.strip-divider:has(+ .strip.underlay-sticky) * {
    display: none !important;
}.strip[data-id="1efb83"] {
  --section-id: "1efb83";
  --storage-url: "https://preview-prohealthconsult-cz.praweb.cz/_section/1efb83";
  --public-url: "https://preview-prohealthconsult-cz.praweb.cz/_section/1efb83";
}
.strip[data-id="1efb83"] header {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease;
}
.strip[data-id="1efb83"] .header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.strip[data-id="1efb83"] .logo-link {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}
.strip[data-id="1efb83"] .logo-link:hover {
  transform: scale(1.02);
}
.strip[data-id="1efb83"] .logo-img {
  height: 55px;
  width: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.strip[data-id="1efb83"] .nav-desktop {
  display: flex;
  gap: 35px;
}
.strip[data-id="1efb83"] .nav-desktop a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #36454F;
  position: relative;
  padding: 8px 0;
  transition: color 0.3s ease;
}
.strip[data-id="1efb83"] .nav-desktop a:hover {
  color: #FF7F50;
}
.strip[data-id="1efb83"] .nav-desktop a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #DC143C;
  transition: width 0.3s ease;
}
.strip[data-id="1efb83"] .nav-desktop a:hover::after {
  width: 100%;
}
.strip[data-id="1efb83"] .hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 28px;
  height: 18px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  z-index: 1001;
}
.strip[data-id="1efb83"] .hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #2F4F4F;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.strip[data-id="1efb83"] .hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.strip[data-id="1efb83"] .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.strip[data-id="1efb83"] .hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.strip[data-id="1efb83"] .mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  z-index: 999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.strip[data-id="1efb83"] .mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}
.strip[data-id="1efb83"] .mobile-overlay a {
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #36454F;
  transition: color 0.3s ease;
}
.strip[data-id="1efb83"] .mobile-overlay a:hover {
  color: #FF7F50;
}
@media (max-width: 991px) {
  .strip[data-id="1efb83"] .nav-desktop {
    display: none;
  }
  .strip[data-id="1efb83"] .hamburger {
    display: flex;
  }
  .strip[data-id="1efb83"] .logo-img {
    height: 45px;
  }
}.strip[data-id="5ef289"] {
  --section-id: "5ef289";
  --storage-url: "https://preview-prohealthconsult-cz.praweb.cz/_section/5ef289";
  --public-url: "https://preview-prohealthconsult-cz.praweb.cz/_section/5ef289";
}
.strip[data-id="5ef289"] .hero-section {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  background-color: #0f172a; /* Solid dark fallback */
  background-size: cover;
  background-position: center;
  padding: 180px 0 120px 0;
  color: #ffffff;
  overflow: hidden;
}
.strip[data-id="5ef289"] .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
  position: relative;
  z-index: 10; /* Higher z-index to be above decorations */
}
.strip[data-id="5ef289"] .content-wrapper {
  max-width: 750px;
  text-align: left;
  animation: fadeInUp 0.8s ease-out forwards;
}
.strip[data-id="5ef289"] h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 5vw, 60px);
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 24px 0;
  color: #ffffff;
  letter-spacing: -0.01em;
}
.strip[data-id="5ef289"] p {
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 40px 0;
  max-width: 600px;
}
.strip[data-id="5ef289"] .cta-button {
  display: inline-block;
  background-color: #ff7f50;
  color: #ffffff !important;
  padding: 16px 40px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  box-shadow: 0 10px 20px rgba(255, 127, 80, 0.3);
  transition: all 0.3s ease;
}
.strip[data-id="5ef289"] .cta-button:hover {
  background-color: #dc143c;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(220, 20, 60, 0.4);
}
.strip[data-id="5ef289"] .decorations {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.strip[data-id="5ef289"] .shape {
  position: absolute;
  background: #ff7f50;
  opacity: 0.1;
}
.strip[data-id="5ef289"] .shape-1 {
  width: 200px;
  height: 1px;
  top: 25%;
  left: -50px;
  transform: rotate(-30deg);
}
.strip[data-id="5ef289"] .shape-2 {
  width: 1px;
  height: 200px;
  top: 15%;
  left: 100px;
  transform: rotate(-30deg);
}
.strip[data-id="5ef289"] .shape-3 {
  width: 40vw;
  height: 40vw;
  border: 1px solid rgba(255, 127, 80, 0.1);
  border-radius: 50%;
  bottom: -10vw;
  right: -10vw;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 768px) {
  .strip[data-id="5ef289"] .hero-section {
    min-height: 70vh;
    padding: 140px 0 80px 0;
    text-align: center;
  }
  .strip[data-id="5ef289"] .content-wrapper {
    margin: 0 auto;
  }
}@charset "UTF-8";
.strip[data-id="3e5624"] {
  --section-id: "3e5624";
  --storage-url: "https://preview-prohealthconsult-cz.praweb.cz/_section/3e5624";
  --public-url: "https://preview-prohealthconsult-cz.praweb.cz/_section/3e5624";
  /* Dekorativní prvek na pozadí */
  /* Dekorativní pozadí pod obrázkem */
}
.strip[data-id="3e5624"] .about-section {
  background-color: #ffffff;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.strip[data-id="3e5624"] .about-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(44, 62, 80, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.strip[data-id="3e5624"] .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.strip[data-id="3e5624"] .grid {
  display: grid;
  grid-template-columns: 1.8fr 1.2fr;
  gap: 60px;
  align-items: center;
}
.strip[data-id="3e5624"] .content-column {
  display: flex;
  flex-direction: column;
}
.strip[data-id="3e5624"] h2 {
  color: #2c3e50;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.3;
  margin: 0 0 20px 0;
}
.strip[data-id="3e5624"] .divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #e74c3c 0%, #ff6b6b 100%);
  margin-bottom: 30px;
  border-radius: 2px;
}
.strip[data-id="3e5624"] p {
  color: #4a4a4a;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
}
.strip[data-id="3e5624"] .image-column {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.strip[data-id="3e5624"] .image-column::after {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background-color: #f8f9fa;
  border-radius: 30px;
  transform: rotate(-10deg);
  z-index: -1;
}
.strip[data-id="3e5624"] .image-frame {
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-block;
  line-height: 0;
}
.strip[data-id="3e5624"] .image-frame:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}
.strip[data-id="3e5624"] .image-frame img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 173px;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .strip[data-id="3e5624"] .grid {
    gap: 40px;
    grid-template-columns: 1.5fr 1fr;
  }
}
@media (max-width: 768px) {
  .strip[data-id="3e5624"] .about-section {
    padding: 80px 0;
  }
  .strip[data-id="3e5624"] .grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
  }
  .strip[data-id="3e5624"] .content-column {
    align-items: center;
  }
  .strip[data-id="3e5624"] .divider {
    margin-left: auto;
    margin-right: auto;
  }
  .strip[data-id="3e5624"] .image-column {
    order: -1;
  }
  .strip[data-id="3e5624"] .image-column::after {
    width: 200px;
    height: 200px;
  }
}.strip[data-id="1ed7df"] {
  --section-id: "1ed7df";
  --storage-url: "https://preview-prohealthconsult-cz.praweb.cz/_section/1ed7df";
  --public-url: "https://preview-prohealthconsult-cz.praweb.cz/_section/1ed7df";
}
.strip[data-id="1ed7df"] .services-section {
  background-color: hsl(210, 20%, 98%);
  background-image: radial-gradient(hsl(210, 20%, 90%) 1px, transparent 1px);
  background-size: 32px 32px;
  padding: 100px 20px;
  font-family: "Montserrat", "Inter", sans-serif;
}
.strip[data-id="1ed7df"] .container {
  max-width: 1200px;
  margin: 0 auto;
}
.strip[data-id="1ed7df"] header {
  text-align: center;
  margin-bottom: 70px;
}
.strip[data-id="1ed7df"] h2 {
  color: #1a2a3a;
  font-size: 2.8rem;
  font-weight: 800;
  margin: 0;
  letter-spacing: -0.02em;
}
.strip[data-id="1ed7df"] .services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
  justify-content: center;
}
.strip[data-id="1ed7df"] .service-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid rgba(0, 0, 0, 0.02);
  height: 100%;
}
.strip[data-id="1ed7df"] .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(255, 107, 107, 0.2);
}
.strip[data-id="1ed7df"] .icon-wrapper {
  background-color: rgba(255, 107, 107, 0.05);
  width: 64px;
  height: 64px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6b6b;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}
.strip[data-id="1ed7df"] .icon-wrapper svg {
  width: 32px;
  height: 32px;
  stroke-width: 1.5px;
}
.strip[data-id="1ed7df"] .service-card:hover .icon-wrapper {
  background-color: #ff6b6b;
  color: #ffffff;
  transform: scale(1.05);
}
.strip[data-id="1ed7df"] .service-text {
  color: #4a5568;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0;
  font-weight: 400;
}
.strip[data-id="1ed7df"] .service-text p {
  margin: 0;
}
@media (max-width: 1100px) {
  .strip[data-id="1ed7df"] .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strip[data-id="1ed7df"] .services-section {
    padding: 80px 20px;
  }
  .strip[data-id="1ed7df"] .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .strip[data-id="1ed7df"] h2 {
    font-size: 2.2rem;
  }
  .strip[data-id="1ed7df"] .service-card {
    padding: 30px;
  }
}@charset "UTF-8";
.strip[data-id="913ef8"] {
  --section-id: "913ef8";
  --storage-url: "https://preview-prohealthconsult-cz.praweb.cz/_section/913ef8";
  --public-url: "https://preview-prohealthconsult-cz.praweb.cz/_section/913ef8";
}
.strip[data-id="913ef8"] .references-section {
  padding: 80px 20px;
  background-color: #f5f5f5;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}
.strip[data-id="913ef8"] .container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.strip[data-id="913ef8"] h2 {
  color: #2f4f4f;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.2;
}
.strip[data-id="913ef8"] .list-wrapper {
  position: relative;
  padding-left: 40px;
  border-left: 4px solid #dc143c;
}
.strip[data-id="913ef8"] .reference-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.strip[data-id="913ef8"] .reference-list li {
  position: relative;
  padding-left: 35px;
  color: #444;
  font-size: 1.1rem;
  line-height: 1.6;
}
.strip[data-id="913ef8"] .reference-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff7f50;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.6;
}
.strip[data-id="913ef8"] .reference-list strong {
  color: #2f4f4f;
  font-weight: 700;
}
@media (max-width: 768px) {
  .strip[data-id="913ef8"] .references-section {
    padding: 60px 15px;
  }
  .strip[data-id="913ef8"] h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .strip[data-id="913ef8"] .list-wrapper {
    padding-left: 25px;
  }
  .strip[data-id="913ef8"] .reference-list li {
    font-size: 1rem;
  }
}.strip[data-id="3362f8"] {
  --section-id: "3362f8";
  --storage-url: "https://preview-prohealthconsult-cz.praweb.cz/_section/3362f8";
  --public-url: "https://preview-prohealthconsult-cz.praweb.cz/_section/3362f8";
}
.strip[data-id="3362f8"] .contact-section {
  padding: 100px 20px;
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  color: #333333;
}
.strip[data-id="3362f8"] .container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.strip[data-id="3362f8"] .contact-info h2 {
  color: #2c3e50;
  font-size: 2.5rem;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.strip[data-id="3362f8"] .contact-block {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.strip[data-id="3362f8"] .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 15px;
  border-radius: 12px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.strip[data-id="3362f8"] .contact-item:hover {
  background-color: #f8f9fa;
  transform: translateX(5px);
}
.strip[data-id="3362f8"] .icon-wrapper {
  width: 48px;
  height: 48px;
  background-color: #f0f4f8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #2c3e50;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.strip[data-id="3362f8"] .contact-item:hover .icon-wrapper {
  background-color: #2c3e50;
  color: #ffffff;
}
.strip[data-id="3362f8"] .icon-wrapper svg {
  width: 24px;
  height: 24px;
}
.strip[data-id="3362f8"] .contact-details {
  flex: 1;
}
.strip[data-id="3362f8"] .contact-details strong {
  display: block;
  color: #2c3e50;
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.strip[data-id="3362f8"] .contact-details p {
  margin: 0;
  line-height: 1.6;
  font-size: 1rem;
}
.strip[data-id="3362f8"] .contact-details a {
  color: #d35400; /* Darker coral for better contrast */
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
  border-bottom: 1px solid transparent;
}
.strip[data-id="3362f8"] .contact-details a:hover {
  color: #a04000;
  border-bottom-color: currentColor;
}
.strip[data-id="3362f8"] .legal-info {
  margin-top: 50px;
  padding: 30px;
  background-color: #fdfdfd;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  font-size: 0.9rem;
  color: #7f8c8d;
}
.strip[data-id="3362f8"] .legal-info strong {
  color: #2c3e50;
  display: block;
  margin-bottom: 10px;
}
.strip[data-id="3362f8"] .map-container {
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 40px;
}
.strip[data-id="3362f8"] .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(0.2) contrast(1.1);
}
@media (max-width: 1024px) {
  .strip[data-id="3362f8"] .container {
    gap: 40px;
  }
  .strip[data-id="3362f8"] .contact-info h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .strip[data-id="3362f8"] .container {
    grid-template-columns: 1fr;
  }
  .strip[data-id="3362f8"] .contact-section {
    padding: 60px 20px;
  }
  .strip[data-id="3362f8"] .map-container {
    height: 450px;
    position: static;
  }
  .strip[data-id="3362f8"] .contact-item:hover {
    transform: none;
  }
}
@media (max-width: 576px) {
  .strip[data-id="3362f8"] .contact-info h2 {
    font-size: 1.8rem;
  }
  .strip[data-id="3362f8"] .icon-wrapper {
    width: 40px;
    height: 40px;
  }
  .strip[data-id="3362f8"] .icon-wrapper svg {
    width: 20px;
    height: 20px;
  }
}.strip[data-id="5fe2ec"] {
  --section-id: "5fe2ec";
  --storage-url: "https://preview-prohealthconsult-cz.praweb.cz/_section/5fe2ec";
  --public-url: "https://preview-prohealthconsult-cz.praweb.cz/_section/5fe2ec";
}
.strip[data-id="5fe2ec"] .footer-section {
  background-color: #0f172a;
  padding: 50px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  width: 100%;
  display: block;
}
.strip[data-id="5fe2ec"] .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.strip[data-id="5fe2ec"] .footer-content {
  flex: 1;
  min-width: 280px;
}
.strip[data-id="5fe2ec"] .footer-content p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #f8fafc;
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.strip[data-id="5fe2ec"] .footer-actions {
  display: flex;
  align-items: center;
}
.strip[data-id="5fe2ec"] .back-to-top {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #94a3b8;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: color 0.3s ease, transform 0.3s ease;
  background: none;
  border: none;
  padding: 5px 0;
  cursor: pointer;
}
.strip[data-id="5fe2ec"] .back-to-top:hover {
  color: #f8fafc;
  transform: translateY(-2px);
}
.strip[data-id="5fe2ec"] .back-to-top svg {
  width: 16px;
  height: 16px;
  stroke-width: 2.5;
}
@media (max-width: 768px) {
  .strip[data-id="5fe2ec"] .footer-section {
    padding: 40px 0;
  }
  .strip[data-id="5fe2ec"] .footer-container {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
  .strip[data-id="5fe2ec"] .footer-content p {
    font-size: 13px;
  }
  .strip[data-id="5fe2ec"] .footer-actions {
    order: -1;
  }
}