/* Fully Sorted - Front Page */
.fs-front-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.fs-front-above,
.fs-front-below {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.fs-col {
    flex: 1 1 0;
    min-width: 0;
}

.fs-module {
    margin-bottom: 20px;
}

.fs-module:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .fs-front-above,
    .fs-front-below {
        flex-direction: column;
    }

    .fs-left {
        order: 1;
    }

    .fs-right {
        order: 2;
    }
}
