/* Teklif Al sayfası */
.by-quote-page .by-quote-form-card {
    border-color: #ececec;
}

.by-quote-select-wrap {
    position: relative;
}

.by-quote-select.by-native-select {
    display: block;
    width: 100%;
    min-height: 52px;
    padding: 0.8rem 2.75rem 0.8rem 1rem;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M6 8 0 0h12z'/%3E%3C/svg%3E") no-repeat right 1rem center;
    color: #222;
    font-size: 0.9375rem;
    line-height: 1.4;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

.by-quote-select.by-native-select:focus {
    outline: none;
    border-color: #BD2428;
    box-shadow: 0 0 0 3px rgba(189, 36, 40, 0.12);
}

.by-quote-select.by-native-select option,
.by-quote-select.by-native-select optgroup {
    color: #222;
}

.by-quote-submit {
    background: #BD2428 !important;
}

.by-quote-benefits-card {
    background: #f9f9f9;
    border-color: #ececec;
}

.by-quote-benefits {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.by-quote-benefits li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.5;
    color: #444;
}

.by-quote-benefits i {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #BD2428;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.625rem;
    margin-top: 0.15rem;
}
