.kfulfill-resend-wrap {
    margin: -8px 0 16px;
}

.kfulfill-resend-btn {
    background: transparent;
    border: 1px solid #C9A84C;
    color: #1a1a1a;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.03em;
    cursor: pointer;
}

.kfulfill-resend-btn:hover { background: #FBF6E9; }
.kfulfill-resend-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.kfulfill-resend-result {
    margin: 6px 0 0;
    font-size: 12.5px;
}

.kfulfill-resend-result:empty { display: none; }
.kfulfill-resend-result.is-success { color: #2E7D45; }
.kfulfill-resend-result.is-error { color: #B3452C; }
