/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .header-right {
        display: flex;
        float: right;
        align-items: center;
        justify-content: flex-end;
        gap: 2px;
        padding: 0;
        margin-left: auto;
    }

    .pv-menu-toggle {
        display: none;
    }

    .pv-random-top {
        order: 3;
        margin-left: 12px;
    }

    .pv-hero {
        padding: 72px 0 104px;
    }
}

@media only screen and (max-width: 991px) {
    .pv-mixed-grid,
    .pv-library-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }

    .pv-game-card.pv-wide,
    .pv-game-card.pv-standard {
        grid-column: auto;
    }

    .pv-feature-card,
    .pv-contact-grid {
        grid-template-columns: 1fr;
    }

    .pv-contact-form {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .header {
        flex-wrap: wrap;
        min-height: auto;
        padding-bottom: 20px;
    }

    .pv-brand-name {
        font-size: 18px;
    }

    .pv-random-top {
        order: 4;
        width: 100%;
        margin-left: 0;
    }

    .header-right {
        order: 3;
        display: none;
        width: 100%;
        grid-template-columns: 1fr;
        gap: 8px;
        padding-top: 14px;
    }

    .header-right.is-open {
        display: grid;
    }

    .navbar-item {
        background: rgba(255, 255, 255, 0.12);
    }

    .pv-hero {
        padding: 48px 0 64px;
    }

    .header-headline {
        font-size: 42px;
    }

    .pv-board {
        min-height: 520px;
    }

    .pv-board-card {
        width: min(84vw, 310px);
    }

    .pv-layer-1,
    .pv-layer-2,
    .pv-layer-3,
    .pv-layer-4,
    .pv-layer-5 {
        left: 0;
        right: 0;
        margin: auto;
    }

    .pv-layer-1 {
        top: 0;
    }

    .pv-layer-2 {
        top: 92px;
    }

    .pv-layer-3 {
        top: 184px;
        bottom: auto;
    }

    .pv-layer-4 {
        top: 276px;
        bottom: auto;
    }

    .pv-layer-5 {
        top: 368px;
    }

    .pv-section {
        padding: 58px 0;
    }

    .pv-feature-visual {
        min-height: 260px;
    }

    .pv-cookie {
        flex-direction: column;
        align-items: stretch;
    }

    .pv-cookie-actions {
        justify-content: flex-end;
    }

    .pv-game-modal {
        padding: 8px;
    }

    .pv-game-panel {
        height: calc(100dvh - 16px);
    }

    .pv-game-toolbar {
        align-items: flex-start;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 1160px;
    }
}
