/* Start::Blockquote */
.blockquote-container {
    position: relative;
    border-radius: 0.375rem;
    border-width: 1px;
    border-inline-start-width: 4px;
    border-style: solid;
    border-color: rgb(var(--primary));
    padding: 1.25rem
}
.blockquote-container::before {
    position: absolute;
    height: 0.5rem;
    width: 0.5rem;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(var(--primary));
    font-size: 0.875rem;
    content: var(--tw-content);
    font-weight: 600
}

.blockquote .custom-blockquote {
    position: relative;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 0.875rem;
    font-weight: 600
}

.blockquote .custom-blockquote::before {
    position: absolute;
    inset-inline-start: -0.25rem;
    top: -1.5rem;
    z-index: 0;
    content: var(--tw-content);
    font-size: 4rem
}