
/* styles for one-click-order modal — dark theme */

.one-click-row a#one-click_buy {
    color: #ffc800;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px dashed rgba(255,200,0,0.5);
    font-size: 11px;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    transition: all 0.2s;
}

.one-click-row a#one-click_buy:hover {
    border-color: transparent;
    color: #ffda44;
}

.modal-content-wrapper {
    color: #8890a8;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 13px;
    line-height: 1.6;
    padding: 0 55px 25px;
}

#one_cl_order-loading {
    display: none;
}

.modal-title {
    overflow: hidden;
    padding: 16px 55px 15px;
    position: relative;
    color: #ffffff;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.08em;
}

.modal-content-wrapper .modal-description {
    text-align: center;
    padding: 12px 0 14px;
    border-top: 1px solid rgba(255,255,255,0.06);
    border-bottom: 1px solid rgba(255,255,255,0.06);
    margin: 0 0 17px;
    color: #8890a8;
}

.modal-content-item {
    display: inline-block;
    vertical-align: top;
}

.modal-content-item.image {
    margin: 12px 45px 0 0;
}

#one_cl_order-form {
    text-align: center;
}

.modal-content-wrapper .row {
    margin: 0 0 22px;
    text-align: left;
}

.modal-content-wrapper .input-holder input {
    width: 190px;
    height: auto;
    padding: 8px 12px;
    background: #22253a;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 6px;
    color: #e8eaf0;
    font-size: 13px;
    transition: all 0.2s;
}

.modal-content-wrapper .input-holder input:focus,
.modal-content-wrapper .input-holder input:hover {
    border-color: #ffc800;
    box-shadow: 0 0 0 3px rgba(255,200,0,0.08);
    outline: none;
}

#one_cl_order-submit {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    outline: none;
    background: linear-gradient(135deg, #ffc800 0%, #ffda44 50%, #ffc800 100%);
    text-transform: uppercase;
    color: #000;
    cursor: pointer;
    border: 0;
    margin: 0 0 30px;
    border-radius: 6px;
    box-shadow: 0 0 20px rgba(255,200,0,0.25);
    transition: all 0.25s;
}

#one_cl_order-submit:hover {
    box-shadow: 0 0 30px rgba(255,200,0,0.45);
    transform: translateY(-1px);
}
