/* Mobile responsive */
@media (max-width: 768px) {
    .structure1 {
        grid-template-columns: 1.5fr 0.8fr 2fr 2fr 0.8fr 1.5fr;
    }

    .structure2 {
        grid-template-columns: 2fr 1.2fr 2.5fr 2.5fr 1.2fr;
    }

    .grid-cell {
        font-size: 0.8rem;
        min-height: 50px;
    }

}

@media (max-width: 520px) {
    .city-intup-fields {
        width: 33.33%;
        margin: 7px;
    }

    .current-time .time {
        font-size: 10px;
    }

    .current-time .date {
        font-size: 11px;
    }

    .headline-main h1 {
        font-size: 20px;
    }

    .structure-container {
        padding: 15px;
    }

    .published {
        font-size: 8px;
    }

    .city-input-fields {
        width: 23.5%;
    }

    .registration-container {
        margin: 0 15px;
        padding: 30px 20px;
    }

    .header-title {
        font-size: 24px;
    }

    .social-login {
        flex-direction: column;
    }

    .user-table {
        font-size: 0.9rem;
    }

    .user-table th,
    .user-table td {
        padding: 10px 8px;
    }

    .user-avatar {
        width: 35px;
        height: 35px;
    }

    .user-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .user-avatar {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .user-table th:nth-child(3),
    .user-table td:nth-child(3),
    .user-table th:nth-child(5),
    .user-table td:nth-child(5) {
        display: none;
    }
}

@media (max-width: 480px) {

    .structure1,
    .structure2,
    .structure3 {
        font-size: 0.7rem;
    }

    .grid-cell {
        min-height: 40px;
    }


}