@keyframes shine-skeleton-lines{0{background-position:-100px}
40%,100%{background-position:600px}
}
.cmp-country-selector{pointer-events:auto}
.cmp-country-selector__title{text-transform:uppercase}
.cmp-country-selector__top{margin-bottom:24px}
.cmp-country-selector__list{display:grid;grid-template-columns:repeat(1,1fr);gap:12px}
@media(min-width:480px){.cmp-country-selector__title{display:flex;justify-content:center}
}
@media(min-width:768px){.cmp-country-selector__title{padding:0}
.cmp-country-selector__list{grid-template-columns:repeat(2,1fr);gap:8px 48px}
}
@media(min-width:1024px){.cmp-country-selector__search{display:none}
.cmp-country-selector__list{grid-template-columns:repeat(3,1fr);gap:8px 24px}
}
@media(min-width:1440px){.cmp-country-selector__list{grid-template-columns:repeat(5,1fr)}
}
.cmp-country-selector-item{display:grid;grid-template-columns:repeat(1,1fr);gap:0;transition:all .3s ease;border:1px solid transparent;cursor:default;border-radius:12px}
.cmp-country-selector-item__title{margin:0;padding-bottom:8px;font-size:var(--ds-typography-size-body-l);line-height:var(--ds-typography-height-body-l);letter-spacing:var(--ds-typography-letter-spacing-m);font-weight:400;width:fit-content}
.cmp-country-selector-item__title-link{color:var(--ds-color-text-default);text-decoration:none}
.cmp-country-selector-item__title-link:hover{color:var(--ds-color-text-default);text-decoration:none}
.cmp-country-selector-item__link{display:block;text-decoration:auto;font-size:var(--ds-typography-size-body-l);line-height:var(--ds-typography-height-body-l);color:var(--ds-color-text-default-subtle);letter-spacing:var(--ds-typography-letter-spacing-m);font-weight:400;border-bottom:1px solid transparent}
.cmp-country-selector-item__link:hover{color:var(--ds-color-text-default-subtle);border-bottom-color:var(--ds-color-text-default-subtle);text-decoration:none}
.cmp-country-selector-item__list{padding-left:0;list-style:none;margin:0;padding:0;display:flex;gap:16px}
@media(min-width:768px){.cmp-country-selector-item__title{padding-bottom:4px}
.cmp-country-selector-item__link{font-size:var(--ds-typography-size-body-m);line-height:var(--ds-typography-height-body-m)}
}
@media(min-width:1024px){.cmp-country-selector-item{padding:8px var(--ds-spacing-m-1)}
}
@media(hover:hover) and (pointer:fine){.cmp-country-selector-item{padding:8px}
.cmp-country-selector-item:hover{background-color:var(--ds-color-surface-container-hover)}
.cmp-country-selector-item__title:hover + .cmp-country-selector-item__list:has(>:last-child:nth-child(1)) .cmp-country-selector-item{opacity:1}
.cmp-country-selector-item__title:hover + .cmp-country-selector-item__list:has(>:last-child:nth-child(1)) .cmp-country-selector-item__link{color:var(--ds-color-text-default-subtle);border-bottom-color:var(--ds-color-text-default-subtle)}
.cmp-country-selector__list:hover:has(.cmp-country-selector-item:hover) .cmp-country-selector-item:not(:hover){opacity:.7}
}