
/* =========================================================
   Base
   ========================================================= */

* {
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

@media (max-width: 650px) {
    html {
        font-size: 110%;
        -webkit-text-size-adjust: 110%;
        -ms-text-size-adjust: 110%;
    }
}

body {
    margin: 0;
    padding: 0;
    background: #f5f6f8;
    color: #222;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}


/* =========================================================
   Header
   ========================================================= */

.site-header {
    width: 100%;
    background: #036899;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.site-header-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    min-height: 50px;
    padding: 0 15px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.site-title {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}

.site-title:hover {
    color: #ffffff;
    text-decoration: none;
}

.header-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-link,
.contact-link:link,
.contact-link:visited,
.contact-link:hover,
.contact-link:active {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
}


/* =========================================================
   Main container
   ========================================================= */

.page-container {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
    padding: 0 15px;
}

.checker-box {
    background: #fff;
    padding: 30px;
    border-radius: 3px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}


/* =========================================================
   Typography
   ========================================================= */

h1 {
    margin: 0 0 8px;
    font-size: 26px;
    line-height: 1.25;
	font-weight: 600;
}

h2 {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    color: #036899;
}

.intro {
    margin: 0 0 25px;
    color: #666;
}

.field-help {
    margin-top: 6px;
    color: #777;
    font-size: 12px;
}

.read-more,
.read-more:hover {
    color: #036899;
    text-decoration: none;
}


/* =========================================================
   Forms
   ========================================================= */

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 7px;
    font-weight: 700;
}

input[type="text"],
input[type="password"],
select,
textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    color: #222;
    font-family: inherit;
    font-size: 14px;
}

input[type="text"],
input[type="password"],
select {
    height: 42px;
    padding: 0 12px;
}

textarea {
    min-height: 220px;
    padding: 12px;
    resize: vertical;
    line-height: 1.8;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #036899;
    box-shadow: 0 0 0 2px rgba(30, 86, 158, 0.12);
}

.namesilo-field {
    display: none;
}


/* =========================================================
   Buttons
   ========================================================= */

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.button,
.small-button {
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    font-family: inherit;
    font-weight: 400;
}

.button {
    padding: 11px 18px;
    font-size: 14px;
}

.check {
    background: #036899;
    color: #fff;
}

.check:hover {
    filter: brightness(0.85);
}

.clear {
    background: #ddd;
    color: #222;
}

.clear:hover {
    filter: brightness(0.85);
}

.reset-all {
    background: #af2a2a;
    color: #fff;
}

.reset-all:hover {
    filter: brightness(0.85);
}

.small-button {
    padding: 5px 10px 4px 10px;
    background: #ffffff;
    color: #000000;
    border: #686868 solid 1px;
    font-size: 12px;
    white-space: nowrap;
}

.small-button:hover {
    filter: brightness(0.85);
}


/* =========================================================
   Notices
   ========================================================= */

.notice {
    margin-top: 18px;
    padding: 11px 14px;
    border-radius: 3px;
    font-size: 13px;
}

.notice-info {
    background: #eef6ff;
    color: #036899;
    border: 1px solid #cfe3fa;
}

.notice-warning {
    background: #fff7e8;
    color: #9a6700;
    border: 1px solid #f0d99b;
}

.notice-error {
    background: #fff0f0;
    color: #991b1b;
    border: 1px solid #efc1c1;
}


/* =========================================================
   Domain notices
   ========================================================= */

.domain-notices {
    margin: 20px 0px;
}

.domain-notice {
    margin: 10px 0px;
    padding: 11px 14px;
    border-radius: 3px;
    background: #fff3eb;
    color: #b45309;
    border: 1px solid #fed7aa;
    font-size: 13px;
}

.domain-notice:first-child {
    margin-top: 0;
}


/* =========================================================
   Results
   ========================================================= */

.result-summary {
    margin: 10px 0px;
    padding: 10px 0px;
    background: none;
    border-radius: 3px;
    color: #000;
}

.result-summary > div + div {
    margin-top: 3px;
}

.result-section {
    margin-top: 25px;
    border-radius: 3px;
    overflow: hidden;
}


/* Available = GREEN */

.available-section {
    background: #ecfdf5;
    border: 1px solid #bbf7d0;
}

.available-section h2 {
    color: #166534;
}


/* Premium + Reserved = BLUE */

.premium-section,
.reserved-section {
    background: #eef6ff;
    border: 1px solid #cfe3fa;
}

.premium-section h2,
.reserved-section h2 {
    color: #036899;
}


/* Registered + Restricted = RED */

.registered-section,
.restricted-section {
    background: #ffefef;
    border: 1px solid #fecaca;
}

.registered-section h2,
.restricted-section h2 {
    color: #991b1b;
}


/* Invalid + Unknown + Unchecked + Duplicated = ORANGE */

.invalid-section,
.unchecked-section,
.unknown-section,
.duplicated-section {
    background: #fff3eb;
    border: 1px solid #fed7aa;
}

.invalid-section h2,
.unchecked-section h2,
.unknown-section h2,
.duplicated-section h2 {
    color: #b45309;
}


.result-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 16px;
}

.result-heading h2 {
    margin: 0;
    flex: 0 1 auto;
    min-width: 0;
}

.domain-list {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.domain-row {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 42px;
    padding: 9px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.domain-row:last-child {
    border-bottom: 0;
}

.domain-row span {
    flex: 1;
    overflow-wrap: anywhere;
}

.domain-row input[type="checkbox"] {
    margin: 0;
}


/* Register icon/link */

.register-link {
    flex: 0 0 auto;
    color: #036899;
    text-decoration: none;
    font-size: 17px;
    line-height: 1;
}

.register-link:hover {
    text-decoration: none;
}


.result-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 8px;
    margin-left: auto;
    flex: 0 0 auto;
}


/* =========================================================
   Registered Domains Table
   ========================================================= */

.domain-details-table-wrapper {
    width: 100%;
    overflow-x: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.08);

    scrollbar-width: none;
    -ms-overflow-style: none;
}

.domain-details-table-wrapper::-webkit-scrollbar {
    display: none;
}

.domain-details-table {
    width: 100%;
    min-width: 0;
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 13px;
}

.domain-details-table .registered-col-domain {
    width: 45%;
}

.domain-details-table .registered-col-registration {
    width: 15%;
}

.domain-details-table .registered-col-expiration {
    width: 15%;
}

.domain-details-table .registered-col-registrar {
    width: 25%;
}

.domain-details-table th,
.domain-details-table td {
    padding: 9px 16px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.domain-details-table th {
    font-weight: 700;
}

.domain-details-table td:first-child {
    overflow-wrap: anywhere;
}

.domain-details-table td:first-child input[type="checkbox"] {
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.domain-details-table td:nth-child(2),
.domain-details-table td:nth-child(3) {
    white-space: nowrap;
}

.domain-details-table td:nth-child(4) {
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
}

.domain-details-table tbody tr:last-child td {
    border-bottom: 0;
}


/* =========================================================
   Copyright
   ========================================================= */

.copyright-line {
    width: 100%;
    max-width: 800px;
    margin: 20px auto 0;
    padding: 12px 15px;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #777;
    font-size: 12px;
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 650px) {

    .site-header-inner {
        min-height: 50px;
    }

    .site-title {
        font-size: 17px;
    }

    .page-container {
        margin: 25px auto;
    }

    .checker-box {
        padding: 20px;
    }

    h1 {
        font-size: 24px;
    }

    .button-row {
        flex-direction: column;
    }

    .button {
        width: 100%;
    }

    .result-heading {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }

    .result-actions {
        margin: 0px 0px 5px 0px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .small-button {
        padding: 5px 10px 5px 10px;
    }

    .domain-row {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .register-link {
        margin-left: 26px;
    }


    /* Registered Domains table */

    .domain-details-table {
        width: 600px;
        min-width: 600px;
        table-layout: fixed;
    }

    .domain-details-table th,
    .domain-details-table td {
        padding: 10px;
    }


    /* Unchecked Domains */

    .unchecked-section .domain-list {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .unchecked-section .domain-list::-webkit-scrollbar {
        display: none;
    }

    .unchecked-section .domain-row {
        min-width: 600px;
        flex-wrap: nowrap;
    }

    .unchecked-section .domain-row span {
        white-space: nowrap;
        overflow-wrap: normal;
    }

}


/* =========================================================
   API Security & Privacy Notice
   ========================================================= */

#api-privacy-notice {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 -3px 14px rgba(0, 0, 0, 0.10);
    z-index: 99999;
}

.api-privacy-inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 16px 15px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.api-privacy-text {
    flex: 1;
    min-width: 0;
}

.api-privacy-title {
    margin-bottom: 5px;
    color: #222;
    font-size: 14px;
    font-weight: 700;
}

.api-privacy-description {
    margin: 0;
    color: #666;
    font-size: 12px;
    line-height: 1.5;
}

.api-privacy-description a {
    color: #036899;
    text-decoration: none;
    font-weight: 600;
}

.api-privacy-description a:hover {
    text-decoration: underline;
}

.api-privacy-buttons {
    flex: 0 0 auto;

    display: flex;
    align-items: center;
    gap: 8px;
}

.api-privacy-button {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 3px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.api-privacy-more {
    background: #ddd;
    color: #222;
    border: 1px solid #ccc;
}

.api-privacy-more:hover {
    filter: brightness(0.85);
    color: #222;
}

.api-privacy-ok {
    background: #036899;
    color: #fff;
    border: 1px solid #036899;
}

.api-privacy-ok:hover {
    filter: brightness(0.85);
    border-color: #1d4ed8;
}


/* =========================================================
   Mobile API Security & Privacy Notice
   ========================================================= */

@media (max-width: 600px) {

    .api-privacy-inner {
        padding: 14px 15px;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .api-privacy-buttons {
        justify-content: flex-end;
    }

    .api-privacy-button {
        padding: 8px 14px;
    }

}


/* =========================================================
   DOMAIN TICKER STYLE
   ========================================================= */

.domain-ticker {
    --ticker-speed: 50;

    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 10px 0 -20px;
}

.domain-ticker-track {
    display: flex;
    flex-wrap: nowrap;
    width: max-content;
    white-space: nowrap;
    will-change: transform;
}

.domain-ticker-list {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    width: max-content;
    white-space: nowrap;
}

.domain-ticker-item {
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 30px;
    white-space: nowrap;
}

.domain-ticker-item a {
    display: inline-block;
    color: #036899;
    text-decoration: none;
    white-space: nowrap;
}

@keyframes domain-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}


/* =========================================================
   DOMAIN TICKER - MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .domain-ticker {
        margin: 10px 0 -15px;
    }

    .domain-ticker-track,
    .domain-ticker-list {
        display: flex;
        flex-wrap: nowrap;
        width: max-content;
    }

    .domain-ticker-list {
        flex: 0 0 auto;
    }

    .domain-ticker-item {
        display: inline-block;
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .domain-ticker-item a {
        display: inline-block;
        white-space: nowrap;
    }
}












/* =========================================================
   DOMAIN SNITCH
   ========================================================= */

.snitch-box {
    padding: 45px 30px 40px;
}


/* =========================================================
   SEARCH
   ========================================================= */

.snitch-search {
    text-align: center;
}

.snitch-search h1 {
    margin: 0 0 8px;
    color: #222;
    font-size: 26px;
    line-height: 1.25;
    font-weight: 600;
}

.snitch-tagline {
    margin: 0 0 25px;
    color: #666;
    font-size: 15px;
    line-height: 1.5;
}


/*
 * Google-style search row
 */

.snitch-form {
    width: 100%;
    margin: 0 auto;
}

.snitch-search-row {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.snitch-search-row input[type="text"] {
    flex: 1 1 auto;
    min-width: 0;
    height: 44px;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    background: #fff;
    color: #222;
    font-family: Arial, sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
}

.snitch-search-row input[type="text"]:focus {
    border-color: #036899;
    box-shadow: 0 0 0 1px #036899;
}

.snitch-button {
    flex: 0 0 auto;
    height: 44px;
    margin: 0;
    padding: 0 20px;
    white-space: nowrap;
    box-sizing: border-box;
}


/* =========================================================
   ERROR
   ========================================================= */

.snitch-box .notice-error {
    max-width: 680px;
    margin: 25px auto 0;
}



/* =========================================================
   UNKNOWN DOMAIN MESSAGE
   ========================================================= */

.snitch-domain-message {
    text-align: center;
    margin: 12px;
}



/* =========================================================
   Domain Snitch Intro
   ========================================================= */

.snitch-intro {
    margin: 24px 0 0;
    padding: 0 4px;
}


.snitch-intro h3 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #222222;
}


.snitch-intro p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
}


.snitch-intro p:last-child {
    margin-bottom: 0;
}


@media (max-width: 600px) {

    .snitch-intro {
        margin-top: 20px;
        padding: 0;
    }


    .snitch-intro h2 {
        font-size: 18px;
    }


    .snitch-intro p {
        font-size: 14px;
        line-height: 1.65;
    }

}


/* =========================================================
   DOMAIN INFORMATION
   ========================================================= */

.snitch-result {
    width: 100%;
    margin: 38px auto 0;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fff;
    overflow: hidden;
	margin-bottom: 20px;
}


/*
 * Section heading
 */

.snitch-result-heading {
    padding: 13px 16px;
    border-bottom: 1px solid #ddd;
    background: #f5f6f8;
    color: #036899;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 400;
}


/* =========================================================
   DOMAIN NAME / STATUS
   ========================================================= */

.snitch-domain-header {
    display: grid;
    grid-template-columns: 1fr 180px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.snitch-domain-name,
.snitch-domain-status {
    min-width: 0;
    padding: 12px 16px;
    box-sizing: border-box;
}


/*
 * Domain Name
 */

.snitch-domain-name {
    border-right: 1px solid #ddd;
    color: #222;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.snitch-domain-name::before {
    content: "Domain Name";
    display: block;
    margin-bottom: 3px;
    color: #777;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
}


/*
 * Status
 */

.snitch-domain-status {
    color: #991b1b;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.snitch-domain-status::before {
    content: "Status";
    display: block;
    margin-bottom: 3px;
    color: #777;
    font-size: 12px;
    line-height: 1.3;
    font-weight: 400;
}


/* =========================================================
   INFORMATION TABLE
   ========================================================= */

.snitch-domain-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    background: #fff;
    font-family: Arial, sans-serif;
    font-size: 13px;
    table-layout: fixed;
}

.snitch-domain-table td {
    padding: 11px 16px;
    vertical-align: top;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.5;
    box-sizing: border-box;
}

.snitch-domain-table tr:last-child td {
    border-bottom: 0;
}


/*
 * Left column
 */

.snitch-label {
    width: 35%;
    border-right: 1px solid #e5e5e5;
    background: #fafafa;
    color: #666;
    font-weight: 400;
}


/*
 * Right column
 */

.snitch-value {
    width: 65%;
    background: #fff;
    color: #222;
    overflow-wrap: anywhere;
}


/*
 * Nameservers
 */

.snitch-nameserver {
    display: block;
    line-height: 1.7;
}


/* =========================================================
   SOURCE NOTE
   ========================================================= */

.snitch-source-note {
    width: 100%;
    max-width: 680px;
    margin: 10px auto 0;
    color: #777;
    font-size: 12px;
    line-height: 1.5;
	display: none;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 650px) {

    .snitch-box {
        padding: 35px 20px 30px;
    }

    .snitch-search h1 {
        font-size: 28px;
    }

    .snitch-search-row {
        flex-direction: column;
        align-items: stretch;
    }

    .snitch-search-row input[type="text"],
    .snitch-button {
        width: 100%;
    }

    .snitch-result {
        margin-top: 30px;
    }

    .snitch-domain-header {
        grid-template-columns: 1fr;
    }

    .snitch-domain-name {
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }

    .snitch-domain-status {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .snitch-domain-table {
        table-layout: auto;
    }

    .snitch-domain-table td {
        padding: 10px 12px;
    }

    .snitch-label {
        width: 40%;
    }

    .snitch-value {
        width: 60%;
    }

}


/* =========================================================
   MARKETPLACE LISTINGS
   ========================================================= */

.marketplace-listing {
    margin-top: 20px;
}

.marketplace-listing-content {
    width: 100%;
    background: #fff;
}

.marketplace-listing-description {
    margin: 0;
    padding: 13px 16px;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.marketplace-list {
    width: 100%;
}

.marketplace-row {
    display: grid;
    grid-template-columns: 1fr 160px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    box-sizing: border-box;
}

.marketplace-row:last-child {
    border-bottom: 0;
}

.marketplace-name {
    min-width: 0;
    padding: 11px 16px;
    border-right: 1px solid #e5e5e5;
    color: #333;
    font-size: 13px;
    line-height: 1.5;
    box-sizing: border-box;
}

.marketplace-action {
    padding: 9px 12px;
    text-align: center;
    box-sizing: border-box;
}

.marketplace-action a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #036899;
    border-radius: 4px;
    background: #036899;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    box-sizing: border-box;
}

.marketplace-action a:hover {
    background: #02547a;
    border-color: #02547a;
    color: #fff;
}

@media (max-width: 650px) {

    .marketplace-row {
        grid-template-columns: 1fr;
    }

    .marketplace-name {
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 12px;
    }

    .marketplace-action {
        padding: 9px 12px;
        text-align: left;
    }

    .marketplace-action a {
        width: 100%;
        text-align: center;
    }

}


/* =========================================================
   DOMAIN ARCHIVE
   ========================================================= */

.domain-archive {
    margin-top: 20px;
}

.domain-archive-content {
    width: 100%;
    background: #fff;
}

.domain-archive-description {
    margin: 0;
    padding: 13px 16px;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.domain-archive-action {
    padding: 12px 16px;
    text-align: left;
    box-sizing: border-box;
}

.domain-archive-action a {
    display: inline-block;
    padding: 7px 14px;
    border: 1px solid #036899;
    border-radius: 4px;
    background: #036899;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    box-sizing: border-box;
}

.domain-archive-action a:hover {
    background: #02547a;
    border-color: #02547a;
    color: #fff;
}

@media (max-width: 650px) {

    .domain-archive-action {
        padding: 10px 12px;
    }

    .domain-archive-action a {
        width: 100%;
        text-align: center;
    }

}


/* =========================================================
   DOMAIN TOOLS
   ========================================================= */

.domain-tools {
    margin-top: 20px;
}

.domain-tools-content {
    width: 100%;
    background: #fff;
}

.domain-tools-description {
    margin: 0;
    padding: 13px 16px;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.domain-tools-list {
    width: 100%;
}

.domain-tool-row {
    display: grid;
    grid-template-columns: 1fr 160px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    box-sizing: border-box;
}

.domain-tool-row:last-child {
    border-bottom: 0;
}

.domain-tool-name {
    min-width: 0;
    padding: 11px 16px;
    border-right: 1px solid #e5e5e5;
    color: #333;
    font-size: 13px;
    line-height: 1.5;
    box-sizing: border-box;
}

.domain-tool-action {
    padding: 9px 12px;
    text-align: center;
    box-sizing: border-box;
}

.domain-tool-action a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #036899;
    border-radius: 4px;
    background: #036899;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    box-sizing: border-box;
}

.domain-tool-action a:hover {
    background: #02547a;
    border-color: #02547a;
    color: #fff;
}

@media (max-width: 650px) {

    .domain-tool-row {
        grid-template-columns: 1fr;
    }

    .domain-tool-name {
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 12px;
    }

    .domain-tool-action {
        padding: 9px 12px;
        text-align: left;
    }

    .domain-tool-action a {
        width: 100%;
        text-align: center;
    }

}

/* =========================================================
   SOCIAL MEDIA
   ========================================================= */

.social-media {
    margin-top: 20px;
}

.social-media-content {
    width: 100%;
    background: #fff;
}

.social-media-description {
    margin: 0;
    padding: 13px 16px;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.social-media-description strong {
    color: #333;
}

.social-media-list {
    width: 100%;
}

.social-media-row {
    display: grid;
    grid-template-columns: 1.1fr 1fr 110px 100px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    box-sizing: border-box;
}

.social-media-row:last-child {
    border-bottom: 0;
}

.social-media-name,
.social-media-username,
.social-media-status {
    min-width: 0;
    padding: 11px 12px;
    border-right: 1px solid #e5e5e5;
    font-size: 13px;
    line-height: 1.5;
    box-sizing: border-box;
}

.social-media-name {
    padding-left: 16px;
    color: #333;
}

.social-media-username {
    color: #666;
    overflow-wrap: anywhere;
}

.social-media-status {
    text-align: center;
    font-weight: bold;
}

.social-status-taken {
    color: #991b1b;
}

.social-status-available {
    color: #15803d;
}

.social-status-unknown {
    color: #b45309;
}

.social-media-action {
    padding: 9px 10px;
    text-align: center;
    box-sizing: border-box;
}

.social-media-action a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #036899;
    border-radius: 4px;
    background: #036899;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    box-sizing: border-box;
}

.social-media-action a:hover {
    background: #02547a;
    border-color: #02547a;
    color: #fff;
}

@media (max-width: 650px) {

    .social-media-row {
        grid-template-columns: 1fr 1fr;
    }

    .social-media-name {
        border-bottom: 1px solid #e5e5e5;
    }

    .social-media-username {
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .social-media-status {
        text-align: left;
        border-right: 1px solid #e5e5e5;
    }

    .social-media-action {
        text-align: center;
    }

    .social-media-action a {
        width: 100%;
    }

}

@media (max-width: 450px) {

    .social-media-row {
        grid-template-columns: 1fr;
    }

    .social-media-name,
    .social-media-username,
    .social-media-status {
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
    }

    .social-media-name,
    .social-media-username,
    .social-media-status {
        padding: 9px 12px;
    }

    .social-media-action {
        padding: 9px 12px;
        text-align: center;
    }

}


/* =========================================================
   SEO & SEARCH
   ========================================================= */

.seo-search {
    margin-top: 20px;
}

.seo-search-content {
    width: 100%;
    background: #fff;
}

.seo-search-description {
    margin: 0;
    padding: 13px 16px;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.seo-search-list {
    width: 100%;
}

.seo-search-row {
    display: grid;
    grid-template-columns: 1fr 160px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    box-sizing: border-box;
}

.seo-search-row:last-child {
    border-bottom: 0;
}

.seo-search-name {
    min-width: 0;
    padding: 11px 16px;
    border-right: 1px solid #e5e5e5;
    color: #333;
    font-size: 13px;
    line-height: 1.5;
    box-sizing: border-box;
}

.seo-search-action {
    padding: 9px 12px;
    text-align: center;
    box-sizing: border-box;
}

.seo-search-action a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #036899;
    border-radius: 4px;
    background: #036899;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    box-sizing: border-box;
}

.seo-search-action a:hover {
    background: #02547a;
    border-color: #02547a;
    color: #fff;
}

@media (max-width: 650px) {

    .seo-search-row {
        grid-template-columns: 1fr;
    }

    .seo-search-name {
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 12px;
    }

    .seo-search-action {
        padding: 9px 12px;
        text-align: left;
    }

    .seo-search-action a {
        width: 100%;
        text-align: center;
    }

}


/* =========================================================
   SECURITY & BLACKLIST
   ========================================================= */

.security-blacklist {
    margin-top: 20px;
}

.security-blacklist-content {
    width: 100%;
    background: #fff;
}

.security-blacklist-description {
    margin: 0;
    padding: 13px 16px;
    border-bottom: 1px solid #e5e5e5;
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

.security-blacklist-list {
    width: 100%;
}

.security-blacklist-row {
    display: grid;
    grid-template-columns: 1fr 160px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    box-sizing: border-box;
}

.security-blacklist-row:last-child {
    border-bottom: 0;
}

.security-blacklist-name {
    min-width: 0;
    padding: 11px 16px;
    border-right: 1px solid #e5e5e5;
    color: #333;
    font-size: 13px;
    line-height: 1.5;
    box-sizing: border-box;
}

.security-blacklist-action {
    padding: 9px 12px;
    text-align: center;
    box-sizing: border-box;
}

.security-blacklist-action a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #036899;
    border-radius: 4px;
    background: #036899;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    box-sizing: border-box;
}

.security-blacklist-action a:hover {
    background: #02547a;
    border-color: #02547a;
    color: #fff;
}

@media (max-width: 650px) {

    .security-blacklist-row {
        grid-template-columns: 1fr;
    }

    .security-blacklist-name {
        border-right: 0;
        border-bottom: 1px solid #e5e5e5;
        padding: 10px 12px;
    }

    .security-blacklist-action {
        padding: 9px 12px;
        text-align: left;
    }

    .security-blacklist-action a {
        width: 100%;
        text-align: center;
    }

}


/* =========================================================
   Domain Snapshot
   ========================================================= */

.domain-snapshot {
    margin-top: 20px;
}


.domain-snapshot-card {
    max-width: 560px;
    margin: 20px auto 0;
    padding: 10px 0 0;
    box-sizing: border-box;
}


.domain-snapshot-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #666666;
    text-align: center;
    margin-bottom: 14px;
}


.domain-snapshot-domain {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
    color: #036899;
    text-align: center;
    word-break: break-word;
}


.domain-snapshot-status {
    margin: 10px 0 22px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #15803d;
}


.domain-snapshot-details {
    border-top: 1px solid #e5e7eb;
}


.domain-snapshot-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}


.domain-snapshot-label {
    color: #666666;
    font-size: 14px;
    flex: 0 0 130px;
}


.domain-snapshot-value {
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    word-break: break-word;
}


.domain-snapshot-footer {
    margin-top: 18px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}


.domain-snapshot-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 16px;
}


.domain-snapshot-copy {
    cursor: pointer;
}


.domain-snapshot-copy-status {
    font-size: 13px;
    color: #15803d;
}


/* =========================================================
   Domain Snapshot - Mobile
   ========================================================= */

@media (max-width: 600px) {

    .domain-snapshot-card {
        padding: 10px 20px;
    }


    .domain-snapshot-domain {
        font-size: 23px;
    }


    .domain-snapshot-row {
        gap: 12px;
    }


    .domain-snapshot-label {
        flex-basis: 100px;
    }


    .domain-snapshot-value {
        max-width: 55%;
    }


    .domain-snapshot-actions {
        flex-wrap: wrap;
    }

}