img {
    display: block;
    max-width: 45%;
    height: auto;
}
.white-custom {
    background-color: #F8F9FA;
}
.bg-blue-custom{
    background-color: #3c75d0;
}
.blue-custom{
    color: #3c75d0
}
.btn-blue-custom{
    background-color: #0D6BEA;
    color: white;
    border-color: #0D6BEA;
}
.btn-blue-custom:hover, .btn-blue-custom:focus, .btn-blue-custom:active, .btn-blue-custom.active, .open > .dropdown-toggle.btn-blue-custom {
       background: #1152E8;
    color: white;
  }
.btn-primary:active, .btn-primary.active {
    color: white;
    background: #1152E8;
    box-shadow: none;
}

[data-fxo-widget], 
#fxo-widget,
.fxo-widget {
    margin-bottom: 50px !important;
    bottom: 80px !important;
}

/* Alternative selector for FlowXO iframe container */
iframe[src*="flowxo"] {
    margin-bottom: 50px !important;
}