.main-result-wrapper .section-wrapper.domain-overview-chart-wrapper {
    gap: var(--spacing-s3, 1.5rem);
    display: flex;
    flex-direction: column;
}

.cta-domain-overview-wrapper .serp-block-wrapper .side-bg-overlay {
    display: none;
}

.cta-domain-overview-wrapper .serp-block-wrapper .input-wrapper {
    display: flex!important;
    flex-direction: column!important;
}

.cta-domain-overview-wrapper .serp-block-wrapper .form-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

.cta-domain-overview-wrapper .serp-block-wrapper .input-wrapper-group {
    grid-column: 1 / -1;
    gap: 16px;
}

.cta-domain-overview-wrapper .serp-block-wrapper .location-language-select-wrapper {
    grid-column: 1 / -1;
    gap: 16px;
}

.cta-domain-overview-wrapper .serp-block-wrapper form button.button {
    grid-column: 1 / -1;
}
.container .container {
    padding-left: 0px;
    padding-right: 0;
}
.main-result-wrapper.domain-overview-result-wrapper {
    background-color: #fff;
}
.main-result-wrapper.domain-overview-result-wrapper .traffic-comparison-wrapper .card-right-wrapper h6 {
    text-align: left;
}

.main-result-wrapper.domain-overview-result-wrapper .canvas-wrapper {
    width: 100%;
    height: 300px;
}

.main-result-wrapper.domain-overview-result-wrapper .domain-legends {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.main-result-wrapper.domain-overview-result-wrapper .domain-legends .legend-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
}

.main-result-wrapper.domain-overview-result-wrapper .domain-legends .legend-color {
    border-radius: 0.66669rem;
    width: 1rem;
    height: 1rem;
}

.main-result-wrapper.domain-overview-result-wrapper .domain-legends .legend-item-user-domain .legend-color {
    background-color: #7F1BFF;
}

.main-result-wrapper.domain-overview-result-wrapper .domain-legends .legend-item-competitor-domain .legend-color {
    background-color: #2D0F6C;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-comparison-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--Spacing-s3, 1.5rem);
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-comparison-wrapper .card-right-data-wrapper {
    display: flex;
    flex-direction: column;
    border: 1px solid #E7D6FF;
    border-radius: var(--Corner-Radius-s, 0.5rem);
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data-key-label {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
    text-align: right;
    font-weight: 600;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data-item {
    display: flex;
    justify-content: space-between;
    font-family: inherit;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.09px;
    flex-direction: column;
    gap: 16px;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data-item.item-label-wrapper {
    display: none;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data-item.item-label-wrapper .traffic-data-item-value {
    color: var(--text-colors-text-secondary, #787A80);
    font-weight: 400;
    white-space: nowrap;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data-item-label {
    text-align: left;
    font-weight: 600;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data-item .icon {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #ED1D62;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data-item .icon.up {
    border-top-color: #13D886;
    transform: rotate(180deg);
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data-item .traffic-data-item-value {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data-item .traffic-data-item-value div.span-wrapper {
    display: flex;
    gap: 8px;
    align-items: center;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data-item .traffic-data-item-value div.span-wrapper span {
    align-items: center;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data-item:first-child .traffic-data-item-value {
    justify-content: left;
    font-weight: 400;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data-item .traffic-data-item-value div.span-wrapper span.value {
    text-align: right;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data-item .traffic-data-item-value .icon {
    width: 0;
    height: 0;
    min-width: unset !important;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data-item .traffic-data-item-value .change {
    font-weight: 600;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data-item .traffic-data-item-value .change.up {
    color: #13D886;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-data-item .traffic-data-item-value .change.down {
    color: #ED1D62;
}

.chart-triggers {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.chart-triggers-left,
.chart-triggers-right {
    display: flex;
}

.chart-triggers-left button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.chart-triggers-left button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

.chart-triggers-right button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.chart-triggers-right button:nth-child(2) {
    border-radius: 0;
}

.chart-triggers-right button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
}

.chart-triggers button {
    border-radius: 0.5rem;
    padding: 0.5rem;
    border: 1px solid #E7D6FF;
    color: #1e212b;
    background-color: #fff;
    font-size: 14.5px;
    font-weight: 600;
}

.chart-triggers button.selected {
    background-color: #f9f5ff;
    color: #1e212b;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-comparison-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--Spacing-s3, 1.5rem);
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-comparison-wrapper .card-right-data-wrapper {
    display: flex;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-comparison-wrapper .data-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
    padding: 24px;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-comparison-wrapper .card-right-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-comparison-wrapper .card-right-wrapper:last-child {
    border-right: none;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-comparison-wrapper .card-right-wrapper h6 {
    text-align: left;
    background-color: var(--color-palette-tertiary-lightest-purple, #f9f5ff);
    padding: 16px 24px;
    border-top-left-radius: var(--Corner-Radius-s, .5rem);
    border-top-right-radius: var(--Corner-Radius-s, .5rem);
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid var(--color-palette-tertiary-light-purple, #E7D6FF);
    margin-bottom: 0;
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0.088px;
}

.main-result-wrapper.domain-overview-result-wrapper .traffic-comparison-wrapper .card-right-wrapper:last-child h6 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.main-result-wrapper.domain-overview-result-wrapper .keywords-result-wrapper {
    gap: var(--Spacing-s3, 1.5rem);
    display: flex;
    flex-direction: column;
}

.main-result-wrapper.domain-overview-result-wrapper .keywords-result-wrapper .tr-heading td {
    font-weight: 600;
}

.main-result-wrapper.domain-overview-result-wrapper .keywords-result-wrapper .tr-item .item-wrap-lock {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.result-cta-wrapper .cta-button {
    margin-top: 24px;
    width: 265px;
    text-align: center;
}

.serp-api-main-wrapper  .cta-domain-overview-wrapper .serp-block-wrapper form button.button {
    font-size: 16px;
}

@media screen and (min-width: 768px) {
    .cta-domain-overview-wrapper .serp-block-wrapper .input-wrapper-group {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-domain-overview-wrapper .serp-block-wrapper .input-wrapper-group .input-wrapper:first-child {
        grid-column: 1 / -1;
    }

    .cta-domain-overview-wrapper .serp-block-wrapper .location-language-select-wrapper {
        display: flex;
        flex-direction: row;
        gap: 16px;
    }

    .cta-domain-overview-wrapper .serp-block-wrapper .location-language-select-wrapper .select2-container {
        flex: 1;
        min-width: 0;
        width: auto !important;
    }

    .serp-api-main-wrapper .cta-domain-overview-wrapper .serp-block-wrapper form button.button {
        font-size: 18px;
        width: 100% !important;
        min-height: 63px;
        height: auto;
    }
    
    .main-result-wrapper.domain-overview-result-wrapper {
        flex-direction: column;
    }

    .main-result-wrapper.domain-overview-result-wrapper .domain-legends .legend-item {
        font-size: 18px;
    }

    .main-result-wrapper.domain-overview-result-wrapper .traffic-data-item-label {
        text-align: right;
    }
    
    .main-result-wrapper.domain-overview-result-wrapper .traffic-comparison-wrapper .card-right-wrapper:first-child h6 {
        border-top-right-radius: 0;
    }

    .main-result-wrapper.domain-overview-result-wrapper .traffic-comparison-wrapper .card-right-wrapper:last-child h6 {
        border-top-left-radius: 0;
    }

    .main-result-wrapper.domain-overview-result-wrapper .traffic-comparison-wrapper .card-right-data-wrapper {
        flex-direction: row;
        display: flex;
    }

    .main-result-wrapper.domain-overview-result-wrapper .traffic-comparison-wrapper .card-right-wrapper {
        flex: 1;
        min-width: 0;
    }

    .main-result-wrapper.domain-overview-result-wrapper .traffic-comparison-wrapper .card-right-wrapper:first-child {
        border-right: 1px solid #E7D6FF;
    }

    .main-result-wrapper.domain-overview-result-wrapper .traffic-comparison-wrapper .data-wrapper {
        flex-direction: row;
        align-items: flex-end;
    }

    .main-result-wrapper.domain-overview-result-wrapper .traffic-data-item.item-label-wrapper {
        display: flex;
    }

    .main-result-wrapper.domain-overview-result-wrapper .traffic-data-item.traffic-data {
        flex: 1;
        min-width: 0;
    }

    .main-result-wrapper.domain-overview-result-wrapper .traffic-data-item .traffic-data-item-value {
        justify-content: flex-end;
        align-items: center;
    }

    .main-result-wrapper.domain-overview-result-wrapper .traffic-data-item .traffic-data-item-value div.main-text {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .cta-domain-overview-wrapper .serp-block-wrapper .form-group {
        grid-template-columns: repeat(3, 1fr);
    }

    .cta-domain-overview-wrapper .serp-block-wrapper .input-wrapper-group {
        grid-template-columns: repeat(3, 1fr);
    }

    .cta-domain-overview-wrapper .serp-block-wrapper .input-wrapper-group .input-wrapper:first-child {
        grid-column: auto;
    }

    .cta-domain-overview-wrapper .serp-block-wrapper .location-language-select-wrapper {
        display: contents;
    }

    .serp-api-main-wrapper .cta-domain-overview-wrapper .serp-block-wrapper form button.button {
        grid-column: auto;
    }
}

@media screen and (min-width: 1024px) {
    .main-result-wrapper.domain-overview-result-wrapper .canvas-wrapper {
        height: 500px;
    }

    .main-result-wrapper.domain-overview-result-wrapper .keywords-result-wrapper td {
        padding: var(--spacing-s-25, 1.25rem) var(--Spacing-s3, 1.5rem)
    }
}

@media screen and (min-width: 992px) {
    .wysiwyg__content-wrapper .cta-domain-overview-wrapper .serp-block-wrapper .form-group,
    .page-template-page-article .cta-domain-overview-wrapper .serp-block-wrapper .form-group,
    .page-parent .cta-domain-overview-wrapper .serp-block-wrapper .form-group {
        grid-template-columns: 1fr;
    }

    .wysiwyg__content-wrapper .cta-domain-overview-wrapper .serp-block-wrapper .input-wrapper-group,
    .page-template-page-article .cta-domain-overview-wrapper .serp-block-wrapper .input-wrapper-group,
    .page-parent .cta-domain-overview-wrapper .serp-block-wrapper .input-wrapper-group {
        grid-template-columns: repeat(2, 1fr);
    }

    .wysiwyg__content-wrapper .cta-domain-overview-wrapper .serp-block-wrapper .input-wrapper-group .input-wrapper:first-child,
    .page-template-page-article .cta-domain-overview-wrapper .serp-block-wrapper .input-wrapper-group .input-wrapper:first-child,
    .page-parent .cta-domain-overview-wrapper .serp-block-wrapper .input-wrapper-group .input-wrapper:first-child {
        grid-column: 1 / -1;
    }

    .wysiwyg__content-wrapper .cta-domain-overview-wrapper .serp-block-wrapper .location-language-select-wrapper,
    .page-template-page-article .cta-domain-overview-wrapper .serp-block-wrapper .location-language-select-wrapper,
    .page-parent .cta-domain-overview-wrapper .serp-block-wrapper .location-language-select-wrapper {
        display: flex !important;
        flex-direction: row !important;
        gap: 16px;
        width: 100%;
    }

    .wysiwyg__content-wrapper .cta-domain-overview-wrapper .serp-block-wrapper .location-language-select-wrapper .select2-container,
    .page-template-page-article .cta-domain-overview-wrapper .serp-block-wrapper .location-language-select-wrapper .select2-container,
    .page-parent .cta-domain-overview-wrapper .serp-block-wrapper .location-language-select-wrapper .select2-container {
        flex: 1;
        min-width: 0;
        width: auto !important;
    }

    .wysiwyg__content-wrapper .cta-domain-overview-wrapper .serp-block-wrapper form button.button,
    .page-template-page-article .cta-domain-overview-wrapper .serp-block-wrapper form button.button,
    .page-parent .cta-domain-overview-wrapper .serp-block-wrapper form button.button {
        width: 100% !important;
        grid-column: 1 / -1;
    }
}

@media screen and (min-width: 1440px) {
    .chart-triggers button {
        padding: 0.5rem 1rem;
        font-size: 1.125rem;
    }

    .main-result-wrapper.domain-overview-result-wrapper .canvas-wrapper {
        height: 600px;
    }

    .conditional-cta-wrapper p {
        font-size: 1.125rem;
    }

    .main-result-wrapper.domain-overview-result-wrapper .keywords-result-wrapper td {
        font-size: 1.125rem;
    }

    .main-result-wrapper.domain-overview-result-wrapper .keywords-result-wrapper td a {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .serp-api-main-wrapper .serp-block-wrapper form button.button {
        height: auto;
    }
}