.quimatic-page-breadcrumb {
    display: flex;
    align-items: center;
    gap: 4px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 4px 56px;
    background: #f5f5f5;
    color: #0a0203;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.quimatic-page-breadcrumb__link {
    color: #0a0203;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.quimatic-page-breadcrumb__current {
    color: #ff4e00;
}

.quimatic-help-center {
    background: #ffffff;
    color: #101828;
}

.quimatic-help-center__hero {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e7eaee;
    background: #ffffff;
}

.quimatic-help-center__hero::before,
.quimatic-help-center__hero::after {
    position: absolute;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    content: "";
    pointer-events: none;
}

.quimatic-help-center__hero::before {
    top: -21px;
    right: -70px;
    width: 800px;
    height: 443px;
    background-image: url("../assets/img/central-de-ajuda-hero-graphic-main.svg");
}

.quimatic-help-center__hero::after {
    top: -96px;
    right: -70px;
    width: 659px;
    height: 276px;
    background-image: url("../assets/img/central-de-ajuda-hero-graphic-secondary.svg");
}

.quimatic-help-center__hero-inner,
.quimatic-help-center__layout-inner {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding-left: 64px;
    padding-right: 64px;
}

.quimatic-help-center__hero-inner {
    position: relative;
    z-index: 1;
    padding-top: 64px;
    padding-bottom: 36px;
}

.quimatic-help-center__hero-copy {
    position: relative;
    z-index: 1;
    max-width: 646px;
}

.quimatic-help-center__hero-copy h1 {
    margin: 0;
    color: #111827;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.15;
    letter-spacing: -0.48px;
}

.quimatic-help-center__hero-copy p {
    margin: 0;
    color: #4b5563;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.quimatic-help-center__search-form {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 24px;
}

.quimatic-help-center__search-input-wrap {
    position: relative;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 14px 16px;
    border: 1px solid #d1d5dc;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.quimatic-help-center__search-input-wrap:focus-within {
    border-color: #ff4e00;
    box-shadow: 0 0 0 1px rgba(255, 78, 0, 0.16);
}

.quimatic-help-center__search-input-wrap::before {
    flex: 0 0 24px;
    position: absolute;
    top: 50%;
    left: 16px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M13.2779 11.3355C13.6312 10.9823 13.8079 10.5564 13.8079 10.0578C13.8079 9.55908 13.6312 9.13308 13.2779 8.77975C12.9247 8.42658 12.4988 8.25 12.0001 8.25C11.5015 8.25 11.0756 8.42658 10.7224 8.77975C10.3691 9.13308 10.1924 9.55908 10.1924 10.0578C10.1924 10.5564 10.3691 10.9823 10.7224 11.3355C11.0756 11.6887 11.5015 11.8652 12.0001 11.8652C12.4988 11.8652 12.9247 11.6887 13.2779 11.3355ZM12.0001 19.5135C13.9565 17.7622 15.4536 16.0823 16.4914 14.474C17.5292 12.8657 18.0481 11.457 18.0481 10.248C18.0481 8.425 17.469 6.92633 16.3106 5.752C15.1523 4.57767 13.7155 3.9905 12.0001 3.9905C10.2848 3.9905 8.84798 4.57767 7.68965 5.752C6.53131 6.92633 5.95215 8.425 5.95215 10.248C5.95215 11.457 6.47107 12.8657 7.5089 14.474C8.54673 16.0823 10.0438 17.7622 12.0001 19.5135ZM12.0001 21.5095C9.48348 19.3288 7.59631 17.2994 6.33865 15.4212C5.08098 13.5429 4.45215 11.8185 4.45215 10.248C4.45215 7.94033 5.19856 6.07208 6.6914 4.64325C8.1844 3.21442 9.95398 2.5 12.0001 2.5C14.0463 2.5 15.8159 3.21442 17.3089 4.64325C18.8017 6.07208 19.5481 7.94033 19.5481 10.248C19.5481 11.8185 18.9193 13.5429 17.6616 15.4212C16.404 17.2994 14.5168 19.3288 12.0001 21.5095Z' fill='%2399A1AF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    content: "";
    transform: translateY(-50%);
    pointer-events: none;
}

.quimatic-help-center__search-input-wrap input {
    width: 100%;
    min-height: 24px;
    padding: 0 40px 0 36px;
    border: 0;
    background: transparent;
    color: #111827;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: normal;
    outline: none;
}

.quimatic-help-center__search-input-wrap input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.quimatic-help-center__search-input-wrap input::placeholder {
    color: #6a7282;
}

.quimatic-help-center__search-clear {
    position: absolute;
    top: 50%;
    right: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0a0203;
    cursor: pointer;
    transform: translateY(-50%);
}

.quimatic-help-center__search-clear[hidden] {
    display: none;
}

.quimatic-help-center__search-clear svg {
    display: block;
    width: 19px;
    height: 19px;
}

.quimatic-help-center__search-form .quimatic-help-center__primary-button {
    min-height: 54px;
    padding: 16px 32px;
}

.quimatic-help-center__primary-button,
.quimatic-help-center__sidebar-cta,
.quimatic-help-center__more-button,
.quimatic-help-center__text-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 24px;
    border: 1px solid #ff4e00;
    background: #ff4e00;
    color: #ffffff;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.quimatic-help-center__text-button:hover,
.quimatic-help-center__text-button:focus-visible,
.quimatic-help-center__sidebar-cta:hover,
.quimatic-help-center__sidebar-cta:focus-visible {
    background: #db4300;
    border-color: #db4300;
    color: #ffffff;
    outline: 0;
}

.quimatic-help-center__primary-button:hover,
.quimatic-help-center__primary-button:focus-visible,
.quimatic-help-center__more-button:hover,
.quimatic-help-center__more-button:focus-visible {
    background: #ffffff;
    color: #ff4e00;
    outline: 0;
}

.quimatic-help-center__collection-item[hidden],
.quimatic-help-center__more-button[hidden] {
    display: none !important;
}

.quimatic-help-center__layout-inner {
    display: grid;
    grid-template-columns: 360px minmax(0, 1fr);
    gap: 64px;
    padding-bottom: 96px;
}

.quimatic-help-center__sidebar {
    align-self: stretch;
    border-right: 1px solid #d8d8d8;
    padding-top: 76px;
}

.quimatic-help-center__sidebar-inner {
    position: sticky;
    top: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.quimatic-help-center__sidebar-heading {
    padding: 0 16px 0 0;
    color: #0a0203;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
}

.quimatic-help-center__type-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    max-width: 100%;
    padding-right: 16px;
}

.quimatic-help-center__type-chip {
    --help-chip-bg: #fff5ef;
    --help-chip-color: #4b5563;
    --help-chip-border: transparent;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 6px;
    border: 1px solid var(--help-chip-border);
    background: var(--help-chip-bg);
    color: var(--help-chip-color);
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.quimatic-help-center__type-chip.is-active {
    border-color: var(--help-chip-color);
    box-shadow: inset 0 0 0 1px var(--help-chip-color);
}

.quimatic-help-center__type-chip--artigo {
    --help-chip-bg: #dbeafe;
    --help-chip-color: #1447e6;
}

.quimatic-help-center__type-chip--produto {
    --help-chip-bg: #fff7f3;
    --help-chip-color: #ff4e00;
}

.quimatic-help-center__type-chip--faq {
    --help-chip-bg: #dcfce7;
    --help-chip-color: #008236;
}

.quimatic-help-center__type-chip--ficha-tecnica {
    --help-chip-bg: #fff7f3;
    --help-chip-color: #ff4e00;
}

.quimatic-help-center__type-chip--video {
    --help-chip-bg: #f3e8ff;
    --help-chip-color: #8200db;
}

.quimatic-help-center__type-chip-icon,
.quimatic-help-center__section-title-icon,
.quimatic-help-center__result-badge-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
}

.quimatic-help-center__type-chip-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    margin-left: 2px;
    color: currentColor;
    transition: opacity 0.2s ease;
}

.quimatic-help-center__type-chip-clear svg {
    width: 100%;
    height: 100%;
    display: block;
}

.quimatic-help-center__type-chip:hover .quimatic-help-center__type-chip-clear {
    opacity: 0.85;
}

.quimatic-help-center__type-chip-icon svg,
.quimatic-help-center__section-title-icon svg,
.quimatic-help-center__result-badge-icon svg {
    width: 100%;
    height: 100%;
}

.quimatic-help-center__filter-groups {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    width: auto;
    max-width: none;
    padding-right: 16px;
    padding-top: 8px;
}

.quimatic-help-center__filter-groups [hidden] {
    display: none !important;
}

.quimatic-help-center__filter-group {
    border-top: 1px solid #e7e9ee;
    border-bottom: 1px solid #e7e9ee;
}

.quimatic-help-center__filter-group + .quimatic-help-center__filter-group {
    border-top: 0;
}

.quimatic-help-center__filter-group-trigger {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    width: 264px;
    max-width: 100%;
    padding: 16px 4px;
    border: 0;
    background: transparent;
    color: #111827;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
}

.quimatic-help-center__filter-group-arrow,
.quimatic-help-center__faq-arrow {
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23FF4E00' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    transition: transform 0.2s ease;
}

.quimatic-help-center__filter-group > .quimatic-help-center__filter-group-trigger > .quimatic-help-center__filter-group-arrow {
    transform: rotate(-90deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%234B5563' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.quimatic-help-center__filter-group.is-open > .quimatic-help-center__filter-group-trigger > .quimatic-help-center__filter-group-arrow {
    transform: rotate(0deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23FF4E00' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.quimatic-help-center__faq-item.is-open .quimatic-help-center__faq-arrow {
    transform: rotate(180deg);
}

.quimatic-help-center__filter-group-panel {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 264px;
    max-width: 100%;
    padding: 0 0 8px;
}

.quimatic-help-center__filter-option {
    padding: 8px 36px;
    color: #101828;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.quimatic-help-center__filter-option.is-active {
    background: #ff4e00;
    color: #ffffff;
    font-weight: 700;
}

.quimatic-help-center__sidebar-cta {
    align-self: center;
    width: 314px;
    max-width: 100%;
    min-height: 0;
    margin-top: 26px;
    padding: 7px 18px;
    background: #ffffff;
    color: #ff4e00;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.quimatic-help-center__sidebar-cta:hover,
.quimatic-help-center__sidebar-cta:focus-visible {
    color: #ffffff;
}

.quimatic-help-center__filter-group-panel--tree {
    gap: 0;
    width: 290px;
    padding-bottom: 0;
}

.quimatic-help-center__filter-tree-node {
    display: flex;
    flex-direction: column;
}

.quimatic-help-center__filter-tree-row {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    min-height: 39px;
    background: #ffffff;
}

.quimatic-help-center__filter-tree-control,
.quimatic-help-center__filter-tree-spacer {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.quimatic-help-center__filter-tree-spacer {
    width: 16px;
    height: 16px;
    margin-left: 4px;
    flex: 0 0 16px;
}

.quimatic-help-center__filter-tree-control {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    padding: 8px 8px 8px 0;
    background: transparent;
    color: #101828;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    cursor: pointer;
}

.quimatic-help-center__filter-tree-control--toggle {
    flex: 0 0 24px;
    width: 24px;
    justify-content: center;
    padding: 8px 0;
}

.quimatic-help-center__filter-tree-control .quimatic-help-center__filter-group-arrow {
    flex: 0 0 16px;
    transform: rotate(-90deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%234B5563' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.quimatic-help-center__filter-tree-node.is-open > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-control > .quimatic-help-center__filter-group-arrow {
    transform: rotate(0deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23FF4E00' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.quimatic-help-center__filter-tree-link {
    flex: 1 1 auto;
    min-width: 0;
    padding: 8px 8px 8px 0;
    color: #101828;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
}

.quimatic-help-center__filter-tree-node--depth-1 > .quimatic-help-center__filter-tree-row {
    background: #ffffff;
}

.quimatic-help-center__filter-tree-node--depth-2 > .quimatic-help-center__filter-tree-row {
    background: #fff1eb;
    padding-left: 8px;
}

.quimatic-help-center__filter-tree-node--depth-3 > .quimatic-help-center__filter-tree-row {
    background: #ffdcce;
    padding-left: 32px;
}

.quimatic-help-center__filter-tree-node--depth-2 > .quimatic-help-center__filter-tree-row,
.quimatic-help-center__filter-tree-node--depth-3 > .quimatic-help-center__filter-tree-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.52);
}

.quimatic-help-center__filter-tree-node--depth-0 > .quimatic-help-center__filter-tree-row {
    padding-left: 0;
}

.quimatic-help-center__filter-tree-node.is-selected > .quimatic-help-center__filter-tree-row {
    background: #ff4e00;
    padding-left: 32px;
}

.quimatic-help-center__filter-tree-node.is-selected > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-link,
.quimatic-help-center__filter-tree-node.is-selected > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-control {
    color: #0a0203;
    font-weight: 700;
}

.quimatic-help-center__filter-tree-node--depth-1.is-selected > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-link,
.quimatic-help-center__filter-tree-node--depth-1.is-selected > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-control {
    color: #ffffff;
}

.quimatic-help-center__filter-tree-node.is-primary-ancestor > .quimatic-help-center__filter-tree-row {
    background: #ff4e00;
    padding-left: 4px;
}

.quimatic-help-center__filter-tree-node.is-primary-ancestor > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-link,
.quimatic-help-center__filter-tree-node.is-primary-ancestor > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-control {
    color: #ffffff;
    font-weight: 700;
}

.quimatic-help-center__filter-tree-node.is-primary-ancestor > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-control > .quimatic-help-center__filter-group-arrow,
.quimatic-help-center__filter-tree-node.is-selected > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-control > .quimatic-help-center__filter-group-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='white' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.quimatic-help-center__filter-tree-node.is-ancestor:not(.is-primary-ancestor) > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-link,
.quimatic-help-center__filter-tree-node.is-ancestor:not(.is-primary-ancestor) > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-control {
    color: #0a0203;
    font-weight: 700;
}

.quimatic-help-center__filter-tree-children {
    display: flex;
    flex-direction: column;
}

.quimatic-help-center__filter-tree-node--depth-1 > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-control,
.quimatic-help-center__filter-tree-node--depth-1 > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-spacer {
    margin-left: 32px;
}

.quimatic-help-center__filter-tree-node--depth-2 > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-control,
.quimatic-help-center__filter-tree-node--depth-2 > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-spacer,
.quimatic-help-center__filter-tree-node--depth-3 > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-control,
.quimatic-help-center__filter-tree-node--depth-3 > .quimatic-help-center__filter-tree-row > .quimatic-help-center__filter-tree-spacer {
    margin-left: 40px;
}

.quimatic-help-center__content {
    min-width: 0;
    position: relative;
}

.quimatic-help-center__content.is-loading {
    min-height: 320px;
}

.quimatic-help-center__content.is-loading::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 5;
    background: rgba(255, 255, 255, 0.78);
}

.quimatic-help-center__content.is-loading::after {
    content: "";
    position: absolute;
    top: 180px;
    left: 50%;
    z-index: 6;
    width: 34px;
    height: 34px;
    margin-left: -17px;
    border: 3px solid rgba(255, 78, 0, 0.2);
    border-top-color: #ff4e00;
    border-radius: 50%;
    animation: quimatic-help-center-spin 0.75s linear infinite;
}

@keyframes quimatic-help-center-spin {
    to {
        transform: rotate(360deg);
    }
}

.quimatic-help-center__results-header {
    margin-bottom: 32px;
    margin-top: 76px;
}

.quimatic-help-center__results-title-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.quimatic-help-center__results-title {
    margin: 0;
    color: #111827;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0;
}

.quimatic-help-center__results-title-highlight {
    color: #ff4e00;
}

.quimatic-help-center__tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0;
    margin-top: 0;
    padding-bottom: 1px;
    border-bottom: 1px solid #e5e7eb;
}

.quimatic-help-center__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 48px;
    padding: 12px 24px;
    border-bottom: 2px solid transparent;
    background: transparent;
    color: #4a5565;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.quimatic-help-center__tab-icon {
    display: inline-flex;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    color: inherit;
}

.quimatic-help-center__tab-icon svg {
    display: block;
    width: 100%;
    height: 100%;
}

.quimatic-help-center__tab-label {
    color: inherit;
    font: inherit;
    white-space: nowrap;
}

.quimatic-help-center__tab-count {
    color: #757575;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    white-space: nowrap;
}

.quimatic-help-center__tab {
    --help-tab-bg: #fff3ef;
    --help-tab-color: #ff4e00;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.quimatic-help-center__tab--artigo {
    --help-tab-bg: #dbeafe;
    --help-tab-color: #1447e6;
}

.quimatic-help-center__tab--produto {
    --help-tab-bg: #fff7f3;
    --help-tab-color: #ff4e00;
}

.quimatic-help-center__tab--faq {
    --help-tab-bg: #dcfce7;
    --help-tab-color: #008236;
}

.quimatic-help-center__tab--ficha-tecnica {
    --help-tab-bg: #fff7f3;
    --help-tab-color: #ff4e00;
}

.quimatic-help-center__tab--video {
    --help-tab-bg: #f3e8ff;
    --help-tab-color: #8200db;
}

.quimatic-help-center__tab:hover:not(.is-active) {
    color: var(--help-tab-color);
}

.quimatic-help-center__tab:hover:not(.is-active) .quimatic-help-center__tab-count {
    color: var(--help-tab-color);
}

.quimatic-help-center__tab.is-active {
    border-bottom-color: var(--help-tab-color);
    background: var(--help-tab-bg);
    color: var(--help-tab-color);
}

.quimatic-help-center__tab.is-active .quimatic-help-center__tab-count {
    color: var(--help-tab-color);
}

.quimatic-help-center__section + .quimatic-help-center__section {
    margin-top: 48px;
}

.quimatic-help-center__section {
    --help-section-chip-bg: #fff7f3;
    --help-section-chip-color: #ff4e00;
}

.quimatic-help-center__section--faq {
    --help-section-chip-bg: #dcfce7;
    --help-section-chip-color: #008236;
}

.quimatic-help-center__section--video {
    --help-section-chip-bg: #f3e8ff;
    --help-section-chip-color: #8200db;
}

.quimatic-help-center__section--artigo {
    --help-section-chip-bg: #dbeafe;
    --help-section-chip-color: #1447e6;
}

.quimatic-help-center__section--produto {
    --help-section-chip-bg: #fff7f3;
    --help-section-chip-color: #ff4e00;
}

.quimatic-help-center__section--ficha-tecnica {
    --help-section-chip-bg: #fff7f3;
    --help-section-chip-color: #ff4e00;
}

.quimatic-help-center__section-header {
    margin-bottom: 20px;
    margin-top: 68px;
}

.quimatic-help-center__section-title {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 8px 16px;
    background: var(--help-section-chip-bg);
    color: var(--help-section-chip-color);
}

.quimatic-help-center__section-title h2 {
    margin: 0;
    color: inherit;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0;
    white-space: nowrap;
}

.quimatic-help-center__section-title-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
}

.quimatic-help-center__section-body {
    width: 100%;
}

.quimatic-help-center__collection-item {
    min-width: 0;
}

.quimatic-help-center__section-body--faq .quimatic-faq__list {
    width: 100%;
    padding-top: 0;
}

.quimatic-help-center__section-body--faq .quimatic-faq__item {
    min-height: 0;
}

.quimatic-help-center__section-body--faq .quimatic-faq__panel p + p {
    margin-top: 16px;
}

.quimatic-help-center__section-body--articles .quimatic-help-center__collection-item,
.quimatic-help-center__section-body--documents .quimatic-help-center__collection-item,
.quimatic-help-center__section-body--products .quimatic-help-center__collection-item,
.quimatic-help-center__cards-grid--videos > .quimatic-help-center__collection-item {
    display: flex;
}

.quimatic-help-center__articles-grid,
.quimatic-help-center__products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 48px 24px;
    align-items: stretch;
}

.quimatic-help-center__products-grid {
    gap: 32px 16px;
}

.quimatic-help-center__products-grid .featured-products__card {
    width: 100%;
}

.quimatic-help-center__article-card {
    width: 100%;
    min-height: 100%;
    padding-bottom: 16px;
    border-bottom: 2px solid #ff4e00;
    background: transparent;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.quimatic-help-center__article-card-link {
    display: flex;
    flex-direction: column;
    gap: 16.794px;
    min-height: 100%;
    color: inherit;
    text-decoration: none;
}

.quimatic-help-center__article-card-media {
    display: block;
    width: 100%;
    aspect-ratio: 292.5 / 164.266;
    overflow: hidden;
}

.quimatic-help-center__article-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quimatic-help-center__article-card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    flex: 1;
    min-height: 165px;
}

.quimatic-help-center__article-card-text {
    display: flex;
    flex-direction: column;
    gap: 4.198px;
}

.quimatic-help-center__article-card-date {
    color: #7a7a7a;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 12.595px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.quimatic-help-center__article-card-title {
    margin: 0;
    color: #141414;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 20.472px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.674px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.quimatic-help-center__article-card-cta {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #000000;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 17.913px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.435px;
}

.quimatic-help-center__article-card-cta svg {
    width: 21.196px;
    height: 21.196px;
    flex: 0 0 auto;
}

.quimatic-help-center__article-card-link:hover .quimatic-help-center__article-card-cta svg,
.quimatic-help-center__article-card-link:focus-visible .quimatic-help-center__article-card-cta svg {
    transform: translateX(3px);
    transition: transform 180ms ease;
}

.quimatic-help-center__section-body--documents .quimatic-downloads__grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 28px;
}

.quimatic-help-center__section-body--documents .quimatic-downloads__card {
    min-height: 100%;
    min-width: 250px;
}

.quimatic-help-center__cards-grid--videos {
    grid-template-columns: minmax(0, 1fr);
    gap: 32px;
}

.quimatic-help-center__cards-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.quimatic-help-center__document-card,
.quimatic-help-center__empty-state,
.quimatic-help-center__faq-item {
    border: 1px solid #e7eaee;
    background: #ffffff;
}

.quimatic-help-center__document-card {
    border: 0;
    background: #f2f2f2;
    border-radius: 12px;
    min-height: 100%;
    overflow: hidden;
    min-width: 250px;
}

.quimatic-help-center__document-card-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 236px;
    padding: 24px;
    gap: 24px;
}

.quimatic-help-center__document-card-top {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}

.quimatic-help-center__document-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 8px solid #ffffff;
    border-radius: 999px;
    background: #ffffff;
    overflow: hidden;
}

.quimatic-help-center__document-card-icon img,
.quimatic-help-center__document-card-icon svg {
    display: block;
    width: 32px;
    height: 32px;
}

.quimatic-help-center__document-card-texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.quimatic-help-center__article-meta,
.quimatic-help-center__video-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.quimatic-help-center__result-badge,
.quimatic-help-center__related-pill,
.quimatic-help-center__video-duration {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 26px;
    padding: 0 10px;
    background: #f7f7f8;
    color: #4b5563;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 13px;
    line-height: 1;
}

.quimatic-help-center__document-card-eyebrow {
    margin: 0;
    width: 100%;
    color: #7f7f7f;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.quimatic-help-center__document-card-title {
    margin: 0;
    width: 100%;
    color: #000000;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.quimatic-help-center__document-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 100%;
    padding: 8px 16px;
    border: 1px solid #ff4e00;
    background: #ff4e00;
    color: #ffffff;
    text-decoration: none;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14.578px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
    text-transform: uppercase;
}

.quimatic-help-center__document-card-button svg {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.quimatic-help-center__document-card-button:hover,
.quimatic-help-center__document-card-button:focus-visible {
    background: #e44700;
    border-color: #e44700;
}


.quimatic-help-center__text-button {
    align-self: flex-start;
    min-height: 36px;
    padding-left: 18px;
    padding-right: 18px;
}

.quimatic-help-center__video-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 0;
    background: transparent;
}

.quimatic-help-center__video-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.quimatic-help-center__video-card-link:focus-visible {
    outline: 2px solid #ff4e00;
    outline-offset: 4px;
}

.quimatic-help-center__video-media {
    position: relative;
    aspect-ratio: 1124 / 632;
    overflow: hidden;
    background: #e5e7eb;
}

.quimatic-help-center__video-card-link,
.quimatic-help-center__video-media img,
.quimatic-help-center__video-placeholder {
    display: block;
    width: 100%;
}

.quimatic-help-center__video-media img,
.quimatic-help-center__video-placeholder {
    height: 100%;
}

.quimatic-help-center__video-media img {
    object-fit: cover;
}

.quimatic-help-center__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.quimatic-help-center__video-play svg {
    display: block;
    width: 52px;
    height: 52px;
}

.quimatic-help-center__video-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 8px;
    background: #f2f2f2;
}

.quimatic-help-center__video-card h3 {
    margin: 0;
    color: #0a0203;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 9.34px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.24px;
    text-transform: uppercase;
}

.quimatic-help-center__video-card p {
    margin: 0;
    color: #475467;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 7.005px;
    line-height: 1.5;
}

.quimatic-help-center__document-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.quimatic-help-center__document-size {
    color: #6b7280;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
}

.quimatic-help-center__faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quimatic-help-center__faq-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    padding: 18px 24px;
    border: 0;
    background: transparent;
    color: #111827;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
}

.quimatic-help-center__faq-panel {
    padding: 0 24px 24px;
    color: #4b5563;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.quimatic-help-center__faq-panel > :first-child {
    margin-top: 0;
}

.quimatic-help-center__faq-panel > :last-child {
    margin-bottom: 0;
}

.quimatic-help-center__more-button {
    display: block;
    width: min(100%, 303.333px);
    margin: 24px auto 0;
}

.quimatic-help-center__carousel-controls {
    display: none;
}

.quimatic-help-center__empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 56px 32px;
    text-align: center;
}

.quimatic-help-center__empty-illustration {
    width: 52px;
    height: 52px;
    border: 2px solid #cfd4dc;
    border-radius: 999px;
    position: relative;
}

.quimatic-help-center__empty-illustration::after {
    position: absolute;
    right: -10px;
    bottom: -6px;
    width: 16px;
    height: 2px;
    background: #cfd4dc;
    content: "";
    transform: rotate(45deg);
}

.quimatic-help-center__empty-state h2 {
    margin: 0;
    color: #111827;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.15;
}

.quimatic-help-center__empty-state p {
    margin: 0;
    color: #ff4e00;
    font-family: "Myriad Pro", "Helvetica Neue", Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.25;
}

@media (max-width: 1100px) {
    .quimatic-help-center__layout-inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .quimatic-help-center__sidebar {
        padding-right: 0;
        border-right: 0;
    }

    .quimatic-help-center__sidebar-inner {
        position: static;
    }
}

@media (max-width: 1200px) {
    .quimatic-help-center__section-body--documents .quimatic-downloads__grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 900px) {
    .quimatic-help-center__hero-inner,
    .quimatic-help-center__layout-inner {
        padding-left: 24px;
        padding-right: 24px;
    }

    .quimatic-help-center__articles-grid,
    .quimatic-help-center__products-grid,
    .quimatic-help-center__cards-grid {
        grid-template-columns: 1fr;
    }

    .quimatic-help-center__section-body--documents .quimatic-downloads__grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .quimatic-help-center__search-form {
        flex-direction: column;
    }

    .quimatic-help-center__primary-button {
        width: 100%;
    }

    .quimatic-help-center__video-card h3 {
        font-size: 20px;
    }

    .quimatic-help-center__video-card p {
        font-size: 16px;
    }

    .quimatic-help-center__article-card-title {
        font-size: 18px;
        line-height: 26px;
    }

    .quimatic-help-center__document-card-content {
        min-height: 220px;
    }
}

@media (max-width: 767px) {
    .quimatic-page-breadcrumb {
        display: none;
    }

    .quimatic-help-center {
        background: #f2f2f2;
    }

    .quimatic-help-center__hero::before,
    .quimatic-help-center__hero::after {
        display: none;
    }

    .quimatic-help-center__hero {
        border-bottom: 0;
    }

    .quimatic-help-center__hero-inner {
        padding-top: 24px;
        padding-bottom: 16px;
    }

    .quimatic-help-center__hero-copy h1 {
        font-size: 24px;
        line-height: 1.2;
        letter-spacing: 0;
    }

    .quimatic-help-center__hero-copy p {
        margin-top: 4px;
        font-size: 12px;
        line-height: 1.5;
        color: #475467;
    }

    .quimatic-help-center__search-form {
        flex-direction: row;
        align-items: stretch;
        gap: 8px;
        margin-top: 16px;
    }

    .quimatic-help-center__search-input-wrap {
        min-height: 34px;
        padding: 4px 8px;
        border-color: #ff4e00;
    }

    .quimatic-help-center__search-input-wrap::before {
        left: auto;
        right: 8px;
        width: 24px;
        height: 24px;
        background-size: 24px 24px;
        transform: translateY(-50%);
    }

    .quimatic-help-center__search-input-wrap input {
        padding: 0 28px 0 0;
        font-size: 12px;
        line-height: 1.5;
        color: #667085;
    }

    .quimatic-help-center__search-clear {
        right: 36px;
        width: 16px;
        height: 16px;
    }

    .quimatic-help-center__search-form .quimatic-help-center__primary-button {
        flex: 0 0 auto;
        width: auto;
        min-width: 72px;
        min-height: 34px;
        padding: 7px 16px;
        font-size: 14px;
        line-height: 1.5;
    }

    .quimatic-help-center__layout-inner {
        gap: 16px;
        padding-top: 0;
        padding-bottom: 24px;
        background: #f2f2f2;
    }

    .quimatic-help-center__sidebar {
        padding-top: 0;
    }

    .quimatic-help-center__sidebar-inner {
        gap: 8px;
        padding: 0;
    }

    .quimatic-help-center__sidebar-heading {
        font-size: 14px;
        line-height: 1.5;
        padding: 0;
    }

    .quimatic-help-center__type-chips {
        gap: 4px;
        padding-right: 0;
    }

    .quimatic-help-center__type-chip {
        min-height: 22px;
        padding: 2px 6px;
        font-size: 12px;
        line-height: 1.5;
    }

    .quimatic-help-center__type-chip-icon,
    .quimatic-help-center__section-title-icon,
    .quimatic-help-center__result-badge-icon {
        width: 12px;
        height: 12px;
        flex: 0 0 12px;
    }

    .quimatic-help-center__filter-groups {
        gap: 0;
        padding-top: 8px;
    }

    .quimatic-help-center__filter-group-trigger {
        width: 100%;
        padding: 10px 0;
        font-size: 12px;
        line-height: 1.5;
    }

    .quimatic-help-center__filter-group-panel,
    .quimatic-help-center__filter-group-panel--tree {
        width: 100%;
        padding-bottom: 8px;
    }

    .quimatic-help-center__filter-option,
    .quimatic-help-center__filter-tree-link,
    .quimatic-help-center__filter-tree-control {
        font-size: 12px;
        line-height: 1.5;
    }

    .quimatic-help-center__filter-option {
        padding: 8px 24px;
    }

    .quimatic-help-center__sidebar-cta {
        display: none;
    }

    .quimatic-help-center__content {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .quimatic-help-center__results-header {
        margin-top: 0;
        margin-bottom: 0;
    }

    .quimatic-help-center__results-title-row {
        gap: 8px;
    }

    .quimatic-help-center__results-title-row h2,
    .quimatic-help-center__results-title {
        font-size: 20px;
        line-height: 1.3;
    }

    .quimatic-help-center__tabs {
        margin-top: 8px;
        padding-bottom: 0;
        border-bottom: 0;
        gap: 8px;
    }

    .quimatic-help-center__tab {
        min-height: 22px;
        padding: 2px 6px;
        border-bottom: 0;
        font-size: 12px;
        line-height: 1.5;
        background: #f7f7f8;
    }

    .quimatic-help-center__tab.is-active {
        background: #fff3ef;
    }

    .quimatic-help-center__tab-count {
        font-size: 12px;
        line-height: 1.5;
    }

    .quimatic-help-center__section + .quimatic-help-center__section {
        margin-top: 0;
    }

    .quimatic-help-center__section-header {
        margin-top: 0;
        margin-bottom: 16px;
    }

    .quimatic-help-center__section-title {
        min-height: 0;
        padding: 4px 8px;
    }

    .quimatic-help-center__section-title h2 {
        font-size: 20px;
        line-height: 1;
        white-space: nowrap;
    }

    .quimatic-help-center__section-body--articles .quimatic-help-center__collection-item,
    .quimatic-help-center__section-body--documents .quimatic-help-center__collection-item,
    .quimatic-help-center__section-body--products .quimatic-help-center__collection-item,
    .quimatic-help-center__cards-grid--videos > .quimatic-help-center__collection-item {
        flex: 0 0 249.6px;
        width: 249.6px;
    }

    .quimatic-help-center__cards-grid--videos > .quimatic-help-center__collection-item {
        flex-basis: 100%;
        width: 100%;
    }

    .quimatic-help-center__articles-grid,
    .quimatic-help-center__products-grid,
    .quimatic-help-center__section-body--documents .quimatic-downloads__grid,
    .quimatic-help-center__cards-grid--videos {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 16px 8px 0;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .quimatic-help-center__articles-grid::-webkit-scrollbar,
    .quimatic-help-center__products-grid::-webkit-scrollbar,
    .quimatic-help-center__section-body--documents .quimatic-downloads__grid::-webkit-scrollbar,
    .quimatic-help-center__cards-grid--videos::-webkit-scrollbar {
        display: none;
    }

    .quimatic-help-center__collection-item {
        scroll-snap-align: start;
    }

    .quimatic-help-center__article-card {
        padding-bottom: 8px;
    }

    .quimatic-help-center__article-card-link {
        gap: 8px;
    }

    .quimatic-help-center__article-card-body {
        min-height: 0;
        gap: 12px;
    }

    .quimatic-help-center__article-card-title {
        font-size: 16px;
        line-height: 1.5;
        -webkit-line-clamp: 3;
    }

    .quimatic-help-center__article-card-cta,
    .quimatic-help-center__article-card-date {
        font-size: 12px;
        line-height: 1.5;
    }

    .quimatic-help-center__video-card {
        width: 100%;
    }

    .quimatic-help-center__video-media {
        aspect-ratio: 343 / 192.938;
    }

    .quimatic-help-center__video-body {
        padding: 8px;
        background: #f2f2f2;
    }

    .quimatic-help-center__video-card h3 {
        font-size: 9.34px;
        line-height: 1.4;
        text-transform: uppercase;
    }

    .quimatic-help-center__video-card p {
        font-size: 7.005px;
        line-height: 1.5;
    }

    .quimatic-help-center__document-card,
    .quimatic-help-center__section-body--documents .quimatic-downloads__card {
        min-width: 249.6px;
        width: 249.6px;
    }

    .quimatic-help-center__carousel-controls {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 16px;
        width: 100%;
        margin-top: 16px;
    }

    .quimatic-help-center__carousel-bullets {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        min-height: 8px;
    }

    .quimatic-help-center__carousel-bullet {
        width: 8px;
        height: 8px;
        background: #f5d8cc;
        flex: 0 0 8px;
    }

    .quimatic-help-center__carousel-bullet.is-active {
        background: #ff4e00;
    }

    .quimatic-help-center__carousel-nav {
        display: inline-flex;
        align-items: center;
        gap: 12px;
    }

    .quimatic-help-center__carousel-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        padding: 0;
        border: 1px solid #0a0203;
        background: #ffffff;
        color: #0a0203;
        cursor: pointer;
    }

    .quimatic-help-center__carousel-button[disabled] {
        opacity: 0.45;
        cursor: default;
    }

    .quimatic-help-center__carousel-button svg {
        width: 16px;
        height: 16px;
        display: block;
        transition: transform 220ms ease;
    }

    .quimatic-help-center__carousel-button[data-help-center-carousel-prev]:not([disabled]):hover svg {
        transform: translateX(-4px);
    }

    .quimatic-help-center__carousel-button[data-help-center-carousel-next]:not([disabled]):hover svg {
        transform: translateX(4px);
    }

    .quimatic-help-center__document-card-content {
        min-height: 236px;
        padding: 24px;
        gap: 24px;
    }

    .quimatic-help-center__document-card-eyebrow {
        font-size: 14px;
    }

    .quimatic-help-center__document-card-title {
        font-size: 20px;
    }

    .quimatic-help-center__more-button {
        width: min(100%, 120px);
        min-height: 34px;
        margin: 16px 0 0;
        padding: 8px 12px;
        font-size: 12px;
        line-height: 1.5;
    }

    .quimatic-help-center__faq-list {
        gap: 8px;
    }

    .quimatic-help-center__faq-trigger {
        min-height: 0;
        padding: 12px 16px;
        font-size: 12px;
        line-height: 1.5;
    }

    .quimatic-help-center__faq-panel {
        padding: 0 16px 16px;
        font-size: 12px;
        line-height: 1.5;
    }

    .quimatic-help-center__empty-state {
        padding: 32px 20px;
    }

    .quimatic-help-center__empty-state h2 {
        font-size: 24px;
        line-height: 1.2;
    }

    .quimatic-help-center__empty-state p {
        font-size: 16px;
        line-height: 1.4;
    }
}
