.fh-ad-slot { width: 100%; padding: clamp(20px,3vw,38px) 0; overflow: hidden; background: #f2eee4; }
.fh-ad-slot__inner { width: min(calc(100% - 48px), 1240px); margin-inline: auto; }
.fh-ad-slot__label { margin: 0 0 8px; display: block; color: #59675f; font-size: .68rem; font-weight: 800; letter-spacing: .11em; line-height: 1.2; text-transform: uppercase; }
.fh-ad-slot__link { display: block; overflow: hidden; border: 1px solid rgba(12,61,49,.18); border-radius: 12px; background: #fff; box-shadow: 0 10px 30px rgba(9,45,37,.08); transition: transform .18s ease, box-shadow .18s ease; }
.fh-ad-slot__link:hover { transform: translateY(-2px); box-shadow: 0 15px 34px rgba(9,45,37,.13); }
.fh-ad-slot__link:focus-visible { outline: 4px solid #d7f43d; outline-offset: 4px; }
.fh-ad-slot__link img { width: 100%; max-height: 330px; display: block; object-fit: contain; background: #fff; }
.fh-ad-slot--mobile { display: none; }
.fh-ad-slot--inline { padding: 24px 0; background: transparent; }
.fh-ad-slot--inline .fh-ad-slot__inner { width: 100%; }
.fh-ad-slot--grid-break { grid-column: 1 / -1; padding: 24px 0; background: transparent; }
.fh-ad-slot--grid-break .fh-ad-slot__inner { width: 100%; }
.fh-ad-slot--footer { border-top: 1px solid rgba(12,61,49,.12); background: #f8f5ed; }
.fh-guide-content { position: relative; }
.fh-ad-slot--rail { width: min(300px, calc(50vw - 455px)); padding: 0; position: absolute; z-index: 2; top: 780px; bottom: 520px; left: calc(50% + 430px); overflow: visible; background: transparent; }
.fh-ad-slot--rail .fh-ad-slot__inner { width: 100%; position: sticky; top: 118px; }
.fh-ad-slot--rail .fh-ad-slot__link img { max-height: 640px; }
.fh-guide-content .fh-ad-slot--guide-inline { margin: 24px 0; }
.fh-ny-v2 > .fh-ad-slot, .fh-pack-page main > .fh-ad-slot { border-top: 1px solid rgba(12,61,49,.1); border-bottom: 1px solid rgba(12,61,49,.1); }
@media (max-width: 1279px) { .fh-ad-slot--rail { display: none; } }
@media (max-width: 767px) {
	.fh-ad-slot--desktop { display: none; }
	.fh-ad-slot--mobile { display: block; }
	.fh-ad-slot { padding: 18px 0; }
	.fh-ad-slot__inner { width: min(calc(100% - 32px), 520px); }
	.fh-ad-slot__link { border-radius: 10px; }
	.fh-ad-slot__link img { max-height: 440px; }
	.fh-ad-slot--inline .fh-ad-slot__inner { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { .fh-ad-slot__link { transition: none; } }

