.sw-preview-search {
    padding: 22px;
    border: 1px solid #e1e7ef;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(18, 53, 96, 0.07);
}

.sw-preview-search__site {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sw-preview-search__favicon {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eaf2fd;
    color: var(--primary);
    font-size: 12px;
    font-weight: 850;
}

.sw-preview-search__site span:last-child {
    display: grid;
    min-width: 0;
}

.sw-preview-search__site strong {
    overflow: hidden;
    color: #202124;
    font-size: 12px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sw-preview-search__site small {
    overflow: hidden;
    color: #4d5156;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sw-preview-search__title {
    margin-top: 14px;
    color: #1a0dab;
    font-family: Arial, sans-serif;
    font-size: 20px;
    line-height: 1.3;
}

.sw-preview-search__description {
    margin-top: 6px;
    color: #4d5156;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.55;
}

.sw-preview-quality {
    display: grid;
    margin-top: 14px;
    gap: 8px;
}

.sw-preview-quality__item {
    display: flex;
    padding: 10px 12px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #e2e9f2;
    border-radius: 10px;
    background: #f8fbff;
    color: #55667c;
    font-size: 11px;
}

.sw-preview-quality__item strong {
    color: #1d754d;
}

.sw-preview-quality__item.is-warning strong {
    color: #9b6510;
}

.sw-preview-social {
    overflow: hidden;
    border: 1px solid #dce4ee;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(18, 53, 96, 0.08);
}

.sw-preview-social__image {
    display: grid;
    aspect-ratio: 1.904 / 1;
    place-items: center;
    overflow: hidden;
    background: #eaf0f8;
    color: #7a8ba1;
    font-size: 12px;
    font-weight: 780;
}

.sw-preview-social__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sw-preview-social__body {
    padding: 15px 17px 17px;
}

.sw-preview-social__body span {
    display: block;
    color: #748399;
    font-size: 10px;
    font-weight: 760;
    letter-spacing: 0.035em;
}

.sw-preview-social__body strong {
    display: block;
    margin-top: 6px;
    color: #1f2f45;
    font-size: 16px;
    line-height: 1.35;
}

.sw-preview-social__body p {
    margin-top: 5px;
    color: #65758b;
    font-size: 12px;
    line-height: 1.5;
}

.sw-preview-code {
    margin-top: 22px;
}

.sw-preview-code .sw-app-textarea {
    min-height: 210px;
}

.sw-preview-live {
    min-height: 18px;
    margin-top: 10px;
    color: #54708f;
    font-size: 11px;
}
