.mcm-consent {
    max-width: 840px;
    margin: 32px auto;
    padding: 24px;
    border: 1px solid #d7dee8;
    border-radius: 6px;
    background: #fff;
    color: #090b35;
    font-size: 16px;
    line-height: 1.55;
}

.mcm-account {
    width: 100%;
    margin: 0;
}

.woocommerce-MyAccount-navigation-link--zgody-i-komunikacja a::before {
    content: "\00A7";
    display: inline-block;
    width: 24px;
    margin-right: 10px;
    color: #f58200;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    margin-right: 12px;
    margin-top: -4px;
}

.woocommerce-MyAccount-navigation-link--zgody-i-komunikacja.is-active a::before {
    color: #fff;
}

.mcm-consent h1 {
    margin: 0;
    color: #ee7c08;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.18;
}


.mcm-account-panel {
    width: 100%;
    box-sizing: border-box;
    padding: 24px;
    border: 1px solid #d7dee8;
    border-radius: 6px;
    background: #fff;
}

.mcm-checkbox {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 18px 0 0 0;
    line-height: 26px;
    font-size: 16px;
}
.mcm-consent p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.mcm-checkbox input {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin: 4px 0 0;
    padding: 0;
    box-sizing: border-box;
    appearance: auto;
}

.mcm-checkbox span {
    display: block;
    min-width: 0;
}

.mcm-document-links {
    display: flex;
    gap: 16px;
    margin: 0 0 18px 30px;
}

.mcm-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    justify-content: space-between;
}

.mcm-decline-form {
    margin: 0;
}

.mcm-primary {
    min-height: 44px;
    padding: 0 20px;
    border: 2px solid #f58200;
    border-radius: 5px;
    background: #f58200;
    color: #fff;
    font-weight: 700;
    line-height: 42px;
}

.mcm-primary:hover,
.mcm-primary:focus {
    border-color: #272546;
    background: #272546;
    color: #fff;
}

.mcm-secondary {
    min-height: 44px;
    padding: 0 18px;
    border: 2px solid #272546;
    border-radius: 5px;
    background: #fff;
    color: #272546;
    font-weight: 700;
    line-height: 42px;
}

.mcm-secondary:hover,
.mcm-secondary:focus {
    border-color: #ff0000;
    background: #ffe8e8;
    color: #ff0000;
}

.mcm-notice {
    padding: 12px 14px;
    border-left: 4px solid #b32d2e;
    background: #fcf0f1;
}

.mcm-account-summary {
    display: grid;
    grid-template-columns: minmax(180px, 260px) 1fr;
    gap: 10px 18px;
    margin: 0 0 22px;
}

.mcm-account-summary dt {
    font-weight: 700;
}

.mcm-account-summary dd {
    margin: 0;
}

.mcm-service-note {
    display: block;
    margin-top: 8px;
    color: #5b6477;
    font-size: 14px;
    line-height: 1.5;
}
.mcm-consent input[type=checkbox]:checked, input[type=checkbox]:not(:checked) {
    margin-right: 0;
    height: 16px !important;
}
.mcm-account-panel .mcm-checkbox{
    margin-bottom: 20px;
}

@media (max-width: 640px) {
    .mcm-consent {
        padding: 18px;
        margin-top: 8px;
    }

    .mcm-consent h1 {
        font-size: 18px;
        line-height: 28px;
    }

    .mcm-account-panel {
        padding: 18px;
    }

    .mcm-account-summary {
        grid-template-columns: 1fr;
    }
    .mcm-checkbox {
        line-height: 19px;
        font-size: 12px;
    }
    .mcm-consent p {
        font-size: 12px;
        line-height: 19px;
    }
}
