.v2-iframe{
    font-family: Montserrat, sans-serif;

}
.v2-iframe p{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -1px;
    color: #8B8585;
}
.v2-iframe h2{
    font-style: normal;
    font-weight: 500;
    font-size: 45px;
    line-height: 36px;
    letter-spacing: -1px;
    color: #19191B;
    text-align: center;
}
.v2-iframe .website-check-form{
    width: 700px;
}
.v2-iframe .hint1{
    margin-top: 70px;
}
.v2-iframe .website-check-form input{
    width: calc(100% - 150px);
}
.v2-iframe .input-div{
    margin-top: 60px;
}
.v2-iframe .website-check-form button{
    background-color: #EF4358;
    border-color: #EF4358;
    font-weight: normal;
    text-transform: none;
    font-size: 14px;
    width: 140px;
}
.hint2 img{
    margin-right: 2px;
    vertical-align: middle;
    margin-top: -5px;
}
.square-chart-holder {
    width: 195px;
    height: 150px;
    display: inline-block;
    position: relative;
}

.square-chart-holder span {
    margin-top: 5px;
    font-weight: bold;
    display: block;
}

.square-chart-holder .number {
    position: absolute;
    margin: auto;
    width: 100%;
    top: 43px;
    font-size: 27px;
}

.wb-recommendations {
    margin: auto;
    width: 800px;
    margin-top: 50px;
}

.wb-recommendations h3:nth-last-child(2) {
    margin-top: 50px;
}

.wb-top-section {
    margin: auto;
    margin-top: 50px;
    width: 800px;
}

.wb-top-section h2 {
    margin-top: 20px;
    text-align: center;
}

.top-section-flcontainer {
    margin-top: 30px;
    overflow: hidden;
}

.wb-screenshot {
    position: relative;
    float: left;
}

.page-speed-screen {
    position: absolute;
    top: 33px;
    left: 73px;
    width: 314px;
    z-index: -1;
}

.small-chart-holder {
    margin: auto;
    margin-top: 50px;
    width: 800px;
    text-align: center;
}

.top-chart-holder {
    width: 250px;
    margin-left: 0px;
    text-align: center;
    float: right;
    margin-top: 30px;
    position: relative;
}

.top-chart-holder .number {
    top: 65px;
    position: absolute;
    width: 100%;
    font-size: 45px;
    left: 5px;
}

.btn-wb-print {
    margin-left: 5px;
}

.small-charts-buttons {
    margin-top: 40px;
}

.wb-mac-frame {
    margin-left: 60px;
    margin-top: 20px;
}

.tip-name {
    width: 320px;
}

.icon-alert {
    color: #EC644B;
    font-size: 22.5px;
    vertical-align: sub;
    display: inline-block;
    margin-right: -1px;
    margin-left: -4px;
}

.icon-claimed-profile-blue {
    color: #00B16A;
    margin-right: 2px;
    margin-left: -1px;
    margin-bottom: -4px;
    vertical-align: text-bottom;
}

.tips-h-header {
    margin-top: 50px;
}

.website-check-form {
    width: 410px;
    margin: auto;
    margin-top: 100px;
}

.website-check-form input {
    width: 295px;
}

.website-check-form button {
    width: 110px;
}
.wb-check-error{
    margin-top: 50px;
    color: #EC644B;
}
.mobile-slow-error{
    border: 1px solid #e1e1e1;
    padding: 10px;
    margin-bottom: 20px;
    font-weight: 400;
    display: flex;
    gap: 10px;
    align-content: center;
    align-items: center;
    line-height: 20px;
}
.google-preview{
    border: 1px solid #e1e1e1;
    padding: 20px;
    margin-bottom: 20px;
}
.google-preview .title {
    text-decoration: underline;
    color: #2518b5;
    font-size: 16px;
    font-family: arial, sans-serif;
    line-height: 1.2;
}

.google-preview .final-url {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    font-family: arial, sans-serif;
    font-size: 16px;
    color: #093;
    margin-bottom: 1px;
    font-size: 14px;
    line-height: 1.2;
}

.google-preview .description {
    font-family: arial, sans-serif;
    font-size: 13px;
    color: #444;
    line-height: 1.24;
    display: block;
}

@media only screen and (max-width: 600px) {
    .v2-iframe .website-check-form{
        width: 100%;
    }
    .v2-iframe h2{
        font-size: 25px;
    }
    .website-check-form{
        width: 100%;
        margin-top: 0px;
        padding: 20px;
    }
    .wb-top-section {
        margin-top: 10px;
        width: 100%;
    }
    .wb-screenshot {
        float: initial;
        text-align: center;
    }
    .wb-mac-frame {
        width: 250px;
        margin: auto;
    }
    .page-speed-screen {
        position: absolute;
        top: 10px;
        width: 231px;
        text-align: center;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .top-chart-holder {
        float: initial;
        margin: auto;
        margin-top: 30px;
    }
    .small-chart-holder{
        width: 100%;
    }
    .square-chart-holder{
        width: 185px;
    }
    .wb-recommendations {
        width: 100%;
        margin-top: 0px;
        padding: 20px;
    }
    .tip-name {
        width: 150px;
    }
    .v2-iframe p{
        font-size: 14px;
    }
    .v2-iframe .website-check-form input{
        font-size: 14px;
    }
}