/* Order modal styles */
.premiera-order-overlay {
    position: fixed;
    inset: 0;
    z-index: 10000002;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.premiera-order-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
}

.premiera-order-box {
    position: relative;
    background: #fff;
    border-radius: 8px;
    max-width: 440px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 28px 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    font-family: 'TildaSans', Arial, sans-serif;
}

.premiera-order-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: none;
    background: #f0f0f0;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    color: #333;
}

.premiera-order-close:hover {
    background: #e0e0e0;
}

.premiera-order-title {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
}

.premiera-order-msg {
    margin: 0 0 10px;
    border-radius: 6px;
    font-size: 16px;
}

.premiera-order-msg_error {
    background: #f8d7da;
    color: #721c24;
}

.premiera-order-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.premiera-order-field label {
    display: block;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.premiera-order-req {
    color: #c00;
}

.premiera-order-field input,
.premiera-order-field textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'TildaSans', Arial, sans-serif;
    box-sizing: border-box;
}

.premiera-order-field input:focus,
.premiera-order-field textarea:focus {
    outline: none;
    border-color: #000;
}

.premiera-order-submit {
    margin-top: 6px;
    padding: 14px 24px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'TildaSans', Arial, sans-serif;
    cursor: pointer;
}

.premiera-order-submit:hover {
    background: #333;
}

.premiera-order-recaptcha {
    min-height: 78px;
    display: flex;
    justify-content: center;
}

.premiera-order-recaptcha .g-recaptcha {
    transform-origin: left top;
}

/* Footer label (premiera-av.ru) */
.t-tildalabel__img {
    width: 240px;
    height: 40px;
    vertical-align: middle;
}

