@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Shared/Page/DedicatedServer/ConnectionDetailsModal.razor.rz.scp.css */
.server-specs[b-ldn490n9hr] {
    background-color: #f8f9fa;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

    .server-specs h5[b-ldn490n9hr] {
        color: #3498db;
        margin-bottom: 15px;
    }

.spec-item[b-ldn490n9hr] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

    .spec-item:last-child[b-ldn490n9hr] {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.spec-label[b-ldn490n9hr] {
    font-weight: bold;
    color: #555;
}

.spec-value[b-ldn490n9hr] {
    color: #333;
}
