
.wrap {
    max-width: 900px;
}
.wrapper {
    margin: 20px 0 30px;
    border: 1px solid #DDD;
    background: #FFF;
    border-radius: 0px;
    padding: 10px 20px;
}
    .wrapper label strong,
    .wrapper p {
        font-size: 14px!important;
    }
    .wrapper.disabled {
        position: relative;
    }

    .wrapper.disabled::before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #DDDDDD80;
        content:"";
        display: block;
    }

.logo {
    float: right;
}
    .logo.pro{
        float: none;
        margin-top: 5px;
    }
a.go-pro {
    text-decoration: none;
    line-height: 30px;
    padding: 4px 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    color: #FFF;
    background: #222;
    cursor: pointer;
}
p.pro {
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}
p.pro strong {
    font-weight: 700;
    margin-top: 0;
}
.wrapper.pro strong{
    font-size: 15px;
}
.go-pro.flex {
    display: flex;
    flex-direction: space-between;
    align-items: center;
}
    .go-pro.flex a{
        min-width: 170px;
        margin-left: 20px;
        text-align: center;
    }
.go-pro-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    display: flex;
    justify-content: center;
    align-items: center;
}
    .go-pro-box {
        padding: 20px;
        background: #FFF;
        border: 1px solid #DDD;
        width: 500px;
    }
        .wrapper-pro .go-pro-box {
            width: 100%;
        }

    .go-pro-header {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .go-pro-header h2{
        margin: 15px 0 0;
    }
    .go-pro-box p {
        font-size: 15px;
        line-height: 22px;
    }
    .go-pro-box strong {
        font-weight: 700;
        margin-top: 0;
    }
    .wrapper label.margin {
        margin: 5px 0;
        display: block;
    }

h1, h2 {
    color: #23282d;
    margin-bottom: 15px;
}

h1 {
    font-weight: 600!important;
    margin-bottom: 25px!important;
    margin-top: 10px!important;
}

.wrap p.description {
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 12px;
    opacity: 0.65;
}

.wrap table.form-table th {
    width: 200px;
    padding: 10px 15px 10px 0;
    vertical-align: top;
    font-weight: 600;
}
.wrap .status  {
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
    margin-right: 30px;
}
.wrap .status  span{
    font-size: 20px;
}
.wrap table.form-table td {
    padding: 10px 0;
}
.wrap p.heading {
    margin-bottom: 10px;
}
/* Input fields */
.wrap input[type="text"],
.wrap input[type="email"],
.wrap input[type="url"],
.wrap textarea {
    width: 100%;
    max-width: 100%;
    padding: 4px 10px;
    border: 1px solid #DDD;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* Focus state */
.wrap input[type="text"]:focus,
.wrap input[type="email"]:focus,
.wrap input[type="url"]:focus,
.wrap textarea:focus {
    border-color: #CCC;
    box-shadow: 0 0 3px rgba(0, 115, 170, 0.3);
    outline: none;
}

/* Submit button */
.wrap .button-primary {
    background: #0073aa;
    border-color: #006799;
    color: #fff;
    text-shadow: none;
    box-shadow: none;
}

.wrap .button-primary:hover {
    background: #006799;
    border-color: #005f80;
}

/* Extra styling voor grote textarea’s */
.wrap textarea {
    min-height: 60px;
    resize: vertical;
}

.score-bar-wrapper {
    background: #DDD;
    height: 25px;
    overflow: hidden;
    border-radius: 50px;
}
    .score-bar-wrapper .score-bar {
        height: 100%;
        background: linear-gradient(90deg,rgba(232, 19, 136, 1) 0%, rgba(37, 18, 195, 1) 100%);
        text-align: right;
        padding: 0 10px;
        color: #FFF;
        line-height: 25px;
        font-weight: 500;
    }
.geoforai-check {
    border-top: 1px solid #DDD;
    padding: 10px 0;
    cursor: pointer;
}
.geoforai-check:hover {
    background: #F5F5F5;
}
    .geoforai-check h4{
        font-size: 1.2em;
        margin: 0;
        line-height: 28px;
        position: relative;
        display: inline-block;
    }

    .geoforai-check p{
        margin: 10px 0;
    }
    .geoforai-audit-section h3 span{
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 20px;
        border-radius: 5px;
        padding: 3px 7px;
        background: #EFEFEF;
        float: right;
    }

.pill {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 20px;
    border-radius: 5px;
    padding: 3px 7px;
    background: #CCC;
    color: #FFF;
    float: left;
}
    .pill.fail {
       background: #EA545533;
       color: #EA5455;
       margin-right: 10px;
    }
    .pill.pass {
       background: #00AE4333;
       color: #00AE43;
       margin-right: 10px;
    }
    .pill.warning {
       background: #FFAE0033;
       color: #FFAE00;
       margin-right: 10px;
    }
    .pill.lite {
       background: #222;
       float: right;
       margin-right: 10px;
    }
    .pill.pro {
       background: linear-gradient(90deg,rgba(232, 19, 136, 1) 0%, rgba(37, 18, 195, 1) 100%);
       float: right;
    }


.geoforai-check.closed p {
    display: none;
}
    
