html {
    scroll-behavior: smooth;
}
.scroll-mt-18 {
    scroll-margin-top: 5.5rem
}

#preparation-instructions .fi-accordion {
    box-shadow: none;
}

#preparation-instructions .fi-accordion > div {
    padding: 0;
}

#preparation-instructions .fi-accordion-item:not(:last-of-type) {
    border-bottom: 1px solid #f0f0f0;
}

#preparation-instructions .fi-accordion-item button > span.text-gray-500 {
    color: #000;
}

.rich-editor-content h2,
.rich-editor-content h3,
.rich-editor-content p,
.rich-editor-content ul,
.rich-editor-content ol {
    margin: 10px 0;
}

.rich-editor-content ul {
    list-style-type: disc;
    list-style-position: inside;
}

.rich-editor-content ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.rich-editor-content a {
    color: rgba(var(--primary-600));
}

.rich-editor-content h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
}

.rich-editor-content h3 {
    font-size: 1.1rem;
    line-height: 1.5rem;
    font-weight: 600;
}

.rich-editor-content blockquote {
    font-style: italic;
    padding-left: 10px;
    border-left: 3px solid rgba(var(--gray-600));
    color: rgba(var(--gray-600));
}

.text-success-600 {
    --tw-text-opacity: 1;
    color: rgba(var(--success-600),var(--tw-text-opacity,1))
}

.chart-template-custom {
    border-color: rgba(var(--gray-200), var(--tw-border-opacity, 1));
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    border-width: 1px;
    border-radius: .75rem;
    overflow: hidden;
}
.chart-template-custom .grid.fi-fo-component-ctn {
    display: flex;
    overflow-x: auto;
    padding: 1px;
    gap: 0;
}
.chart-template-custom .grid.fi-fo-component-ctn > div {
    flex: 1;
    min-width: min-content;
    padding: 1rem;
}
.chart-template-custom .grid.fi-fo-component-ctn > div:nth-child(odd) {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.chart-template-custom .grid.fi-fo-component-ctn .fi-fo-field-wrp-label > span {
    white-space: nowrap;
    color: rgba(var(--primary-600));
}
.chart-template-custom .grid.fi-fo-component-ctn span.fi-fo-checkbox-list-option-label {
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin-top: .25rem;
}
.dark .chart-template-custom {
    border-color: rgba(var(--gray-800), var(--tw-border-opacity, 1));
}
.dark .chart-template-custom .grid.fi-fo-component-ctn > div:nth-child(odd) {
    background-color: rgba(var(--gray-900), var(--tw-bg-opacity, 1));
}
.dark .chart-template-custom .grid.fi-fo-component-ctn .fi-fo-field-wrp-label > span {
    color: rgba(var(--primary-400));
}
