.site-footer_medford-details {
    margin: 24px 0;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}

.fz152-consent-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.35;
}

.fz152-consent-row input[type="checkbox"] {
    flex: 0 0 auto;
    margin-top: 3px;
}

.fz152-consent-row a {
    color: inherit;
    text-decoration: underline;
}

.fz152-cookie[hidden] {
    display: none !important;
}

.fz152-cookie {
    position: fixed;
    z-index: 100000;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 18px 20px;
    border: 1px solid #d9e4ea;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 36px rgba(23, 48, 64, .2);
    color: #253746;
    font-size: 14px;
    line-height: 1.5;
}

.fz152-cookie p {
    margin: 0;
}

.fz152-cookie a {
    color: #197ca4;
    text-decoration: underline;
}

.fz152-cookie__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.fz152-cookie__actions button {
    min-width: 112px;
    padding: 10px 16px;
    border: 1px solid #197ca4;
    border-radius: 6px;
    background: #fff;
    color: #197ca4;
    cursor: pointer;
    font: inherit;
    font-weight: 600;
}

.fz152-cookie__actions button:hover,
.fz152-cookie__actions button:focus-visible {
    background: #eef8fc;
}

@media (max-width: 700px) {
    .fz152-cookie {
        right: 12px;
        bottom: 12px;
        left: 12px;
        display: block;
        padding: 16px;
    }

    .fz152-cookie__actions {
        margin-top: 14px;
    }

    .fz152-cookie__actions button {
        flex: 1 1 0;
        min-width: 0;
    }
}
