@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* /Pages/Exchanges.razor.rz.scp.css */
/* Exchanges.razor.css */

.exchanges-container[b-iv46es5c2f] {
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.exchange-card[b-iv46es5c2f] {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; /* Space between FluentCards */
}

.exchange-card div[b-iv46es5c2f] {
    margin-bottom: 10px; /* Add space between divs inside FluentCard */
}

.exchange-card div:last-child[b-iv46es5c2f] {
    margin-bottom: 0; /* Remove margin from the last div to avoid extra space */
}
