/* Minimal Style - Минимализм */
.exchange_table_wrap.minimal {
    background: white;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e8e8e8;
}

.exchange_table_wrap.minimal .exchange_type_table {
    padding: 20px;
}

.exchange_table_wrap.minimal .xtt_icon_wrap {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
}

.exchange_table_wrap.minimal .tbl_icon {
    background: transparent;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 8px 16px;
    color: #666;
    font-weight: 400;
    transition: all 0.2s ease;
}

.exchange_table_wrap.minimal .tbl_icon:hover {
    border-color: #999;
    color: #333;
}

.exchange_table_wrap.minimal .tbl_icon.active {
    border-color: #333;
    background: #333;
    color: white;
}

.exchange_table_wrap.minimal .xtt_col1,
.exchange_table_wrap.minimal .xtt_col2,
.exchange_table_wrap.minimal .xtt_col3 {
    background: white;
    border-radius: 0;
    border: 1px solid #e8e8e8;
}

.exchange_table_wrap.minimal .xtt_title {
    background: #f8f8f8;
    color: #333;
    padding: 12px 15px;
    font-weight: 500;
    border-bottom: 1px solid #e8e8e8;
}

.exchange_table_wrap.minimal .xtt_one_line_left_wrap,
.exchange_table_wrap.minimal .xtt_one_line_right_wrap {
    border-bottom: 1px solid #f8f8f8;
}

.exchange_table_wrap.minimal .xtt_one_line_left_wrap:hover,
.exchange_table_wrap.minimal .xtt_one_line_right_wrap:hover {
    background: #f8f8f8;
}

.exchange_table_wrap.minimal .xtt_one_line_left_wrap.active,
.exchange_table_wrap.minimal .xtt_one_line_right_wrap.active {
    background: #f0f0f0;
}

.exchange_table_wrap.minimal .currency_logo {
    border: 1px solid #e0e0e0;
}

.exchange_table_wrap.minimal .hexch_form_wrap {
    padding: 15px;
}

.exchange_table_wrap.minimal .hexch_info {
    background: #f8f8f8;
    border-radius: 4px;
    padding: 12px 15px;
    margin-bottom: 15px;
    font-size: 14px;
}

.exchange_table_wrap.minimal .hexch_left,
.exchange_table_wrap.minimal .hexch_right {
    background: white;
    border-radius: 4px;
    padding: 15px;
    border: 1px solid #e8e8e8;
}

.exchange_table_wrap.minimal .hexch_btitle {
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.exchange_table_wrap.minimal .hexch_submit {
    background: #333;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 12px 30px;
    font-weight: 500;
    transition: background 0.2s ease;
}

.exchange_table_wrap.minimal .hexch_submit:hover {
    background: #555;
}

.exchange_table_wrap.minimal .hexch_submit:disabled {
    background: #999;
}

.exchange_table_wrap.minimal input,
.exchange_table_wrap.minimal select {
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.exchange_table_wrap.minimal input:focus {
    border-color: #333;
    outline: none;
    box-shadow: none;
}