/* ACE CART COUPON COMPACT V5.82D START */

/*
  Ajuste final:
  - deixa o cupom menor
  - preserva o botão Atualizar carrinho
  - não altera tabela, resumo, frete ou checkout
*/

html body.checkout-cart-index .cart-discount {
    width: auto !important;
    max-width: 260px !important;
    margin-top: 20px !important;
}

html body.checkout-cart-index .cart-discount .block.discount,
html body.checkout-cart-index #block-discount {
    width: auto !important;
    max-width: 260px !important;
}

html body.checkout-cart-index .cart-discount .block.discount > .title,
html body.checkout-cart-index .cart-discount .title[data-role="title"],
html body.checkout-cart-index #block-discount > .title {
    width: 238px !important;
    min-width: 238px !important;
    max-width: 238px !important;
    height: 44px !important;
    min-height: 44px !important;
    padding: 0 16px !important;
    border-radius: 999px !important;
    background: #07110b !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(7,17,11,.16) !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
}

html body.checkout-cart-index .cart-discount .block.discount > .title strong,
html body.checkout-cart-index .cart-discount .title[data-role="title"] strong,
html body.checkout-cart-index #block-discount-heading {
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

html body.checkout-cart-index .cart-discount .block.discount > .title:after,
html body.checkout-cart-index .cart-discount .title[data-role="title"]:after {
    color: #ffffff !important;
    font-size: 12px !important;
    margin-left: 8px !important;
}

html body.checkout-cart-index .cart-discount .block.discount > .title:hover,
html body.checkout-cart-index .cart-discount .title[data-role="title"]:hover {
    background: #c8ff00 !important;
    color: #07110b !important;
    box-shadow: 0 14px 28px rgba(200,255,0,.22) !important;
}

html body.checkout-cart-index .cart-discount .block.discount > .title:hover strong,
html body.checkout-cart-index .cart-discount .title[data-role="title"]:hover strong,
html body.checkout-cart-index .cart-discount .block.discount > .title:hover #block-discount-heading,
html body.checkout-cart-index .cart-discount .block.discount > .title:hover:after,
html body.checkout-cart-index .cart-discount .title[data-role="title"]:hover:after {
    color: #07110b !important;
}

html body.checkout-cart-index .cart-discount .content[data-role="content"] {
    max-width: 360px !important;
}

/* ACE CART COUPON COMPACT V5.82D END */
