@import url("../_shared/shared.css");
/* ^ страховка, поки OPcache не підхопить пряме підключення shared.css */

/* Специфічне для товару "Палісад" */

/* Виділений блок зі стандартним розміром */
.btp-note{
	background:#fafbfc;border:1px solid var(--btp-line);border-radius:12px;
	border-left:3px solid var(--btp-accent);padding:16px 20px;margin:0 0 22px;
}
.btp-note b{display:block;font-size:16px;font-weight:700;margin-bottom:6px;}
.btp-note span{font-size:15px;line-height:1.6;color:var(--btp-text);}

/* Два списки поруч */
.btp-two{display:grid;grid-template-columns:1fr 1fr;gap:clamp(14px,2vw,22px);}
.btp-where{
	background:#fafbfc;border:1px solid var(--btp-line);border-radius:12px;
	border-left:3px solid var(--btp-accent);padding:18px 20px;
}
.btp-where > b{display:block;font-size:15px;font-weight:700;margin-bottom:10px;}
.btp-where ul{list-style:none;margin:0;padding:0;}
.btp-where li{position:relative;padding-left:20px;margin-bottom:8px;font-size:15px;line-height:1.55;color:var(--btp-text);}
.btp-where li:last-child{margin-bottom:0;}
.btp-where li::before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;background:var(--btp-accent);transform:rotate(45deg);}

/* Відео */
.btp-video{margin:0;}
.btp-video video{
	display:block;width:100%;height:auto;border-radius:14px;
	border:1px solid var(--btp-line);background:#000;
}

@media (max-width:900px){
	.btp-two{grid-template-columns:1fr;}
}
