/*Page Speed*/
#seopress-page-speed-results {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.seopress-option .postbox-container {
    width: 49.5%;
    margin-bottom: 20px;
}
@media only screen and (max-width: 782px) {
    .seopress-option .postbox-container {
        width: 100%;
    }
}
#seopress-page-speed-results #postbox-container-3 {
    width: 100%;
}
#seopress-page-speed-results #postbox-container-3 * {
    box-sizing: border-box;
}
#seopress-page-speed-results #postbox-container-3 h2 {
    padding: 10px 0;
    border-bottom: 2px solid var(--borderColorCard);
    margin-top: 30px;
}
#seopress-page-speed-results #postbox-container-3 h2 .dashicons {
    vertical-align: middle;
    font-size: 25px;
    background: var(--backgroundSecondaryHover);
    height: 40px;
    width: 40px;
    margin: 0 10px 0 0;
    color: var(--backgroundPrimary);
    padding: 5px;
    border-radius: 100px;
    line-height: 30px;
}
#seopress-page-speed-results .wrap-audit-metrics {
    column-count: 2;
}
.seopress-option .postbox-container .postbox {
    margin: 0 20px 18px 0;
    border: none;
    box-shadow: none;
}
.seopress-option .wrap-seopress-score .wrap-chart {
    text-align: center;
    margin: 0 0 1rem 0;
}
.seopress-option .wrap-seopress-score .wrap-chart .chart {
    display: inline-block;
    position: relative;
}
.seopress-option .wrap-seopress-score .wrap-chart .chart span {
    position: absolute;
    left: 0;
    font-size: 30px;
    font-weight: bold;
    display: block;
    text-align: center;
    width: 100%;
    line-height: 200px;
}
.seopress-option .wrap-seopress-score .wrap-info span {
    font-weight: bold;
}
.seopress-option .wrap-seopress-score .clearfix {
    clear: both;
}
.seopress-option .wrap-seopress-score .dashicons-yes {
    color: var(--colorSuccess);
}
.seopress-option .wrap-seopress-score .dashicons-warning {
    color: var(--colorWarning);
}
.seopress-option .wrap-seopress-score .dashicons-yes,
.seopress-option .wrap-seopress-score .dashicons-warning {
    margin-right: 5px;
}
.seopress-option .wrap-seopress-score h3 {
    margin: 20px 0 5px;
}
.seopress-option .wrap-seopress-score h3 .dashicons-yes-alt {
    color: var(--colorSuccess);
}
.seopress-option .wrap-scale {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.seopress-option .wrap-scale span {
    display: block;
    border-radius: 4px;
    height: 8px;
    width: 30px;
    margin: 5px 5px;
}
.seopress-option .wrap-scale .fast {
    background: var(--colorSuccess);
}
.seopress-option .wrap-scale .average {
    background: var(--colorWarning);
}
.seopress-option .wrap-scale .slow {
    background: var(--colorAlert);
}
.seopress-option .advice-details {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
    border-bottom: 1px solid var(--borderColor);
    padding-bottom: 10px;
}
.seopress-option .advice-details li {
    display: inline;
    margin-right: 10px;
}
.seopress-option .advice-details li:first-child {
    font-weight: bold;
}
.seopress-option .ps-desc span {
    font-weight: bold;
}
.seopress-option .seopress-option .wrap-speed-SLOW .ps-desc span,
.seopress-option .wrap-speed-SLOW .metric-value {
    color: var(--colorAlert);
}
.seopress-option .wrap-speed-FAST .ps-desc span,
.seopress-option .wrap-speed-FAST .metric-value {
    color: var(--colorSuccess);
}
.seopress-option .metric-desc {
    font-weight: 700;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.seopress-option .metric-value {
    font-weight: normal;
}
.seopress-option .wrap-dist {
    display: flex;
}
.seopress-option .wrap-dist .ps-fast {
    display: inline-block;
    color: #fff;
    padding: 5px;
    text-align: center;
}
.seopress-option .wrap-dist .ps-fast:first-child {
    background: var(--colorSuccess);
    border-radius: 4px 0 0 4px;
}
.seopress-option .wrap-dist .ps-fast:nth-child(2) {
    background: var(--colorWarning);
    color: #000;
}
.seopress-option .wrap-dist .ps-fast:last-child {
    background: var(--colorAlert);
    border-radius: 0 4px 4px 0;
}
.seopress-option .wrap-detail-opp li {
    display: block;
    line-height: 20px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid var(--borderColorLight);
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.seopress-option .wrap-detail-opp li.w-60,
.seopress-option .wrap-detail-opp li .w-60 {
    width: 60%;
    word-break: break-all;
    display: inline-block;
    padding-right: 10px;
}
.seopress-option .wrap-detail-opp li.w-20,
.seopress-option .wrap-detail-opp li .w-20 {
    width: 20%;
    display: inline-block;
    text-align: right;
}
.seopress-option .wrap-detail-opp li.w-20,
.seopress-option .wrap-detail-opp li.w-60 {
    font-weight: bold;
}
.seopress-option .lab-data ul {
    margin: 0;
    padding: 0;
    column-count: 2;
}
.seopress-option .lab-data li {
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
    border-bottom: 1px solid var(--borderColorLight);
    padding-bottom: 10px;
    font-weight: bold;
}
.seopress-option .lab-data ul.screens {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.seopress-option .lab-data ul.screens li {
    display: block;
    margin: 20px 10px 0 0;
}
.seopress-option .lab-data ul.screens span {
    display: block;
    margin: 10px 0 0 0;
}
.seopress-option .lab-data img {
    border: 1px solid var(--borderColorLight);
}

/*Rich Snippets/Data Structure Type*/
#seopress_pro_cpt .cf,
#seopress_pro_cpt .tax,
#seopress_pro_cpt .lb,
#seopress_pro_cpt .manual_time_global,
#seopress_pro_cpt .manual_rating_global {
    margin: 0 0 0 10px;
    position: relative;
    top: -5px;
}
#seopress_pro_cpt .dyn {
    margin: 0 0 10px 0;
}
#seopress_pro_cpt .schema_type {
    font-weight: bold;
    text-transform: uppercase;
    width: calc(100% - 2px);
    margin: 0 0 1em 0;
    padding: 0.5em 1em;
    position: relative;
    left: -12px;
    background: #f3f4f5;
}
#seopress_pro_cpt .schema_type span.label {
    font-weight: normal;
    text-transform: none;
    font-style: italic;
}
#seopress_pro_cpt .schema_type span.edit {
    text-transform: none;
    float: right;
    font-weight: normal;
}
#seopress_pro_cpt .schema-steps {
    border-bottom: 1px solid var(--backgroundSecondaryHover);
    margin: 0px -12px 12px -12px;
    padding: 0 12px 12px;
    display: inline-block;
    width: 100%;
}
#seopress_pro_cpt label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
}
#seopress-schemas-tabs-2 label {
    font-weight: normal;
}
#seopress_pro_cpt .inside {
    padding: 0;
    margin: 0;
}
#seopress_pro_cpt #wrap-faq .faq,
#seopress_pro_cpt #wrap-how-to .step {
    background-color: #fff;
}

#seopress_pro_cpt #wrap-faq .faq .inside,
#seopress_pro_cpt #wrap-how-to .step .inside {
    padding: 0 12px 12px;
}
#seopress_schemas .inside {
    width: calc(100% - 12px);
}
#seopress_schemas #seopress_pro_cpt input[type="text"],
#seopress_schemas #seopress_pro_cpt input[type="textarea"] {
    width: 300px;
    position: relative;
    top: -2px;
    left: 10px;
    margin-right: 15px;
}
#seopress-schemas-tabs {
    padding-left: 20%;
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: var(--fontFamily);
    border-radius: 0;
    border: none;
    margin: 0;
    min-height: 150px;
    font-size: 1em;
    background: none;
    padding-right: 14px;
}
#seopress-schemas-tabs .box-schema-item {
    padding: 0 12px;
}
#seopress-schemas-tabs .js-handle-snippet-type {
    align-self: center;
    margin: 20px 10px 0 0;
    padding: 5px;
    background: none;
    border: none;
}
#seopress-schemas-tabs .js-handle-snippet-type .toggle-indicator::before {
    content: "\f343";
}
#seopress-schemas-tabs
    .js-handle-snippet-type.closed
    .toggle-indicator::before {
    content: "\f347";
}
#seopress-schemas-tabs .js-handle-snippet-type:hover {
    cursor: pointer;
}
#seopress-schemas-tabs::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(20% - 15px);
    bottom: 0;
    border-right: var(--borderColorLight) solid 1px;
    background: #f9f9f9;
    z-index: 1;
}
#seopress-schemas-tabs .wrap-schemas-list {
    position: absolute;
    left: 0;
    width: calc(20% - 15px);
    border: 0 none;
    z-index: 5;
    padding: 0 !important;
    margin: 0;
    background: none;
}
#seopress-schemas-tabs .wrap-schemas-list li {
    margin: 0;
    padding: 0;
    float: none;
    border: none;
    background: none;
    border-radius: 0;
}
#seopress-schemas-tabs .wrap-schemas-list li a {
    border-bottom: 1px solid var(--borderColorLight);
    font-size: var(--fontSize);
    line-height: 18px;
    color: var(--primaryColor);
    padding: 10px;
    margin: 0;
    font-weight: normal;
    border-width: 1px 0;
    border-radius: 0;
    background: transparent;
    display: block;
    float: none;
    text-decoration: none;
}
#seopress-schemas-tabs .wrap-schemas-list li:hover a,
#seopress-schemas-tabs .wrap-schemas-list li a:focus,
#seopress-schemas-tabs .wrap-schemas-list li a:active {
    background: #fff;
    box-shadow: none;
}
#seopress-schemas-tabs .wrap-schemas-list li.ui-tabs-active a {
    border-color: #dfdfdf;
    color: #000;
    margin-right: -1px;
    background: #fff;
}
#seopress_pro_cpt,
#seopress_pro_cpt input[type="text"],
#seopress_pro_cpt textarea {
    width: 100%;
}
#seopress_pro_cpt select {
    width: 300px;
}
#seopress_pro_cpt #wrap-faq .faq:nth-child(odd),
#seopress_pro_cpt #wrap-how-to .step:nth-child(odd) {
    background: var(--backgroundSecondaryHover);
}
#seopress_pro_cpt #wrap-faq .faq,
#seopress_pro_cpt #wrap-how-to .step {
    border-top: 1px solid var(--borderColorLight);
}
#seopress_pro_cpt #wrap-faq .faq .accordion-section-title,
#seopress_pro_cpt #wrap-how-to .step .accordion-section-title {
    border: none;
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
#seopress_pro_cpt .wrap-rich-snippets-faq,
#seopress_pro_cpt .wrap-rich-snippets-how-to {
    counter-reset: faq;
}
#seopress_pro_cpt #wrap-faq .faq .accordion-section-title::before,
#seopress_pro_cpt #wrap-how-to .step .accordion-section-title::before {
    counter-increment: faq;
    content: "#" counter(faq) " - ";
    left: 10px;
    top: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-weight: bold;
    float: left;
}
#seopress_pro_cpt #wrap-faq .faq .ui-accordion-header-active,
#seopress_pro_cpt #wrap-how-to .step .ui-accordion-header-active {
    border-bottom: 1px solid var(--borderColorLight);
}
#seopress_pro_cpt #wrap-faq .faq input,
#seopress_pro_cpt #wrap-how-to .step input,
#seopress_pro_cpt #wrap-faq .faq textarea,
#seopress_pro_cpt #wrap-how-to .step textarea {
    width: 100%;
    display: block;
}
#seopress_pro_cpt #wrap-faq .faq:first-child .remove-faq,
#seopress_pro_cpt #wrap-how-to .step:first-child .remove-step {
    display: none;
}
#seopress_pro_cpt .notice {
    margin-left: 0;
    margin-right: 0;
}
#seopress_pro_rich_snippets_type {
    margin: 0 0 10px 0;
}
.seopress-list li,
#seopress_pro_cpt .box-left li {
    position: relative;
    margin: 0 0 15px 0;
    vertical-align: middle;
}
.seopress-list li::before {
    font-family: "Dashicons";
    content: "\f147";
    left: -20px;
    position: absolute;
}
#seopress_pro_cpt ul.wrap-opening-hours,
#seopress_pro_cpt ul.wrap-opening-hours ul {
    background: none;
    padding: 0;
    border: none;
}
#seopress_pro_cpt ul.wrap-opening-hours > li {
    padding: 0 20px 10px;
    margin: 0 0 0 -12px;
    width: calc(100% + 24px);
}
#seopress_pro_cpt ul.wrap-opening-hours > li:nth-child(even) {
    background: var(--backgroundSecondaryHover);
    border-bottom: 1px solid var(--borderColorLight);
    border-top: 1px solid var(--borderColorLight);
}
#seopress_pro_cpt ul.wrap-opening-hours li::before {
    content: none;
}
#seopress_pro_cpt ul.wrap-opening-hours li li {
    margin: 5px 0;
    display: inline-block;
    width: 100%;
}
#seopress_pro_cpt ul.wrap-opening-hours label {
    min-width: 250px;
    margin: 0;
    font-weight: normal;
    display: inline-block;
    width: auto;
    vertical-align: top;
}
#seopress_pro_cpt ul.wrap-opening-hours select {
    width: auto;
}
#seopress_pro_cpt ul.wrap-opening-hours span {
    font-weight: bold;
    margin: 10px 0;
    width: 100%;
}
#seopress_pro_cpt .sublist {
    border: none;
    background: inherit;
    padding: 0;
}
#seopress_pro_cpt .sublist li::before,
#seopress_pro_cpt .advice li::before {
    content: none;
}
#seopress_pro_cpt .dashicons-no {
    color: var(--colorAlert);
}
#seopress_pro_cpt .dashicons-plus-alt {
    color: var(--colorSuccess);
    line-height: 1.5;
    opacity: 1;
    transition: all 300ms linear;
}
#seopress_pro_cpt .dashicons-plus-alt:hover {
    opacity: 0.85;
    cursor: pointer;
}
#seopress-your-schema .seopress_pro_rich_snippets_rules_and,
#seopress-your-schema .seopress_pro_rich_snippets_rules_del {
    color: var(--colorSuccess);
    line-height: 1;
    opacity: 1;
    transition: all 300ms linear;
    vertical-align: middle;
}
#seopress-your-schema .seopress_pro_rich_snippets_rules_and:hover,
#seopress-your-schema .seopress_pro_rich_snippets_rules_del:hover {
    opacity: 0.85;
    cursor: pointer;
}
#seopress-your-schema .seopress_pro_rich_snippets_rules_del {
    font-size: 18px;
}
#seopress_pro_cpt select.small-text {
    width: 150px;
}
#seopress_pro_cpt .advice {
    display: block;
}
#sp-automatic-tab span:not(:empty) {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin: 1px 0 -1px 5px;
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: var(--colorAlert);
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    z-index: 26;
    font-weight: bold;
}
.seopress_bot_404,
.seopress_bot_403,
.seopress_bot_402,
.seopress_bot_401,
.seopress_bot_400 {
    color: var(--colorAlert);
}
.seopress_bot_200,
.seopress_redirection_301 {
    color: var(--colorSuccess);
    background: rgb(74 184 102 / 10%);
}
.seopress_redirection_302,
.seopress_redirection_307 {
    color: var(--primaryColor);
    background: rgb(0 124 186 / 10%);
}
.seopress_redirection_410,
.seopress_redirection_451 {
    color: var(--colorWarning);
    background: rgb(255 186 0 / 10%);
}
.seopress_redirection_default {
    color: var(--colorAlert);
    background: rgb(170 0 0 / 10%);
}
.seopress_bot_status,
.seopress_redirection_status {
    white-space: nowrap;
    padding: 4px 8px;
    border-radius: 4px;
}
.wrap-toggle-checkboxes {
    position: inherit;
    margin: 20px 0;
    display: block;
}
/*Date Picker Default Styles*/
.seopress-ui-datepicker {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid var(--borderColorLight);
    border-top: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
    min-width: 17em;
    width: auto !important;
    z-index: 1000 !important;
}
body.wp-admin:not(.rtl) .seopress-ui-datepicker {
    margin-left: -1px;
}
body.wp-admin.rtl .seopress-ui-datepicker {
    margin-right: -1px;
}
.seopress-ui-datepicker * {
    padding: 0;
    font-family: var(--fontFamily);
    border-radius: 0;
}
.seopress-ui-datepicker table {
    font-size: --var(--fontSize);
    margin: 0;
    border: none;
    border-collapse: collapse;
}
.seopress-ui-datepicker .ui-widget-header,
.seopress-ui-datepicker .ui-datepicker-header {
    background-image: none;
    border: none;
    color: var(--primaryColor);
    font-weight: normal;
}
.seopress-ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
}
.seopress-ui-datepicker .ui-datepicker-title {
    margin: 0;
    padding: 10px 0;
    color: var(--colorDark);
    font-size: var(--fontSize);
    line-height: 14px;
    text-align: center;
    font-weight: bold;
}
.seopress-ui-datepicker .ui-datepicker-prev,
.seopress-ui-datepicker .ui-datepicker-next {
    position: relative;
    top: 0;
    height: 34px;
    width: 34px;
}
.seopress-ui-datepicker .ui-state-hover.ui-datepicker-prev,
.seopress-ui-datepicker .ui-state-hover.ui-datepicker-next {
    border: none;
}
.seopress-ui-datepicker .ui-datepicker-prev,
.seopress-ui-datepicker .ui-datepicker-prev-hover {
    left: 0;
}
.seopress-ui-datepicker .ui-datepicker-next,
.seopress-ui-datepicker .ui-datepicker-next-hover {
    right: 0;
}
.seopress-ui-datepicker .ui-datepicker-next span,
.seopress-ui-datepicker .ui-datepicker-prev span {
    display: none;
}
.seopress-ui-datepicker .ui-datepicker-prev {
    float: left;
}
.seopress-ui-datepicker .ui-datepicker-next {
    float: right;
}
.seopress-ui-datepicker .ui-datepicker-prev:before,
.seopress-ui-datepicker .ui-datepicker-next:before {
    font: normal 20px/34px "dashicons";
    padding-left: 0;
    color: var(--primaryColor);
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 34px;
    height: 34px;
}
.seopress-ui-datepicker .ui-datepicker-prev:before {
    content: "\f341";
}
.seopress-ui-datepicker .ui-datepicker-next:before {
    content: "\f345";
}
.seopress-ui-datepicker .ui-datepicker-prev-hover:before,
.seopress-ui-datepicker .ui-datepicker-next-hover:before {
    opacity: 0.7;
}
.seopress-ui-datepicker select.ui-datepicker-month,
.seopress-ui-datepicker select.ui-datepicker-year {
    width: 33%;
}
.seopress-ui-datepicker thead {
    color: #fff;
    font-weight: 600;
}
.seopress-ui-datepicker th {
    padding: 10px;
}
.seopress-ui-datepicker td {
    padding: 0;
    border: 1px solid var(--borderColorCard);
}
.seopress-ui-datepicker td.ui-datepicker-other-month {
    border: transparent;
}
.seopress-ui-datepicker tr:first-of-type td {
    border-top: 1px solid #f0f0f0;
}
.seopress-ui-datepicker td.ui-datepicker-week-end {
    background-color: var(--borderColorCard);
    border: 1px solid #f0f0f0;
}
.seopress-ui-datepicker td.ui-datepicker-today {
    background-color: var(--backgroundSecondaryHover);
}
.seopress-ui-datepicker td.ui-datepicker-current-day {
    background: #bbdd88;
}
.seopress-ui-datepicker td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    text-decoration: none;
    width: auto;
    display: block;
    padding: 5px 10px;
    font-weight: normal;
    color: #444;
}
.seopress-ui-datepicker td.ui-state-disabled .ui-state-default {
    opacity: 0.5;
}
.seopress-ui-datepicker thead {
    background: var(--backgroundPrimary);
}
.seopress-ui-datepicker td .ui-state-hover {
    background: var(--backgroundPrimary);
    color: #fff;
}
/*Local Business*/
#seopress-tabs.wrap .wrap-opening-hours {
    list-style: none;
    padding: 0;
}
.wrap-opening-hours li {
    margin-bottom: 20px;
    list-style-type: none;
}
.wrap-opening-hours .day {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--borderColorLight);
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}
.wrap-opening-hours .hours .range {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.wrap-opening-hours .hours .range select {
    width: auto;
}
/* Redirections */
.manage-column.column-seopress_404,
.manage-column.column-seopress_404_redirect_enable,
.manage-column.column-seopress_404_redirect_type {
    width: 60px;
}
.post-type-seopress_404 .wrap .subtitle {
    display: block;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    padding-left: 0;
}
.post-type-seopress_404 #posts-filter {
    position: relative;
}
.post-type-seopress_404 .search-box {
    display: flex;
    float: none;
    width: 100%;
    position: absolute;
    top: -85px;
}
.post-type-seopress_404 .search-box #post-search-input {
    width: 100%;
    float: none;
}
.post-type-seopress_404 .subsubsub {
    float: none;
    margin-top: 60px;
}
.schemas-bar-new {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--borderColorCard);
    position: sticky;
    background: #fff;
    z-index: 20;
    top: 32px;
    justify-content: space-between;
}
.block-editor-page .schemas-bar-new {
    top: 0;
}
.wrap-rich-snippets-type {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--borderColorLight);
    margin-bottom: 15px;
}
