.dt-ai-overview {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.dt-ai-overview-title {
    margin: 0 0 8px;
}

.dt-ai-overview-intro {
    margin: 0 0 16px;
}

.dt-ai-overview-button {
    display: inline-block;
    border: 0;
    border-radius: 3px;
    padding: 12px 18px;
    background: var(--dt-rdap-button-color, #26384a) !important;
    color: #fff !important;
    font: inherit;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    text-decoration: none;
}

.dt-ai-overview-button:hover,
.dt-ai-overview-button:focus,
.dt-ai-overview-button:active {
    background: var(--dt-rdap-button-color, #26384a) !important;
    color: #fff !important;
}

.dt-ai-overview-button:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: 3px;
}

.dt-ai-overview-button:disabled {
    opacity: 0.65;
    cursor: wait;
}

.dt-ai-overview-output {
    margin-top: 18px;
}

.dt-ai-overview-output p {
    margin: 0 0 14px;
}

.dt-ai-overview-loading,
.dt-ai-overview-error {
    font-weight: 600;
}

.dt-ai-overview-error {
    color: #b32d2e;
}

.dt-ai-overview-note {
    margin-top: 18px !important;
    font-size: 0.9em;
    opacity: 0.75;
}

@media (max-width: 600px) {
    .dt-ai-overview-button {
        width: 100%;
    }
}
