body.tools_page_yoast-test-helper h1, div.wpseo_test_block h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 300;
    margin: 30px 0 20px 15px;
}

div.wpseo_test_block {
    display: block;
    float: left;
    margin: 12px;
    width: 600px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    line-height: 1.2;
}

div.wpseo_test_block:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

div.wpseo_test_block select {
    margin: 2px 5px;
}

div.wpseo_test_block h2 {
    font-size: 24px;
    margin: 10px 0 10px 0;
}

div.wpseo_test_block button.button {
    margin: 5px 20px 0 0;
    padding: 0 16px;
    height: 40px;
    font-family: "Open Sans", sans-serif;
    font-variant-caps: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-shadow: rgb(0, 0, 0) 0 0 2px;
    border-radius: 2px;
    background-color: rgb(100, 166, 10);
    border-bottom-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    border-width: 0 0 2px 0;
    text-transform: none;
}

div.wpseo_test_block button.button.secondary {
    color: black;
    text-shadow: rgb(255, 255, 255) 0 0 2px;
    background-color: lightgray;
}

div.wpseo_test_block button.button:focus,
div.wpseo_test_block button.button:active {
    color: #fff;
    background-color: rgb(100, 166, 10);
}

div.wpseo_test_block button.button:hover {
    background-color: rgb(80, 150, 0);
    color: #fff;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

div.wpseo_test_block button.button:disabled,
div.wpseo_test_block button.button[disabled],
div.wpseo_test_block button.button:disabled:hover,
div.wpseo_test_block button.button[disabled]:hover {
    background-color: #dcdcde;
    color: #50575e;
    text-shadow: none;
    box-shadow: none;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    cursor: not-allowed;
}

div.wpseo_test_block button.button.secondary:hover {
    background-color: darkgray;
    color: black;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

div.wpseo_test_block td {
    padding: 2px 3px;
}

div.wpseo_test_block button.button[type=submit] {
    margin-top: 12px !important;
}

div.wpseo_test_block select {
    margin: 2px 5px;
}

div.wpseo_test_block input[type=text],
div.wpseo_test_block input[type=url],
div.wpseo_test_block input[type=password],
div.wpseo_test_block input[type=email],
div.wpseo_test_block input[type=checkbox] {
    margin: 5px 10px 5px 0;
}

div.wpseo_test_block input[type=number] {
    width: 80px;
    margin: 5px 0 5px 10px;
}

div.wpseo_test_block input[type=text] {
    margin: 10px 0;
}

div.wpseo_test_block textarea {
    margin: 10px 0;
}

div.wpseo_test_block label {
    font-size: 1em;
}

div.wpseo_test_block label code {
    font-size: 0.9em;
}

div.wpseo_test_block hr {
    margin-top: 1.5em;
}

div.wpseo_test_block .wpseo_test_actions {
    display: flex;
    align-items: center;
    gap: 1.5em;
    margin-top: 0.5em;
}

dialog.wpseo_test_dialog {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1.5em 2em;
    max-width: 90vw;
    max-height: 80vh;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

dialog.wpseo_test_dialog::backdrop {
    background: rgba(0, 0, 0, 0.5);
}

dialog.wpseo_test_dialog .wpseo_test_dialog_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1em;
}

dialog.wpseo_test_dialog td {
    padding-right: 1em;
}

dialog.wpseo_test_dialog .wpseo_test_dialog_close {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.4em;
    line-height: 1;
    color: #666;
    padding: 0;
}
