.paragraph-widget{
    width: 752px;
    display: flex;
    flex-direction: column;
    gap: 36px;
    color: var(--Gray-Gray-700, #DDD);
    font-family: "Hanken Grotesk";
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.paragraph-widget p,
.paragraph-widget h1,
.paragraph-widget h2,
.paragraph-widget h3,
.paragraph-widget h4,
.paragraph-widget h5,
.paragraph-widget h6 {
    margin: 0;
}

/* Extra Small */
.paragraph-widget.size-XS {
    font-size: 12px;
}
.paragraph-widget.size-XS h2 {
    font-size: 24px;
}
.paragraph-widget.size-XS h3 {
    font-size: 20px;
}
.paragraph-widget.size-XS h4 {
    font-size: 16px;
}
.paragraph-widget.size-XS h5 {
    font-size: 14px;
}
.paragraph-widget.size-XS h6 {
    font-size: 12px;
}

/* Small */
.paragraph-widget.size-S {
    font-size: 16px;
}
.paragraph-widget.size-S h2 {
    font-size: 32px;
}
.paragraph-widget.size-S h3 {
    font-size: 24px;
}
.paragraph-widget.size-S h4 {
    font-size: 18px;
}
.paragraph-widget.size-S h5 {
    font-size: 16px;
}
.paragraph-widget.size-S h6 {
    font-size: 14px;
}

/* Medium size (default) */
.paragraph-widget.size-M {
    font-size: 20px;
}
.paragraph-widget.size-M h2 {
    font-size: 48px;
}
.paragraph-widget.size-M h3 {
    font-size: 36px;
}
.paragraph-widget.size-M h4 {
    font-size: 24px;
}
.paragraph-widget.size-M h5 {
    font-size: 20px;
}
.paragraph-widget.size-M h6 {
    font-size: 16px;
}

/* Large */
.paragraph-widget.size-L {
    font-size: 24px;
}
.paragraph-widget.size-L h2 {
    font-size: 56px;
}
.paragraph-widget.size-L h3 {
    font-size: 44px;
}
.paragraph-widget.size-L h4 {
    font-size: 32px;
}
.paragraph-widget.size-L h5 {
    font-size: 24px;
}
.paragraph-widget.size-L h6 {
    font-size: 20px;
}

/* Extra Large */
.paragraph-widget.size-XL {
    font-size: 28px;
}
.paragraph-widget.size-XL h2 {
    font-size: 64px;
}
.paragraph-widget.size-XL h3 {
    font-size: 52px;
}
.paragraph-widget.size-XL h4 {
    font-size: 40px;
}
.paragraph-widget.size-XL h5 {
    font-size: 32px;
}
.paragraph-widget.size-XL h6 {
    font-size: 24px;
}

.paragraph-widget .list-text-blocks {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.paragraph-widget .text-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.paragraph-widget .content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.paragraph-widget .content .italic{
    font-style: italic;
    font-weight: 200;
}

.paragraph-widget .content .strong{
    font-weight: 900;
}

.paragraph-widget .content .underline{
    text-decoration: underline;
}

.paragraph-widget .content .cross-out{
    text-decoration: line-through;
}

.paragraph-widget .content a {
    color: var(--Color-Palette-Yellow-Yellow-500, #FFC432);
    text-decoration: underline;
    transition: 0.3s;
}

.paragraph-widget .content a:hover {
    color: var(--Color-Palette-Blue-Blue-500, #25B1E1);
    transition: 0.3s;
}

@media screen and (max-width: 480px) {
    .paragraph-widget {
        width: 100%;
        gap: 24px;
    }
    .paragraph-widget .list-text-blocks {
        gap: 18px;
    }
    .paragraph-widget .content {
        gap: 12px;
    }
    .paragraph-widget .content {
        gap: 10px;
    }
    .paragraph-widget .content ul {
        padding-left: 24px;
    }
    /* Extra Small */
    .paragraph-widget.size-XS {
        font-size: 10px;
    }
    .paragraph-widget.size-XS h2 {
        font-size: 18px;
    }
    .paragraph-widget.size-XS h3 {
        font-size: 16px;
    }
    .paragraph-widget.size-XS h4 {
        font-size: 14px;
    }
    .paragraph-widget.size-XS h5 {
        font-size: 12px;
    }
    .paragraph-widget.size-XS h6 {
        font-size: 10px;
    }
    /* Small */
    .paragraph-widget.size-S {
        font-size: 12px;
    }
    .paragraph-widget.size-S h2 {
        font-size: 22px;
    }
    .paragraph-widget.size-S h3 {
        font-size: 18px;
    }
    .paragraph-widget.size-S h4 {
        font-size: 16px;
    }
    .paragraph-widget.size-S h5 {
        font-size: 14px;
    }
    .paragraph-widget.size-S h6 {
        font-size: 12px;
    }
    /* Medium size (default) */
    .paragraph-widget.size-M {
        font-size: 16px;
    }
    .paragraph-widget.size-M h2 {
        font-size: 28px;
    }
    .paragraph-widget.size-M h3 {
        font-size: 22px;
    }
    .paragraph-widget.size-M h4 {
        font-size: 18px;
    }
    .paragraph-widget.size-M h5 {
        font-size: 16px;
    }
    .paragraph-widget.size-M h6 {
        font-size: 14px;
    }
    /* Large */
    .paragraph-widget.size-L {
        font-size: 18px;
    }
    .paragraph-widget.size-L h2 {
        font-size: 32px;
    }
    .paragraph-widget.size-L h3 {
        font-size: 26px;
    }
    .paragraph-widget.size-L h4 {
        font-size: 22px;
    }
    .paragraph-widget.size-L h5 {
        font-size: 18px;
    }
    .paragraph-widget.size-L h6 {
        font-size: 16px;
    }
    /* Extra Large */
    .paragraph-widget.size-XL {
        font-size: 20px;
    }
    .paragraph-widget.size-XL h2 {
        font-size: 36px;
    }
    .paragraph-widget.size-XL h3 {
        font-size: 30px;
    }
    .paragraph-widget.size-XL h4 {
        font-size: 24px;
    }
    .paragraph-widget.size-XL h5 {
        font-size: 20px;
    }
    .paragraph-widget.size-XL h6 {
        font-size: 18px;
    }
}
