.sofon-root-description {
    box-sizing: border-box;
    width: min(100%, 920px);
    margin: 0 auto clamp(22px, 3vw, 34px);
    padding: clamp(17px, 2.2vw, 24px) clamp(18px, 2.8vw, 28px);
    border: 1px solid color-mix(in srgb, #57d8ff 34%, transparent);
    border-left: 4px solid #57d8ff;
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(15, 30, 52, .93), rgba(17, 20, 39, .92));
    box-shadow: 0 16px 42px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255,255,255,.035);
    color: inherit;
}

.sofon-root-description__label {
    margin: 0 0 8px;
    color: #69ddff;
    font: 700 .72rem/1.2 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.sofon-root-description p {
    margin: 0;
    max-width: none;
    color: inherit;
    font-size: clamp(.98rem, 1.2vw, 1.075rem);
    line-height: 1.68;
}

@media (max-width: 600px) {
    .sofon-root-description {
        width: calc(100% - 8px);
        border-radius: 13px;
    }
}
