.uc-fix-cover-crop .t-bgimg {
    background-size: contain !important;
}

.uc-bg-blur {
    backdrop-filter: blur(3px);
}

.uc-bg-rounded {
    border-radius: 20px !important;
    overflow: hidden !important;
    margin: 40px !important;
}

.clip-content {
    overflow: hidden !important;
}
.clip-content > div {
    overflow: hidden !important;
}

.uc-clickable-card {
  transition: transform 0.2s ease !important;
  cursor: pointer !important;
}
.uc-clickable-card:hover {
  transform: scale(1.03) !important;
}

/* фикс для auto layout тильды, который все равно задает фиксированные размеры для контейнеров с hug */
div[data-group-heightmode="hug"] {
    height: auto !important;
}
div[data-group-widthmode="hug"] {
    width: auto !important;
}
/* чтобы текст с шириной 10px автоматически становился адаптивным */
div[data-elem-type="text"][data-field-width-value="10"] {
    width: auto !important;
}

@media screen and (max-width: 640px) {
    .uc-bg-rounded {
        margin: 20px !important;
    }
}