.elementor-6216 .elementor-element.elementor-element-36189a44 .elementor-heading-title{font-family:"Barlow", Sans-serif;}/* Start custom CSS for html, class: .elementor-element-5242166c *//* Base Styles */
.bc-converter {
    background: #f5f5f5;
    padding: 40px;
    border-radius: 15px;
    margin: 30px 0;
    max-width: 100%; /* Ensures it doesn't overflow parent */
    box-sizing: border-box;
}

.bc-grid {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap; /* Allows wrapping on smaller screens */
}

.bc-box {
    flex: 1;
    min-width: 250px; /* Reduced slightly to ensure it fits mobile */
}

.bc-input-row {
    display: flex;
    width: 100%;
}

.bc-input-row input {
    flex: 1;
    min-width: 0; /* CRITICAL: Prevents input from breaking flex layout */
    height: 70px;
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 32px;
    border-radius: 8px 0 0 8px;
    box-sizing: border-box;
}
.bc-rate{
    font-size:28px;
    font-weight:700;
    margin-top:15px;
}
.bc-input-row select {
    width: 100px;
    border: 1px solid #ddd;
    border-left: none;
    font-size: 18px;
    border-radius: 0 8px 8px 0;
    background: #fff;
    cursor: pointer;
}

/* Mobile Fixes */
@media (max-width: 768px) {
    .bc-converter {
        padding: 20px;
    }

    .bc-grid {
        flex-direction: column; /* Stack elements vertically */
        gap: 15px;
    }

    .bc-arrow {
        display: none; /* Hide the arrow on mobile for a cleaner look */
    }

    .bc-box {
        width: 100%;
        min-width: 100%;
    }
    
    .bc-input-row input {
        height: 55px;
        font-size: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39275fca */.exchange-highlight{
    background:#eef4ff;
    border-left:5px solid #253176;
    padding:20px;
    margin:25px 0;
    border-radius:8px;
    font-size:18px;
}

.exchange-highlight strong{
    display:block;
    font-size:28px;
    color:#253176;
    margin-bottom:8px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81d3fce */.bc-table{
    width:100%;
    border-collapse:collapse;
    margin:30px 0;
}

.bc-table th{
    background:#253176;
    color:#fff;
    padding:15px;
    text-align:left;
}

.bc-table td{
    padding:15px;
    border:1px solid #ddd;
}

.bc-table tr:nth-child(even){
    background:#f7f7f7;
}

.popular-conversions{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
    gap:10px;
}

.popular-conversions a{
    display:block;
    padding:12px;
    background:#f5f5f5;
    border-radius:8px;
    text-decoration:none;
    color:#253176;
    font-weight:600;
    text-align:center;
}

.popular-conversions a:hover{
    background:#253176;
    color:#fff;
}/* End custom CSS */