.fz152-cookie-banner {
    position: fixed;
    z-index: 999999;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 16px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    font-family: inherit;
    font-size: 14px;
    line-height: 1.4;
}

.fz152-cookie-banner--bottom-left {
    left: 16px;
    right: auto;
    bottom: 16px;
    max-width: 380px;
}

.fz152-cookie-banner--bottom-right {
    left: auto;
    right: 16px;
    bottom: 16px;
    max-width: 380px;
}

.fz152-cookie-banner__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.fz152-cookie-banner__title {
    font-weight: 700;
    width: 100%;
}

.fz152-cookie-banner__text {
    flex: 1 1 auto;
}

.fz152-cookie-banner__link {
    color: inherit;
    text-decoration: underline;
}

.fz152-cookie-banner__btn {
    flex: 0 0 auto;
    border: none;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.fz152-form-consent {
    margin: 12px 0;
    font-size: 13px;
    line-height: 1.4;
}

.fz152-form-consent__label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}

.fz152-form-consent__checkbox {
    margin-top: 3px;
    flex: 0 0 auto;
}
