/**
 * Copyright © Reea. All rights reserved.
 */
.reea-request-quote {
    margin: 15px 0;
}

.reea-request-quote__toggle {
    cursor: pointer;
}

.reea-request-quote__panel {
    margin-top: 15px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #fafafa;
}

.reea-request-quote__panel .field {
    margin-bottom: 12px;
}

.reea-request-quote__panel .field.choice {
    display: flex;
    align-items: flex-start;
}

.reea-request-quote__panel .field.choice input {
    margin-top: 3px;
    margin-right: 8px;
}
