
.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.roboto {
   font-family: "Roboto", sans-serif;
   font-optical-sizing: auto;
   font-style: normal;
   font-variation-settings:"wdth" 100;
}

body {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:"wdth" 100;
}

button {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.sd-seo-summary {
    margin: 1em auto;
    max-width: 50em;
}

.sd-seo-summary-ai {
    padding: .5em;
}

.sd-seo-domain {
    padding: .5em;
}

.sd-seo-onpage-score {
    padding: .5em;
}

.sd-seo-summary h2 {
    padding: .25em;
}

.sd-seo-onpage-date {
    padding: .5em;
}

.sd-seo-ctrl button {
    width: 13em;
    padding: .5em;
}

.sd-seo-ctrl {
    margin: .25em auto;
    cursor: pointer;
}

.sd-start-tasks {
    display: flex;
    flex-direction: column;
}
.sd-seo-admin-ctrls {
    display: flex;
    flex-wrap: wrap;
}

.sd-seo-summary table {
    width: 100%;
}

tr.seo-data-tr {
    background: #eee;
}
tr.seo-data-tr td {
    padding:.5em;
}

td.sd-seo-td-label {
    font-weight: bold;
}

tr.seo-desc-tr td {
    padding: .5em;
}

.sd-seo-summary.sd-seo-hidden {
    display: none;
}

.seo-data-wrapper {
    display: flex;
    max-width: 1366px;
    margin: 0 auto;
}

.sd-seo-data {
    padding: 1em 1em 1em 4em;
    width: 100%;
}

.sd-display-none {
    display: none;
}

div#sd-seo-app div {
    margin: 1em 0;
}

input {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
    margin-top: .5em;
    height: 2rem;
}

/* Focus effect */
input:focus {
    border-color: #0073e6;
    box-shadow: 0 0 6px rgba(0,115,230,0.3);
    outline: none;
}