.hbi-ad {
text-align: center;
--hbi-ad-label-color: inherit;
--hbi-ad-label-size: 12px;
--hbi-ad-close-color: inherit;
--hbi-ad-close-size: 12px;
} .hbi-ad__frame {
position: relative;
display: block;
width: 100%;
} .hbi-ad__bar {
display: flex;
align-items: flex-end;
justify-content: space-between;
gap: 8px;
font-size: 12px;
line-height: 1.2;
padding: 0 6px;
margin-bottom: 0;
opacity: 0.9;
} .hbi-ad__label {
display: inline-block;
letter-spacing: 0.02em;
padding: 4px 2px 3px;
color: var(--hbi-ad-label-color, inherit);
font-size: var(--hbi-ad-label-size, 12px);
} .hbi-ad__close {
color: var(--hbi-ad-close-color, inherit);
appearance: none;
border: 1px solid currentColor;
border-bottom: 0;
background: transparent;
padding: 4px 10px 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
cursor: pointer;
font-size: 12px;
line-height: 1;
text-decoration: underline;
opacity: 0.95;
position: relative;
top: 1px; font-size: var(--hbi-ad-close-size, 12px);
}
.hbi-ad__close:hover,
.hbi-ad__close:focus {
opacity: 1;
}
.hbi-ad__close:focus {
outline: 2px solid currentColor;
outline-offset: 2px;
} .hbi-ad__box {
border: 1px solid currentColor;
padding: 0;
} .hbi-ad__link {
display: block;
}
.hbi-ad__img {
display: block;
width: 100%;
height: auto;
}
.hbi-ad__label-link{color:inherit;text-decoration:underline;}
.hbi-ad__label-link:hover{text-decoration:underline;}