.maxibel-cart-share {
    clear: both;
    margin-top: 0.65rem;
    text-align: center;
}

.wc-proceed-to-checkout .maxibel-cart-share__action,
.wc-proceed-to-checkout .maxibel-cart-share__action:hover,
.wc-proceed-to-checkout .maxibel-cart-share__action:active {
    display: inline-flex !important;
    width: auto !important;
    min-height: 44px;
    padding: 0.65rem 0.85rem !important;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 0 !important;
    border-radius: 6px;
    outline: 0;
    color: #30343b !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent;
}

.wc-proceed-to-checkout .maxibel-cart-share__action:hover {
    background: #f3f4f5 !important;
}

.wc-proceed-to-checkout .maxibel-cart-share__action:focus-visible {
    outline: 3px solid rgba(36, 145, 255, 0.35);
    outline-offset: 2px;
}

.maxibel-cart-share__icon {
    flex: 0 0 auto;
}

.maxibel-cart-share__action[aria-disabled="true"] {
    cursor: wait;
    opacity: 0.65;
    pointer-events: none;
}

.maxibel-cart-share__status:not(:empty) {
    margin: 0.35rem auto 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.45;
}

.maxibel-cart-share[data-state="success"] .maxibel-cart-share__status {
    color: #147a35;
    font-weight: 600;
}

.maxibel-cart-share__fallback {
    margin: 0.75rem auto 0;
    padding: 0.65rem;
    max-width: 520px;
    border: 1px solid #e2e5e9;
    border-radius: 8px;
    background: #f8f9fa;
    text-align: left;
}

.maxibel-cart-share__copy-row {
    display: flex;
    gap: 0.5rem;
}

.maxibel-cart-share__copy-row input[type="url"] {
    min-width: 0;
    height: 42px;
    margin: 0;
    flex: 1 1 auto;
    border-color: #cbd1d8;
    background: #fff;
    color: #374151;
    font-size: 14px;
}

.maxibel-cart-share__copy-row .maxibel-cart-share__copy {
    min-width: 88px;
    height: 42px;
    padding: 0 1rem;
    border: 0;
    border-radius: 5px;
    color: #fff;
    background: #30343b;
    font-size: 14px;
    font-weight: 600;
}

@media (max-width: 480px) {
    .maxibel-cart-share__copy-row {
        align-items: stretch;
    }

    .maxibel-cart-share__copy-row .maxibel-cart-share__copy {
        min-width: 82px;
    }
}
