
.ro-cms-wrap{
  max-width:100%;
  margin:0 auto;
  padding:10px 0;
  font-family:inherit;
  color:#222;

  container-type:inline-size;
  container-name: rocms;
}

/* Nastavení */
:root{
  --ro-overlap: 140px;
  --ro-gap: 12px;
  --ro-radius: 15px;
  --ro-shadow-img: 0 6px 18px rgba(0,0,0,.08);
  --ro-shadow-card: 0 10px 26px rgba(0,0,0,.12);
  --ro-red: #e53935;
}

.ro-cms-seg{
  position:relative;
  display:flex;
  align-items:stretch;
  gap:0;
  margin:28px 0;
}

/* Obrázek */
.ro-cms-img{
  flex:0 0 58%;
  min-height:520px;
  border-radius:var(--ro-radius);
  overflow:hidden;
  box-shadow:var(--ro-shadow-img);
  background:#f3f3f3;
}
.ro-cms-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* Pravý sloupec */
.ro-cms-right{
  flex:0 0 60%;
  align-self:center;
  display:flex;
  flex-direction:column;
  gap:var(--ro-gap);
  margin-left:calc(var(--ro-overlap) * -1);
  z-index:2;
  max-width:600px;
}

/* Karty */
.ro-cms-card{
  background:#fff;
  border-radius:var(--ro-radius);
  box-shadow:var(--ro-shadow-card);
  position:relative;
}

.ro-cms-card--top{
  padding:18px 18px 70px 18px;
}

.ro-cms-title{
  margin:0 0 10px 0;
  font-size:20px;
  line-height:1.2;
  text-transform:uppercase;
  color:var(--ro-red);
}

.ro-cms-sub{
  margin:0 0 14px 0;
  color:#555;
  line-height:1.3;
}

.ro-cms-strip{
  position:absolute;
  left:0; right:0; bottom:0;
  background:var(--ro-red);
  color:#fff;
  text-align:center;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.4px;
  padding:14px 16px;
  border-bottom-left-radius:var(--ro-radius);
  border-bottom-right-radius:var(--ro-radius);
  font-size:14px;
}

.ro-cms-card--bottom{
  padding:18px;
}

.upozorneni-doprava-produkt__iframe{
  width:100%;
  height:320px;
  border:0;
  display:block;
}

@media (max-width:1200px){

  :root{ --ro-overlap: 60px; }

  .ro-cms-seg{
    flex-direction:row-reverse;
  }

  .ro-cms-img{
    flex:0 0 42%;
    min-height:0;
    aspect-ratio: 3 / 4;
  }

  .ro-cms-img img{
    content:url("https://www.ceskeploty.cz/user/documents/upload/GRAFIKA/CMS/DOPRAVA/soprava-vyska-small.jpg");
  }

  .ro-cms-right{
    flex:0 0 62%;
    margin-left:0;
    margin-right:calc(var(--ro-overlap) * -1);
    max-width:none;
  }
}


@media (max-width:720px){

  :root{ --ro-overlap: 0px; }

  .ro-cms-seg{
    flex-direction:column;
    gap:12px;
  }

  .ro-cms-img{
    flex:1 1 auto;
    aspect-ratio:1 / 1;
  }

  .ro-cms-right{
    margin:0;
  }

  .ro-cms-card--top{
    padding:18px 18px 64px 18px;
  }
}
