.mam-pix-method-copy {
    margin: 12px 0 4px;
    color: #5f5a55;
    font-size: 14px;
    line-height: 1.6;
}
.mam-pix-method-copy strong {
    display: block;
    margin-bottom: 4px;
    color: #1f1d1b;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.mam-pix-method-copy span {
    display: block;
    margin-bottom: 6px;
    color: #1f1d1b;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0 !important;
    text-transform: none !important;
    white-space: nowrap;
}
.mam-pix-method-copy p {
    margin: 0;
}
.mam-pix-product-note {
    margin: -8px 0 18px;
    color: #1f1d1b;
    font-size: 14px;
    line-height: 1.4;
}
.mam-pix-product-note span {
    color: #7b746d;
    font-size: 12px;
}
.mam-pix-box {
    margin: 32px 0;
    padding: 28px;
    border: 1px solid #e2ded8;
    background: #fff;
    color: #1f1d1b;
}
.mam-pix-box__head {
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ebe7e1;
}
.mam-pix-box__head p {
    margin: 0 0 8px;
    color: #8a8178;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
}
.mam-pix-box__head h2 {
    margin: 0 0 6px;
    font-size: 26px;
    line-height: 1.15;
}
.mam-pix-box__head span {
    color: #817970;
    font-size: 12px;
}
.mam-pix-box__grid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 32px;
    align-items: start;
}
.mam-pix-box__qr {
    text-align: center;
}
.mam-pix-qrcode {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 256px;
    min-height: 256px;
    padding: 12px;
    border: 1px solid #e7e2dc;
    background: #fff;
}
.mam-pix-qrcode img,
.mam-pix-qrcode canvas {
    display: block;
    max-width: 100%;
    height: auto;
}
.mam-pix-box__qr p {
    margin: 14px auto 0;
    max-width: 240px;
    color: #6e675f;
    font-size: 13px;
    line-height: 1.5;
}
.mam-pix-box__copy span {
    display: block;
    margin-bottom: 4px;
    color: #8a8178;
    font-size: 11px;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.mam-pix-box__copy strong {
    display: block;
    margin-bottom: 20px;
    font-size: 25px;
    letter-spacing: 0 !important;
    line-height: 1.2;
    text-transform: none !important;
    white-space: nowrap;
}
.mam-pix-method-copy span .amount,
.mam-pix-method-copy span .woocommerce-Price-amount,
.mam-pix-method-copy span .woocommerce-Price-currencySymbol,
.mam-pix-box__copy strong .amount,
.mam-pix-box__copy strong .woocommerce-Price-amount,
.mam-pix-box__copy strong .woocommerce-Price-currencySymbol {
    letter-spacing: 0 !important;
    text-transform: none !important;
    white-space: nowrap;
}
.mam-pix-box__copy label {
    display: block;
    margin-bottom: 8px;
    color: #1f1d1b;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.mam-pix-box__copy textarea {
    width: 100%;
    min-height: 118px;
    margin: 0 0 14px;
    padding: 14px;
    border: 1px solid #d9d4cd;
    border-radius: 0;
    background: #faf9f7;
    color: #1f1d1b;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    line-height: 1.55;
    resize: vertical;
}
.mam-pix-copy.button,
.woocommerce .mam-pix-copy.button {
    width: 100%;
    min-height: 52px;
    border-radius: 0;
    text-transform: none !important;
}
.mam-pix-copy.is-copied {
    opacity: .88;
}
.mam-pix-copy-feedback {
    min-height: 20px;
    margin: 10px 0 0;
    color: #5f5a55;
    font-size: 13px;
}
.mam-pix-box__note {
    margin: 14px 0 0;
    color: #665f58;
    font-size: 13px;
    line-height: 1.6;
}
.mam-pix-email-box {
    margin: 24px 0;
    padding: 18px;
    border: 1px solid #e2ded8;
}
@media (max-width: 720px) {
    .mam-pix-box {
        margin: 24px 0;
        padding: 20px;
    }
    .mam-pix-box__grid {
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
    }
    .mam-pix-box__copy strong {
        font-size: 23px;
    }
    .mam-pix-box__copy label {
        margin-top: 4px;
        font-size: 13px;
    }
    .mam-pix-box__copy textarea {
        min-height: 150px;
        font-size: 11px;
    }
    .mam-pix-qrcode {
        width: 220px;
        min-height: 220px;
    }
}
