@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    color: #1f2933;
    background: #ffffff;
    overflow-x: hidden;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    text-align: center;
}

.hero-section {
    background: #f6f8fb;
    border-bottom: 1px solid #e7edf3;
}

.c-title {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.1;
}

.c-description {
    max-width: 780px;
    font-size: 22px;
    font-weight: 300;
}

.c-feature-row .c-info-block {
    height: 100%;
    padding: 22px;
    border: 1px solid #edf1f5;
    border-radius: 8px;
    background: #fafbfc;
}

.c-feature-section {
    margin-top: 42px;
    margin-bottom: 42px;
}

.c-entry-section,
.c-results-section {
    margin-top: 42px;
    margin-bottom: 56px;
}

.c-info-block h2 {
    font-size: 20px;
    font-weight: 700;
}

.c-info-block p,
.dashboard-intro p,
.terms-content p {
    font-size: 17px;
    font-weight: 300;
}

.honey {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.te {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.c-domain-input {
    height: 52px;
    background-color: #f4f6f8;
    border: 1px solid #d5dde5;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
}

.c-url-row {
    display: flex;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    gap: 10px;
}

.c-url-row .c-domain-input {
    flex: 1 1 auto;
    min-width: 0;
}

.c-url-submit {
    flex: 0 0 auto;
    min-width: 130px;
}

.c-button {
    background-color: #111827;
    border-color: #111827;
    border-radius: 100px;
    padding: 10px 22px;
}

.c-button:hover,
.c-button:focus {
    background-color: #313946;
    border-color: #313946;
}

.c-domain-holder,
.c-results-panel {
    border-radius: 8px;
    text-align: center;
    border: 1px solid #e5e9ef;
    background: #ffffff;
}

.c-results-panel {
    padding: 24px;
}

.results-heading-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.c-secondary-button {
    border-radius: 100px;
    padding: 9px 18px;
    white-space: nowrap;
}

.c-existing-url {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 14px;
    max-width: 100%;
}

.c-existing-url-text {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
}

.entered-url-box {
    background: #f6f8fb;
    border: 1px solid #e5e9ef;
    border-radius: 8px;
    padding: 14px;
}

.entered-url-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.entered-url-main {
    flex: 1 1 auto;
    min-width: 0;
}

.entered-url-label {
    display: block;
    color: #667085;
    font-size: 14px;
    margin-bottom: 4px;
}

.entered-url-value {
    font-weight: 700;
    overflow-wrap: anywhere;
}

.exact-url-notice {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.exact-url-note {
    color: #344054;
    font-size: 15px;
}

.add-entered-url {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-width: 0;
}

.add-action-stack {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}

.exact-url-actions {
    text-align: right;
    min-width: 0;
}

.add-note {
    color: #667085;
    font-size: 15px;
}

.js-refresh-results-form {
    display: none;
}

.c-logo .logo-img {
    width: 30px !important;
    overflow: hidden;
    border-radius: 3px;
}

.dashboard-header {
    background: #111827;
    color: #ffffff;
}

.dashboard-header a {
    color: #facc15;
}

.dashboard-link {
    overflow-wrap: anywhere;
}

.dashboard-url {
    overflow-wrap: anywhere;
}

.dashboard-site-link {
    color: #ffffff;
    text-decoration: none;
}

.dashboard-site-link:hover,
.dashboard-site-link:focus {
    color: #ffffff;
    text-decoration: none;
    opacity: 0.85;
}

.dashboard-credits {
    font-size: 36px;
    line-height: 1;
}

.dashboard-helper {
    color: #d1d5db;
    font-size: 15px;
}

.dashboard-helper a {
    color: #ffffff;
    text-decoration: underline;
}

.dashboard-summary {
    color: #f9fafb;
    font-size: 18px;
    font-weight: 300;
}

.credit-count {
    color: #facc15;
    font-weight: 800;
}

.pastel-bg-1 { background-color: #ffddc1; }
.pastel-bg-2 { background-color: #ffd1dc; }
.pastel-bg-3 { background-color: #d4e157; }
.pastel-bg-4 { background-color: #b2ebf2; }
.pastel-bg-5 { background-color: #ffecb3; }
.pastel-bg-6 { background-color: #c5cae9; }
.pastel-bg-7 { background-color: #f8bbd0; }
.pastel-bg-8 { background-color: #dcedc8; }
.pastel-bg-9 { background-color: #e1bee7; }

.e-card {
    text-decoration: none !important;
    color: #343a40 !important;
    padding: 0 !important;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.e-card:hover {
    text-decoration: none !important;
    color: #f8f9fa !important;
    background-color: #343a40;
}

.e-box-style {
    border-radius: 8px !important;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16) !important;
    padding: 0;
    border: none !important;
}

.website-card-wrap {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.website-card-wrap.is-clicked {
    opacity: 0;
    transform: scale(0.98);
}

.e-card.is-processing {
    pointer-events: none;
    opacity: 0.75;
}

.terms-content {
    text-align: left !important;
    max-width: 860px;
}

.terms-content h2 {
    margin-top: 28px;
    font-size: 24px;
}

@media (max-width: 575.98px) {
    .c-title {
        font-size: 34px;
    }

    .c-description {
        font-size: 19px;
    }

    .c-url-row,
    .add-entered-url,
    .entered-url-box,
    .exact-url-actions,
    .results-heading-row {
        display: block;
        text-align: left;
    }

    .entered-url-main {
        margin-bottom: 12px;
    }

    .c-secondary-button {
        margin-top: 12px;
        width: 100%;
    }

    .c-url-submit,
    .add-entered-url .c-button {
        width: 100%;
        margin-top: 10px;
    }

    .add-note {
        display: block;
        margin-top: 8px;
    }

    .add-action-stack {
        display: block;
    }

    .c-existing-url {
        grid-template-columns: 1fr;
        gap: 10px;
        align-items: flex-start;
    }

    .c-existing-url .btn,
    .c-existing-url .badge {
        justify-self: start;
    }

    .dashboard-actions {
        text-align: center !important;
    }

    .dashboard-actions .c-button {
        width: 100%;
    }
}
