.dt-rdap-wrap {
    max-width: 920px;
    width: calc(100% + 60px);
    margin: 0 -30px 36px;
    padding: 32px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, .06);
    color: #111827;
    box-sizing: border-box;
}

.dt-rdap-form {
    margin: 0;
}

.dt-rdap-form-heading {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.15;
    font-weight: 800;
    color: #111827;
}

.dt-rdap-intro {
    margin: 0 0 26px;
    color: #727272;
    font-size: 17px;
}

.dt-rdap-disclaimer {
    margin: 12px 0 0;
    color: #6b7280;
    font-size: 14px;
}

.dt-rdap-label {
    display: block;
    margin: 0 0 10px;
    color: #6b7280;
    font-weight: 700;
}

.dt-rdap-controls {
    display: flex;
    gap: 12px;
    align-items: stretch;
}

.dt-rdap-input {
    flex: 1 1 auto;
    min-width: 0;
    padding: 15px 16px;
    font: inherit;
    line-height: 1.4;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #f7f7f8;
    color: #5b5e5e;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .03);
}

.dt-rdap-input:focus {
    outline: 2px solid currentColor;
    outline-offset: 1px;
}

.dt-rdap-button {
    padding: 0 24px;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: .02em;
    min-width: 190px;
    border: 0;
    border-radius: 10px;
    cursor: pointer;
    background-color: var(--dt-rdap-button-color, #26384a) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    transition: box-shadow .15s ease;
}

.dt-rdap-button:hover,
.dt-rdap-button:focus,
.dt-rdap-button:active {
    background-color: var(--dt-rdap-button-color, #26384a) !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.dt-rdap-button:focus-visible {
    outline: 2px solid var(--dt-rdap-button-color, #26384a);
    outline-offset: 2px;
}

.dt-rdap-message {
    margin: 20px 0;
    padding: 14px 16px;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
}

.dt-rdap-error {
    border-left-width: 4px;
}

.dt-rdap-not-found span,
.dt-rdap-footnote {
    opacity: .78;
}

.dt-rdap-results {
    margin-top: 26px;
}

.dt-rdap-results-title {
    margin: 0 0 14px;
}

.dt-rdap-table {
    border: 1px solid #dedede;
    border-radius: 4px;
    overflow: hidden;
}

.dt-rdap-row {
    display: grid;
    grid-template-columns: minmax(170px, 34%) 1fr;
    border-bottom: 1px solid #e5e5e5;
}

.dt-rdap-row:last-child {
    border-bottom: 0;
}

.dt-rdap-key,
.dt-rdap-value {
    padding: 11px 14px;
    overflow-wrap: anywhere;
    color: #727272;
}

.dt-rdap-key {
    font-weight: 600;
    background: rgba(0, 0, 0, .035);
}

.dt-rdap-footnote {
    margin: 12px 0 0;
    font-size: .9em;
    color: #727272;
}

.dt-ai-overview {
    color: #727272;
}

@media (max-width: 720px) {
    .dt-rdap-wrap {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 24px;
        border-radius: 18px;
    }

    .dt-rdap-controls {
        display: block;
    }

    .dt-rdap-input,
    .dt-rdap-button {
        width: 100%;
    }

    .dt-rdap-button {
        margin-top: 10px;
        min-height: 54px;
        min-width: 0;
    }

    .dt-rdap-row {
        display: block;
    }

    .dt-rdap-key {
        padding-bottom: 4px;
    }

    .dt-rdap-value {
        padding-top: 4px;
    }
}

.dt-rdap-turnstile {
    margin-top: 14px;
    min-height: 65px;
}

.dt-rdap-turnstile-bottom {
    margin-top: 14px;
    margin-bottom: 28px;
}
