.iwps-loop-button,
.woocommerce a.button.iwps-loop-button {
    background: #c9a45c !important;
    color: #0b1020 !important;
    border: 1px solid #c9a45c !important;
    border-radius: 0 !important;
    padding: 12px 18px !important;
    font-weight: 700 !important;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.iwps-price-label {
    display: block;
    font-size: 13px;
    color: #6f1d2a;
    letter-spacing: .03em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.iwps-price-current {
    color: #0b1020;
    font-size: 22px;
}

.iwps-bid-box {
    margin-top: 26px;
    padding: 28px;
    border: 1px solid rgba(201, 164, 92, .45);
    background: linear-gradient(135deg, #0b1020 0%, #151c32 100%);
    color: #f4efe6;
    box-shadow: 0 18px 45px rgba(0,0,0,.14);
}

.iwps-bid-box h3 {
    color: #c9a45c;
    margin: 0 0 18px;
    font-size: 26px;
    letter-spacing: .02em;
}

.iwps-bid-data {
    display: grid;
    gap: 8px;
    margin-bottom: 20px;
}

.iwps-bid-data p {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid rgba(244,239,230,.16);
}

.iwps-bid-data span {
    color: rgba(244,239,230,.76);
}

.iwps-bid-data strong {
    color: #ffffff;
    text-align: right;
}

.iwps-bid-form label {
    display: block;
    color: #f4efe6;
    margin-bottom: 8px;
    font-weight: 700;
}

.iwps-input-wrap {
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #c9a45c;
    margin-bottom: 16px;
}

.iwps-input-wrap input {
    width: 100%;
    border: 0 !important;
    padding: 14px 16px !important;
    font-size: 18px;
    color: #0b1020 !important;
    background: #fff !important;
}

.iwps-input-wrap span {
    color: #0b1020;
    font-weight: 700;
    padding: 0 16px;
}

.iwps-terms {
    font-size: 13px;
    line-height: 1.45;
    color: rgba(244,239,230,.82) !important;
    font-weight: 400 !important;
    margin: 14px 0 18px;
}

.iwps-button,
button.iwps-button {
    display: inline-block;
    width: 100%;
    border: 0;
    background: #c9a45c;
    color: #0b1020 !important;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .05em;
    cursor: pointer;
    text-decoration: none !important;
}

.iwps-button:hover,
button.iwps-button:hover {
    background: #f4efe6;
    color: #0b1020 !important;
}

.iwps-legal-note {
    margin: 18px 0 0;
    color: rgba(244,239,230,.72);
    font-size: 13px;
    line-height: 1.5;
}

.iwps-login-required,
.iwps-closed {
    margin: 18px 0;
    padding: 18px;
    background: rgba(255,255,255,.08);
    border-left: 3px solid #c9a45c;
}

.iwps-message {
    margin-bottom: 18px;
    padding: 12px 14px;
    font-weight: 700;
}

.iwps-message-success {
    background: rgba(46, 160, 67, .18);
    border-left: 4px solid #2ea043;
    color: #ffffff;
}

.iwps-message-error {
    background: rgba(111, 29, 42, .28);
    border-left: 4px solid #6f1d2a;
    color: #ffffff;
}

@media (max-width: 768px) {
    .iwps-bid-box {
        padding: 22px;
    }

    .iwps-bid-data p {
        display: block;
    }

    .iwps-bid-data strong {
        display: block;
        margin-top: 4px;
        text-align: left;
    }
}

.iwps-login-actions {
    display: grid;
    gap: 10px;
}

.iwps-button-secondary,
a.iwps-button-secondary {
    background: transparent !important;
    color: #f4efe6 !important;
    border: 1px solid rgba(244,239,230,.45) !important;
}

.iwps-button-secondary:hover,
a.iwps-button-secondary:hover {
    background: rgba(244,239,230,.12) !important;
    color: #ffffff !important;
}

.iwps-register-box {
    max-width: 720px;
    margin: 40px auto;
    padding: 34px;
    border: 1px solid rgba(201, 164, 92, .45);
    background: #0b1020;
    color: #f4efe6;
    box-shadow: 0 18px 45px rgba(0,0,0,.14);
}

.iwps-register-box h2 {
    color: #c9a45c;
    margin-top: 0;
}

.iwps-register-form p {
    margin: 0 0 16px;
}

.iwps-register-form label {
    color: #f4efe6;
    font-weight: 700;
}

.iwps-register-form input[type="text"],
.iwps-register-form input[type="email"],
.iwps-register-form input[type="tel"],
.iwps-register-form input[type="password"] {
    width: 100%;
    margin-top: 6px;
    padding: 13px 14px;
    border: 1px solid #c9a45c;
    background: #ffffff;
    color: #0b1020;
}

.iwps-terms-light {
    display: block;
    margin: 6px 0 18px;
}

.iwps-register-login {
    margin: 18px 0 0;
    color: rgba(244,239,230,.82);
}

.iwps-register-login a {
    color: #c9a45c;
    font-weight: 700;
}
