#scandi-swiss-page,
#scandi-swiss-page *,
#scandi-swiss-page *::before,
#scandi-swiss-page *::after {
  box-sizing: border-box;
}

#scandi-swiss-page {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  color: #333;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

#scandi-swiss-page .sc-page {
  width: 100%;
  margin: 0;
  padding: 30px 44px;
  background: #fff;
  border: 1px solid #e0e2e5;
  border-radius: 14px;
}

#scandi-swiss-page .sc-inner {
  width: 100%;
  max-width: 1020px;
  min-width: 0;
  margin: auto;
}

#scandi-swiss-page h1,
#scandi-swiss-page h2,
#scandi-swiss-page h3 {
  font-family: "Familjen Grotesk", Arial, sans-serif;
  font-style: normal;
  text-transform: none;
  letter-spacing: -0.018em;
  color: #333;
  overflow-wrap: break-word;
}

#scandi-swiss-page h1 {
  margin: 0 0 24px;
  padding: 0 0 0 20px;
  border: 0;
  border-left: 5px solid #d0243c;
  font-size: clamp(28px, 3.4vw, 38px);
  font-weight: 700;
  line-height: 1.12;
  text-align: left;
  text-wrap: balance;
}

#scandi-swiss-page h2 {
  margin: 28px 0 14px;
  padding: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}

#scandi-swiss-page h3 {
  margin: 0 0 12px;
  padding: 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
}

#scandi-swiss-page p {
  display: block;
  margin: 0 0 18px;
  padding: 0;
  font-family: "IBM Plex Sans", Arial, sans-serif;
  font-size: 16.5px;
  font-weight: 400;
  line-height: 1.6;
  color: #555;
  white-space: normal !important;
  overflow-wrap: break-word;
}

/* Odkazy a zvýraznenia zostávajú súčasťou odseku. */
#scandi-swiss-page p a,
#scandi-swiss-page p strong,
#scandi-swiss-page p b {
  display: inline !important;
  float: none !important;
  position: static !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: normal !important;
}

/* Ochrana pred nechcenými zalomeniami z editora. */
#scandi-swiss-page p br,
#scandi-swiss-page p:empty,
#scandi-swiss-page .sc-grid > br,
#scandi-swiss-page .sc-grid > p:empty {
  display: none !important;
}

#scandi-swiss-page strong {
  color: #333;
  font-weight: 600;
}

#scandi-swiss-page a {
  color: #d0243c;
  text-decoration: underline;
  text-underline-offset: 3px;
}

#scandi-swiss-page a:hover {
  color: #b81e34;
}

#scandi-swiss-page a:focus-visible {
  outline: 3px solid #d0243c;
  outline-offset: 4px;
}

#scandi-swiss-page .sc-help {
  margin-bottom: 26px;
}

#scandi-swiss-page .sc-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
}

#scandi-swiss-page .sc-card {
  display: block;
  width: auto;
  min-width: 0;
  max-width: 100%;
  margin: 0;
  padding: 24px;
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 14px;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.05),
    0 8px 24px -12px rgba(0, 0, 0, 0.16);
}

#scandi-swiss-page .sc-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

#scandi-swiss-page .sc-top {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

#scandi-swiss-page .sc-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: #fae8eb;
  color: #d0243c;
  border-radius: 9px;
}

#scandi-swiss-page .sc-euro {
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}

#scandi-swiss-page .sc-stars {
  width: fit-content;
  max-width: 100%;
  gap: 3px;
  padding: 0 12px;
  background: rgba(128, 128, 128, 0.07);
  color: #fbbc04;
}

#scandi-swiss-page .sc-stars > span {
  display: block;
  position: relative;
  font-family: Arial, sans-serif;
  font-size: 25px;
  line-height: 1;
}

#scandi-swiss-page .sc-half-star {
  color: #dadce0;
}

#scandi-swiss-page .sc-half-star::before {
  content: "★";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  color: #fbbc04;
}

#scandi-swiss-page .sc-buddies {
  width: 72px;
  gap: 8px;
}

#scandi-swiss-page .sc-person {
  position: relative;
  display: block;
  width: 22px;
  height: 26px;
}

#scandi-swiss-page .sc-person::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

#scandi-swiss-page .sc-person::after {
  content: "";
  position: absolute;
  right: 1px;
  bottom: 1px;
  left: 1px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 9px 9px 3px 3px;
}

#scandi-swiss-page .sc-compass {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

#scandi-swiss-page .sc-compass::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 7px;
  height: 15px;
  background: currentColor;
  clip-path: polygon(50% 0, 100% 65%, 50% 100%, 0 35%);
  transform: rotate(45deg);
}

#scandi-swiss-page .sc-compass::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 3px;
  height: 3px;
  background: #fae8eb;
  border-radius: 50%;
}

#scandi-swiss-page .sc-cta {
  width: 100%;
  margin: 28px 0 8px;
  text-align: center;
}

#scandi-swiss-page .sc-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 48px;
  padding: 15px 26px;
  border: 0;
  border-radius: 9px;
  background: #d0243c;
  color: #fff;
  font-family: "Familjen Grotesk", Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  transition: background-color 0.2s;
}

#scandi-swiss-page .sc-cta a:hover {
  background: #b81e34;
  color: #fff;
}


#scandi-swiss-page {text-align:left;}
#scandi-swiss-page h2:first-child {margin-top:0;}
#scandi-swiss-page .sw-quote {max-width:100%;margin:22px 0;padding:18px 20px;border:1px solid #e2e2e2;border-left:5px solid #d0243c;border-radius:12px;background:#fae8eb;font-family:"IBM Plex Sans",Arial,sans-serif;font-size:16.5px;line-height:1.6;font-style:normal;color:#333;}
#scandi-swiss-page .sw-highlight-list {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;list-style:none;margin:0 0 24px;padding:0;}
#scandi-swiss-page .sw-highlight-list li {margin:0;padding:20px;border:1px solid #e2e2e2;border-radius:14px;box-shadow:0 8px 24px -12px rgba(0,0,0,.16);font-size:16.5px;line-height:1.6;color:#555;}
#scandi-swiss-page .sw-ig-follow {text-align:left;margin:24px 0 0;}
#scandi-swiss-page .sw-ig-link {display:inline-flex;align-items:center;justify-content:flex-start;gap:8px;color:#999!important;text-decoration:none!important;font-family:'Oswald','Arial Narrow',sans-serif;font-size:14px;font-weight:500;letter-spacing:.3px;}
#scandi-swiss-page .sw-ig-icon {width:40px;height:40px;object-fit:contain;filter:grayscale(100%);opacity:.7;}
#scandi-swiss-page .sw-ig-link:hover {color:#d92338!important;}
#scandi-swiss-page .sw-ig-link:hover .sw-ig-icon {filter:none;opacity:1;}
@media(max-width:700px){
#scandi-swiss-page {padding:0 8px;}
#scandi-swiss-page .sc-page {padding:22px 16px;}
#scandi-swiss-page .sw-highlight-list {grid-template-columns:minmax(0,1fr);}
#scandi-swiss-page .sc-cta a {width:100%;}
}

#scandi-swiss-page .sw-card-wrapper {margin:20px 0;}
#scandi-swiss-page .sw-card {padding:24px;background:#fff;border:1px solid #e2e2e2;border-radius:14px;box-shadow:0 8px 24px -12px rgba(0,0,0,.16);}
#scandi-swiss-page .sw-card p {margin:0;font-size:15px;line-height:1.55;}
#scandi-swiss-page .sw-testimonial {display:grid;grid-template-columns:139px minmax(0,1fr);gap:24px;margin:24px 0;padding:24px;border:1px solid #e2e2e2;border-radius:14px;background:#fff;}
#scandi-swiss-page .sw-testimonial > a {display:block;}
#scandi-swiss-page .sw-testimonial img {display:block;float:none;margin:0;max-width:100%;height:auto;border-radius:12px;}
#scandi-swiss-page .sw-testimonial blockquote {min-width:0;margin:0;padding:0;border:0;font-style:normal;}
#scandi-swiss-page .sw-testimonial p:last-child {margin-bottom:0;}
#scandi-swiss-page .sw-custom-list {margin:20px 0;padding-left:24px;font-size:16.5px;line-height:1.6;color:#555;}
#scandi-swiss-page .sw-custom-list li {margin-bottom:12px;}
#scandi-swiss-page .sw-divider {height:1px;background:#e2e2e2;margin:24px 0;}
@media(max-width:700px){
#scandi-swiss-page {box-sizing:border-box!important;width:100vw!important;max-width:none!important;position:relative!important;left:50%!important;margin-left:-50vw!important;margin-right:0!important;padding:0!important;}
#scandi-swiss-page .sc-page {padding:22px 16px;border-radius:0;}
#scandi-swiss-page .sw-card {padding:20px;}
#scandi-swiss-page .sw-testimonial {grid-template-columns:minmax(0,1fr);padding:16px;gap:16px;}
#scandi-swiss-page .sw-hide-mobile {display:none;}
}
