/* Modern Style - Чистый и современный дизайн */
.exchange_table_wrap.modern {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(102, 126, 234, 0.1);
    border: 1px solid rgba(102, 126, 234, 0.1);
}

.exchange_table_wrap.modern .exchange_type_table {
    padding: 30px;
}

.exchange_table_wrap.modern .xtt_icon_wrap {
    background: white;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
}

.exchange_table_wrap.modern .tbl_icon {
    background: white;
    border: 2px solid #e8e8e8;
    border-radius: 12px;
    padding: 12px 25px;
    font-weight: 600;
    color: #555;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.exchange_table_wrap.modern .tbl_icon:hover {
    border-color: #667eea;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.15);
}

.exchange_table_wrap.modern .tbl_icon.active {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: transparent;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.exchange_table_wrap.modern .xtt_col1, 
.exchange_table_wrap.modern .xtt_col2, 
.exchange_table_wrap.modern .xtt_col3 {
    background: white;
    border-radius: 15px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.exchange_table_wrap.modern .xtt_col1:hover,
.exchange_table_wrap.modern .xtt_col2:hover,
.exchange_table_wrap.modern .xtt_col3:hover {
    transform: translateY(-5px);
}

.exchange_table_wrap.modern .xtt_title {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 15px 15px 0 0;
}

.exchange_table_wrap.modern .xtt_one_line_left_wrap,
.exchange_table_wrap.modern .xtt_one_line_right_wrap {
    border-bottom: 1px solid #f8f8f8;
    transition: all 0.3s ease;
}

.exchange_table_wrap.modern .xtt_one_line_left_wrap:hover,
.exchange_table_wrap.modern .xtt_one_line_right_wrap:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
}

.exchange_table_wrap.modern .xtt_one_line_left_wrap.active,
.exchange_table_wrap.modern .xtt_one_line_right_wrap.active {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-left: 4px solid #667eea;
}

.exchange_table_wrap.modern .currency_logo {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 2px solid white;
}

.exchange_table_wrap.modern .hexch_form_wrap {
    padding: 25px;
}

.exchange_table_wrap.modern .hexch_info {
    background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);
    border-radius: 15px;
    padding: 20px;
    border-left: 5px solid #667eea;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.exchange_table_wrap.modern .hexch_left,
.exchange_table_wrap.modern .hexch_right {
    background: white;
    border-radius: 15px;
    padding: 25px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.exchange_table_wrap.modern .hexch_btitle.give {
    color: #e74c3c;
}

.exchange_table_wrap.modern .hexch_btitle.get {
    color: #27ae60;
}

.exchange_table_wrap.modern .hexch_submit {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 16px 45px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.exchange_table_wrap.modern .hexch_submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(102, 126, 234, 0.4);
}

.exchange_table_wrap.modern .hexch_submit:disabled {
    background: #95a5a6;
    box-shadow: none;
    transform: none;
}