@media screen and (max-width: 1400px) {
    .wpsurl-modal .wpsurl-modal-wrapper {
        width: 85%;
    }

    .wpsurl-admin-page .link-item .link-push-options {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }
}

@media screen and (max-width: 1200px) {
    .wpsurl-view-content .wpsurl-alert {
        max-width: 70%;
    }

    .wpsurl-view-content .wpsurl-alert a{
        margin: 10px;
    }

    .responsive-btns {
        display: none;
    }
}

@media screen and (max-width: 1000px){
    .navbar-item img {
        max-height: 35px;
    }

    .wpsurl-view-page .wpsurl-view-content #wpsurl-header .wpsurl-view-page-logo,
    .wpsurl-view-content .wpsurl-view-nav,
    .wpsurl-view-page .wpsurl-view-content .title,
    .wpsurl-view-page .wpsurl-view-content .title h1,
    .wpsurl-view-page .wpsurl-view-content .title .share {
        text-align: center;
    }
    .wpsurl-view-page #wpsurl-header .wpsurl-view-nav ul {
        float: none;
        margin: 15px 0 0 0;
        padding: 0;
    }
    .wpsurl-view-page .title .share {
        margin-top: 15px;
    }
    .wpsurl-view-page .wpsurl-downloader-wrapper {
        padding: 0 15px;
    }
    .wpsurl-view-page .wpsurl-downloader-wrapper .wpsurl-downloader-content {
        margin-bottom: 15px;
    }

    .iframe-items.navbar-dropdown {
        display: none;
    }

    .report-problem-btn {
        width: 100%;
    }

    .wpsurl-view-content .wpsurl-alert {
        max-width: 90%;
    }

    .wpsurl-admin-page .link-item .link-option {
        margin: 2em 0;
    }

    .wpsurl-link-action-btns {
        width: 100%;
        text-align: center;
    }

    .wp-admin .form-fields-group {
        grid-template-columns: 1fr 1fr;
    }

    .wp-admin .form-field-group {
        grid-column: 1 / span 2;
    }
}

@media screen and (max-width: 980px){
    .wpsurl-admin-page .link-item .link-push-options {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media screen and (max-width: 767px){
    body.wpsurl-view-page #wpsurl-header .wpsurl-view-nav ul {
        float: none;
        width: 100%;
        text-align: center;
    }
    .wpsurl-admin-page .link-item .link-title {
        width: 100%;
        margin: 15px 0;
        white-space: normal;
    }
    .wpsurl-admin-page .link-item .link-push-options {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }

    .wp-admin .option-status {
        margin-top: 10px;
    }

    .iframe-header .navbar-item {
        text-align: right;
    }
}