.woocommerce-NoticeGroup-checkout .zc-duplicate-order-card,
.zc-duplicate-order-early .zc-duplicate-order-card,
.zc-duplicate-order-block {
    display: grid;
    gap: 10px;
    width: 100%;
    color: #2b2118;
}

.zc-duplicate-order-early {
    display: block;
    margin: 0 0 22px;
    padding: 2px;
    border-radius: 8px;
    background: linear-gradient(135deg, #d8a62a, #f1ca67);
}

.zc-duplicate-order-early .zc-duplicate-order-card {
    padding: 16px;
    border-radius: 6px;
    background: #fffaf0;
}

.zc-duplicate-order-early .zc-force-new-order[aria-busy="true"] {
    cursor: wait;
    opacity: .65;
}

.zc-duplicate-order-block {
    margin: 0 0 18px;
    padding: 16px;
    border: 1px solid #e3b341;
    border-radius: 6px;
    background: #fff8e5;
}

.zc-duplicate-order-block[hidden] {
    display: none !important;
}

.zc-duplicate-order-card__title,
.zc-duplicate-order-card__text,
.zc-duplicate-order-card__actions,
.zc-duplicate-order-block__title,
.zc-duplicate-order-block__text,
.zc-duplicate-order-block__actions {
    display: block;
}

.zc-duplicate-order-card__title,
.zc-duplicate-order-block__title {
    font-size: 1.05rem;
    line-height: 1.7;
}

.zc-duplicate-order-card__text,
.zc-duplicate-order-block__text {
    line-height: 1.9;
}

.zc-duplicate-order-card__actions,
.zc-duplicate-order-block__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 4px;
}

.zc-duplicate-order-card__actions .button,
.zc-duplicate-order-block__actions .button {
    margin: 0;
}

@media (max-width: 520px) {
    .zc-duplicate-order-card__actions,
    .zc-duplicate-order-block__actions {
        display: grid;
    }

    .zc-duplicate-order-card__actions .button,
    .zc-duplicate-order-block__actions .button {
        width: 100%;
        text-align: center;
    }
}
