

/* Start:/local/components/cwr/order.status/templates/.default/style.css?17504009252988*/
#order-status {
    background-color: white;
}
.order-status {
    display: flex;
    justify-content: space-between;
    padding: 20px 20px 12px;
}

.order-status-form {
    width: 50%;
    margin-bottom: 20px;
}

.order-status-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.order-status-form input {
    width: 100%;
    padding: 8px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
}

.order-status-hint {
    width: 100%;
    font-size: 11px;
    font-style: italic;
    color: #777;
}

.order-status-notify {
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-style: italic;
    color: #777;
}

.order-status-form button {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    min-height: 2.5rem;
    font-size: 14px;
    color: #ffffff;
    border-radius: 3px;
    background-color: #e31e24;
    border-color: #e31e24 #e31e24 #b8171c;
    transition: color .15s, background-color .15s, border-color .15s, box-shadow .15s;
    outline: none;
    border: none;
}

.order-status-form button:hover {
    /*background-color: #0056b3;*/
}

.order-status-table, .order-status-notify {
    width: 40%;
}
.order-status-table table {
    width: 100%;
    border-collapse: collapse;
}

.order-status-table th,
.order-status-table td {
    padding: 8px;
    border: 1px solid #ccc;
    text-align: left;
}

.order-status-table th {
    background-color: #e31e24;
    border: 1px solid #777;
    font-weight: 400;
    color: white;
}

@media (max-width: 678px) {
    .order-status {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
    }

    .order-status-form, .order-status-table, .order-status-notify {
        width: 100%;
    }

}


.order-status-wrapper {
    padding: 0 20px 20px;
    max-width: 100%;
    box-sizing: border-box;
}

.order-status-warning {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background-color: rgb(255, 244, 229);
    fill: rgb(102, 60, 0);
    color: rgb(102, 60, 0);
    line-height: 1.43;
    border-radius: 4px;
    padding: 12px;
    width: 100%;
}

.order-status-warning .icon {
    flex-shrink: 0;
    margin-right: 16px;
    width: 32px;
}

.warning-content {
    flex: 1;
    min-width: 0; /* Для правильного переноса текста */
}

.warning-text {
    margin: 0 0 8px 0;
}

.warning-action {
    margin: 0;
}

.warning-phone {
    white-space: nowrap;
}

@media (max-width: 480px) {
    .order-status-warning {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .order-status-warning .icon {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .warning-text {
        margin-bottom: 12px;
    }
}
/* End */
/* /local/components/cwr/order.status/templates/.default/style.css?17504009252988 */
