/* NKK Osadzenia 1.0.0 */
.nkk-embeds{
  --nkk-embed-line:rgba(73,54,45,.22);
  --nkk-embed-accent:#8a1f2d;
  --nkk-embed-paper:#f7f1e8;
  width:100%;
  padding:44px 0 50px;
  border-top:1px solid var(--nkk-embed-line);
  background:linear-gradient(180deg,rgba(250,247,241,.82),rgba(246,239,229,.68));
}
.nkk-embeds__shell{width:min(1380px,calc(100% - 56px));margin:0 auto;}
.nkk-embeds__head{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.62fr);gap:8px 48px;align-items:end;margin-bottom:26px;padding-bottom:18px;border-bottom:1px solid var(--nkk-embed-line);}
.nkk-embeds__head>span{grid-column:1/-1;color:var(--nkk-embed-accent);font:800 9px/1.2 Arial,sans-serif;letter-spacing:.13em;text-transform:uppercase;}
.nkk-embeds__head h2{margin:0;font-family:Georgia,'Times New Roman',serif;font-size:clamp(30px,3vw,46px);font-weight:400;line-height:1.05;letter-spacing:-.02em;}
.nkk-embeds__head p{margin:0;color:#665d56;font-family:Georgia,'Times New Roman',serif;font-size:14px;line-height:1.6;}
.nkk-embeds__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;align-items:start;}
.nkk-embed{min-width:0;position:relative;}
.nkk-embed--third{grid-column:span 2;}
.nkk-embed--half{grid-column:span 3;}
.nkk-embed--full{grid-column:1/-1;}
.nkk-embed__title{margin:0 0 12px;padding-bottom:10px;border-bottom:1px solid var(--nkk-embed-line);color:#211d1a;font-family:Georgia,'Times New Roman',serif;font-size:20px;font-weight:400;}
.nkk-embed__content{min-width:0;}
.nkk-embed__content>*{max-width:100%;}
@media(max-width:980px){
  .nkk-embeds__shell{width:min(1380px,calc(100% - 32px));}
  .nkk-embed--third,.nkk-embed--half{grid-column:span 3;}
}
@media(max-width:700px){
  .nkk-embeds{padding:34px 0 38px;}
  .nkk-embeds__shell{width:calc(100% - 24px);}
  .nkk-embeds__head{grid-template-columns:1fr;gap:10px;margin-bottom:20px;}
  .nkk-embeds__grid{display:block;}
  .nkk-embed{margin-bottom:22px;}
  .nkk-embed:last-child{margin-bottom:0;}
}
