.adf-about-server-settings {
    &__card {
        background: var(--adf-theme-background-card-color);
        color: var(--adf-theme-foreground-text-color);
        border-radius: 4px;
        padding: 16px;

        &:has(p) {
            border: none;

            p {
                margin: 0 0 10px;

                &:last-child {
                    margin: 0;
                }
            }
        }
    }
}
