/* CraftArts Lab Core */
.woocommerce-checkout .wc_payment_method,
.wc-block-components-radio-control__option.cal-payment-option {
    border: 1px solid rgba(20, 20, 20, .16);
    border-radius: 12px;
    padding: 14px 16px !important;
    margin: 10px 0 !important;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
}

.woocommerce-checkout .wc_payment_method.cal-crypto-payment,
.wc-block-components-radio-control__option.cal-crypto-payment {
    border-width: 2px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, .07);
}

.cal-core-gateway-badge,
.cal-crypto-payment .cal-core-js-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .03em;
    border: 1px solid currentColor;
    vertical-align: middle;
}

.cal-core-activity {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 999999;
    width: min(360px, calc(100vw - 36px));
    background: rgba(20, 20, 20, .96);
    color: #fff;
    border-radius: 14px;
    padding: 13px 15px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, .28);
    font-size: 13px;
    line-height: 1.45;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity .25s ease, transform .25s ease;
    pointer-events: none;
}

.cal-core-activity.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cal-core-activity strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}

.cal-core-activity a {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 600px) {
    .cal-core-activity {
        left: 12px;
        bottom: 12px;
        width: calc(100vw - 24px);
    }
}

.cal-core-activity[data-type="cart"] .cal-core-activity-action,
.cal-core-activity[data-type="purchase"] .cal-core-activity-action {
    font-weight: 700;
}

.cal-core-activity[data-type="ambient"] strong {
    opacity: .82;
}

.cal-core-activity-product {
    font-weight: 600;
}

.cal-core-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 18px 0 6px;
    padding-top: 14px;
    border-top: 1px solid rgba(20, 20, 20, .12);
}

.cal-core-share-title {
    flex-basis: 100%;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 2px;
}

.cal-core-share-button {
    appearance: none;
    border: 1px solid rgba(20, 20, 20, .18);
    border-radius: 999px;
    background: #fff;
    color: inherit;
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    padding: 9px 12px;
    text-decoration: none !important;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

.cal-core-share-button:hover,
.cal-core-share-button:focus-visible {
    border-color: currentColor;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
    transform: translateY(-1px);
}

.cal-core-copy-status {
    min-width: 70px;
    font-size: 11px;
    opacity: .72;
}
