#main.site-main {
    background-color: #fff;
}

.ai-results-wrapper {
    position: relative;
}

.ai-results-loading {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s ease;
    z-index: 5;
}

.ai-results-wrapper.is-loading .ai-results-loading {
    opacity: 1;
    pointer-events: all;
}

/* Fade-in results */
#ai-results {
    transition: opacity .5s ease;
}
.ai-results-wrapper.is-loading #ai-results {
    opacity: 0.4;
}

.count-result {
    margin-top: 20px;
}

.count-result,
.count-result span {
    font-size: 13px;
    line-height: 18px;
    color: #5F5F5F;
    font-family: 'Inter', sans-serif;
    font-style: italic;
}

.count-result span {
    font-weight: 500;
    color: #222222;
}

.ai-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 10px;
    min-height: 330px;
}

#ai-popup {
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    overflow: hidden;
    position: fixed;
    opacity: 0;
    height: 100vh;
    top: 0;
    scale: 0;
}

#ai-popup.active {
    z-index: 999;
    opacity: 1;
    scale: 1;
}

.ai-popup-box {
    position: absolute;
    width: 1170px;
    height: 90vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #F9F9F9;
    padding: 30px 0;
    border-radius: 15px;
    opacity: 0;
    transition: 0.5s;
}

.ai-popup-box .ai-popup-wrapper {
    overflow-y: auto;
    max-height: 100%;
    padding: 0 25px;
}

#ai-popup.active .ai-popup-box {
    opacity: 1;
}

.ai-popup-container {
    position: relative;
    padding-top: 10px;
}

.ai-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: flex;
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.697" height="13.697" viewBox="0 0 13.697 13.697"><path id="Path_114338" data-name="Path 114338" d="M6,18,18,6M6,6,18,18" transform="translate(-5.151 -5.151)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.ai-popup-tags,
.ai-industry-tags,
.ai-tags {
    display: block;
    font-size: 13px;
    line-height: 16px;
    padding-left: 17px;
    position: relative;
}

.ai-industry-tags,
.ai-tags {
    display: flex;
}

.ai-popup-tags .comma,
.ai-industry-tags .comma,
.ai-tags .comma {
    margin-left: -4px;
}

.ai-popup-tags {
    padding-left: 0;
}

.ai-popup-tags .ai-industry-tags,
.ai-popup-tags .ai-tags {
    display: inline;
    color: #8E8E8E;
}

.ai-item {
    border: 1px solid #DBDBDB;
    border-radius: 13px;
    overflow: hidden;
    cursor: pointer;
    padding: 25px 25px 62px;
    position: relative;
    background: #fff;
}

@keyframes borderMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }

.ai-item:before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 3px;
    border-radius: inherit;
    background: linear-gradient(270deg, #3E93F7, #E60A78, #3E93F7, #E60A78);
    background-size: 300% 300%;
    animation: borderMove 4s ease infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    opacity: 0;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    left: -3px;
    top: -3px;
    transition: 0.5s;
    padding: 2px;
    left: 0px;
    top: 0px;
}

.ai-item:hover::before,
.ai-item.active::before {
    opacity: 1;
    transition: 0.5s;
    z-index: 2;
}

.ai-item:hover {
    border-color: transparent;
}

.ai-popup-slide {
    display: none;
}

#ai-popup.active .ai-popup-slide  {
    display: block;
}

.ai-sort-dropdown {
    position: relative;
    width: 200px;
    font-size: 14px;
    user-select: none;
}

.ai-sort-selected {
    padding: 11px 14px;
    background: #fff;
    border: 1px solid #222222;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    line-height: 20px;
    transition: 0.4s;
    color: #5F5F5F;
    align-items: center;
}

.ai-sort-selected:after {
    height: 12px;
    content: "";
    font-size: 10px;
    margin-left: 10px;
    transition: 0.2s;
    width: 12px;
    text-align: center;
    color: #444444;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><g id="Group_144490" data-name="Group 144490" transform="translate(-705 -1354)"><rect id="Rectangle_557" data-name="Rectangle 557" width="12" height="12" transform="translate(705 1354)" fill="none"/><path id="Path_25541" data-name="Path 25541" d="M586.964,239.461a.49.49,0,0,1-.356-.155l-3.473-3.845a.525.525,0,0,1,0-.775.469.469,0,0,1,.372-.187h6.915a.508.508,0,0,1,.372.155v.032a.525.525,0,0,1,0,.775l-3.473,3.813v.032A.491.491,0,0,1,586.964,239.461Z" transform="translate(124.035 1123.5)" fill="%23444"/></g></svg>');
}

.ai-sort-options {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 4px;
    list-style: none;
    padding: 5px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: 0.2s ease;
    z-index: 20;
    box-shadow: 0px 0px 6px #8D8D8D33;
}

.ai-sort-dropdown.open .ai-sort-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ai-sort-options li {
    padding: 9px 10px !important;
    cursor: pointer;
    transition: 0.15s;
    border-radius: 4px;
    transition: 0.3s;
    margin-bottom: 2px;
}

.ai-sort-options li:last-child {
    margin-bottom: 0;
}

.ai-sort-options li span {
    z-index: 2;
    position: relative;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    transition: 0.3s;
}

.ai-sort-options li.active {
    background: #FFDEEF;
}

.ai-sort-options li.active span,
.ai-sort-options li:hover span {
    color: #E60078;
}

.ai-filter-bar {
    padding: 20px;
    background-color: #F0F5FC;
    border-radius: 8px;
}

.filter-dropdown {
    position: relative;
    width: 100%;
    user-select: none;
}

.filter-selected {
    padding: 0 13px;
    background: #fff;
    border: 1px solid #000000;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
}

.filter-selected::after {
    height: 12px;
    content: "";
    font-size: 10px;
    margin-left: 10px;
    transition: 0.2s;
    width: 12px;
    text-align: center;
    color: #444444;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><g id="Group_144490" data-name="Group 144490" transform="translate(-705 -1354)"><rect id="Rectangle_557" data-name="Rectangle 557" width="12" height="12" transform="translate(705 1354)" fill="none"/><path id="Path_25541" data-name="Path 25541" d="M586.964,239.461a.49.49,0,0,1-.356-.155l-3.473-3.845a.525.525,0,0,1,0-.775.469.469,0,0,1,.372-.187h6.915a.508.508,0,0,1,.372.155v.032a.525.525,0,0,1,0,.775l-3.473,3.813v.032A.491.491,0,0,1,586.964,239.461Z" transform="translate(124.035 1123.5)" fill="%23444"/></g></svg>');

}

.filter-options {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    list-style: none;
    padding: 6px 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: 0.2s ease;
    z-index: 20;
    min-width: 230px;
    padding: 5px;
    box-shadow: 0px 0px 6px #00000033;
    max-height: 330px;
    overflow: hidden;
    overflow-y: auto;
}

.filter-dropdown.open .filter-options {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.filter-options .filter-option,
.filter-options .clear-filter {
    padding: 9px 10px;
    cursor: pointer;
    margin-bottom: 2px;
    border-radius: 4px;
    transition: 0.4s;
}

.filter-options .clear-filter  {
    padding: 6px 0;
    border-radius: 4px;
    background-color: #f7f7f7;
    border: none;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
}

.filter-options .filter-option:last-child {
    margin-bottom: 0;
}

.filter-options .filter-option span {
    font-size: 15px;
    line-height: 20px;
    position: relative;
    z-index: 2;
    transition: 0.4s;
    padding-left: 26px;
    display: block;
}

.filter-option::after,
.ai-sort-options li::after {
    display: block;
    content: "";
    width: 40%;
    opacity: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transition: 0s;
    border-radius: 4px;
}

/* SELECTED */
.filter-option.selected {
    background: #FFDEEF;
}

.filter-options .filter-option.selected span {
    color: #E60078;
}

.filter-options .filter-option span::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px #BEBEBE;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: 0.4s;
}

.filter-options .filter-option span::after {
    display: block;
    content: "";
    width: 10px;
    height: 6px;
    background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9.121" height="6.308" viewBox="0 0 9.121 6.308"><path id="check" d="M107.766,487.032l-4.5,4.5-2.5-2.5" transform="translate(-99.706 -485.972)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></svg>') ;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
}

.filter-options .filter-option.selected span::before {
    background-color: #E60078;
    border-color: #e60078;
}

.filter-options .filter-option.selected span::after {
    opacity: 1;
}

@keyframes gradient-move {
    0% { background-position: 0% 50% }
    100% { background-position: 100% 50% }
}

h2.heading-gradient span {
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: gradient-move var(--gradient-duration, 6s) ease-in-out infinite alternate;
}

h2.heading-gradient span {
    background-image: linear-gradient(to right, rgb(62, 147, 247), rgb(230, 10, 120), rgb(62, 147, 247), rgb(230, 10, 120), rgb(62, 147, 247));
    --gradient-duration: 6s;
}

.n8n-container {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
}

.n8n-block-1 {
    margin: 60px 0 50px;
}

.n8n-heading {
    text-align: center;
    margin-bottom: 30px;
}

.n8n-heading h2,
.n8n-heading h2 span {
    font-size: 50px !important;
    line-height: 56px !important;
    font-weight: 700;
    font-family: 'Inter', sans-serif !important;
}

.n8n-heading h2 {
    color: #222222;
}

.n8n-heading p {
    font-size: 17px;
    line-height: 22px;
    color: #000;
    max-width: 770px;
    margin: 0 auto;
}

.ai-filter-grid {
    display: grid;
    grid-template-columns: 1fr 200px 200px 200px 140px;
    gap: 10px;
}

.ai-search-text {
    min-height: 44px;
    width: 100%;
    background: #fff !important;
    border-radius: 4px !important;
    border: solid 1px #000000 !important;
    padding: 0 14px 0 36px !important;
    font-size: 15px !important;
    line-height: 20px !important;
    color: #222;
    font-family: 'Inter', sans-serif !important;
}

.ai-search-text::placeholder {
    font-size: 15px;
    line-height: 20px;
    color: #5F5F5F;
    font-family: 'Inter', sans-serif;
}

.ai-search-text:focus,
.ai-search-text:active {
    border-color: #E60078 !important;
}

.ai-search-text-container {
    position: relative;
}

.ai-search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E60078;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    cursor: pointer;
}

.ai-search-text-container:before {
    display: block;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.449" height="15.449" viewBox="0 0 15.449 15.449"><path id="search-icon" d="M17,17l-4.042-4.042m0,0a5.833,5.833,0,1,0-8.25,0A5.833,5.833,0,0,0,12.957,12.957Z" transform="translate(-2.399 -2.399)" fill="none" stroke="%23b5b5b5" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></svg>');
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    left: 12px;
    width: 14px;
    height: 14px;
}

.ai-filter-clear-button {
    text-align: right;
}

.ai-clear-btn {
    font-size: 15px;
    line-height: 20px;
    background: transparent !important;
    padding: 0;
    height: fit-content;
    color: #f04545 !important;
    text-transform: lowercase;
    font-weight: 400;
    text-decoration: underline;
    text-align: right;
    min-height: 26px;
    align-items: center;
}

.filter-selected span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #5F5F5F;
}

.dropdown-filter-selected {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
}

.filter-selected.single-active span,
.dropdown-filter-selected span {
    font-size: 13px;
    line-height: 16px;
    padding: 5px 21px 5px 10px;
    border-radius: 15px;
    background: #DEE4ED;
    color: #222;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: fit-content;
    cursor: pointer;
}

.selected-and-button {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 20px;
    align-items: start;
}

.selected-and-button.isActive {
    margin-top: 7px;
}

.filter-selected.single-active span::before,
.dropdown-filter-selected span::before {
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="7.414" height="7.414" viewBox="0 0 7.414 7.414"><path id="Path_114339" data-name="Path 114339" d="M6,12l6-6M6,6l6,6" transform="translate(-5.293 -5.293)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></svg>');
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-position: center;
    background-size: cover;
}

.filter-selected.multi-active span {
    color: #222222;
}

.ai-item-inner {
    padding-bottom: 20px;
    z-index: 2;
    position: relative;
}

.ai-item-inner h3 {
    font-size: 17px !important;
    line-height: 22px !important;
    color: #222;
    font-weight: 600;
    margin-bottom: 10px;
}

.ai-item-desc {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
    color: #5F5F5F;
}

.ai-actions {
    position: absolute;
    bottom: 30px;
    display: grid;
    grid-template-columns: 142px 1fr;
    gap: 10px;
    width: calc(100% - 50px);
    z-index: 2;
}

.ai-industry-tags span,
.ai-tags span {
    font-size: 13px;
    line-height: 16px;
    color: #8E8E8E;
    display: inline;
}

.ai-industry-tags .ai-tag-contain span:hover,
.ai-tags .ai-tag-contain span:hover {
    color: #3381F2;
    text-decoration: underline;
}

.ai-industry-tags span.comma,
.ai-tags span.comma,
.ai-industry-tags span.point,
.ai-tags span.point {
    color: #8E8E8E !important;
    text-decoration: none !important;
}

.ai-industry-tags span.point,
.ai-tags span.point {
    display: inline-block;
    margin: 0 3px;
}

.ai-popup-tags .ai-industry-tags span, .ai-popup-tags .ai-tags span {
    padding: 1px 10px;
}

.ai-industry-tags::before,
.ai-tags::before {
    display: block;
    content: "";
    width: 10px;
    height: 16px;
    background: url('data:image/svg+xml,<svg id="cate" xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><path id="Path_114364" data-name="Path 114364" d="M2.917,0H1.667A1.667,1.667,0,0,0,0,1.667v1.25A1.667,1.667,0,0,0,1.667,4.583h1.25A1.667,1.667,0,0,0,4.583,2.917V1.667A1.667,1.667,0,0,0,2.917,0ZM3.75,2.917a.833.833,0,0,1-.833.833H1.667a.833.833,0,0,1-.833-.833V1.667A.833.833,0,0,1,1.667.833h1.25a.833.833,0,0,1,.833.833Z" fill="%238e8e8e"/><path id="Path_114365" data-name="Path 114365" d="M15.917,0h-1.25A1.667,1.667,0,0,0,13,1.667v1.25a1.667,1.667,0,0,0,1.667,1.667h1.25a1.667,1.667,0,0,0,1.667-1.667V1.667A1.667,1.667,0,0,0,15.917,0Zm.833,2.917a.833.833,0,0,1-.833.833h-1.25a.833.833,0,0,1-.833-.833V1.667a.833.833,0,0,1,.833-.833h1.25a.833.833,0,0,1,.833.833Z" transform="translate(-7.583)" fill="%238e8e8e"/><path id="Path_114366" data-name="Path 114366" d="M2.917,13H1.667A1.667,1.667,0,0,0,0,14.667v1.25a1.667,1.667,0,0,0,1.667,1.667h1.25a1.667,1.667,0,0,0,1.667-1.667v-1.25A1.667,1.667,0,0,0,2.917,13Zm.833,2.917a.833.833,0,0,1-.833.833H1.667a.833.833,0,0,1-.833-.833v-1.25a.833.833,0,0,1,.833-.833h1.25a.833.833,0,0,1,.833.833Z" transform="translate(0 -7.583)" fill="%238e8e8e"/><path id="Path_114367" data-name="Path 114367" d="M15.917,13h-1.25A1.667,1.667,0,0,0,13,14.667v1.25a1.667,1.667,0,0,0,1.667,1.667h1.25a1.667,1.667,0,0,0,1.667-1.667v-1.25A1.667,1.667,0,0,0,15.917,13Zm.833,2.917a.833.833,0,0,1-.833.833h-1.25a.833.833,0,0,1-.833-.833v-1.25a.833.833,0,0,1,.833-.833h1.25a.833.833,0,0,1,.833.833Z" transform="translate(-7.583 -7.583)" fill="%238e8e8e"/></svg>');
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.ai-tags::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8.615" height="10.177" viewBox="0 0 8.615 10.177"><path id="hashtag" d="M4.442,5.019h6.923M3.75,8.481h6.923M9.842,2.25l-1.8,9m-.969-9-1.8,9" transform="translate(-3.25 -1.662)" fill="none" stroke="%238e8e8e" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></svg>');
}

.ai-tags {
    margin-top: 10px;
}

.ai-industry-tags .more-industry,
.ai-tags .more-tags {
    color: #8E8E8E;
    text-decoration: underline;
    display: inline-block;
}

.ai-industry-tags .more-industry:hover,
.ai-tags .more-tags:hover {
    color: #3381F2;
}

.ai-tag-contain {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ai-tag-contain.have-more {
    max-width: 235px;
    white-space: nowrap;
    display: inline-block;
    text-overflow: initial;
}

.ai-industry-tags .more-industry::before,
.ai-tags .more-tags::before {
    display: none;
}

.ai-actions span {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    white-space: nowrap;
    z-index: 2;
    color: #000000;
}

.ai-actions .ai-copy-json,
.ai-actions .ai-download-json {
    background-color: #E5E5E5;
    border-radius: 4px;
    display: grid;
    grid-template-columns: 15px 1fr;
    gap: 7px;
    align-items: center;
    height: 32px;
    padding: 0 11px;
    transition: 0.4s;
    position: relative;
}

.ai-actions .ai-copy-json::after, .ai-actions .ai-download-json::after,
.ai-popup-action-button .ai-copy-json::after, .ai-popup-action-button .ai-download-json::after {
    display: block;
    width: 20%;
    height: 100%;
    position: absolute;
    content: "";
    background-color: transparent;
    opacity: 0;
    transition: 0.4s;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

.ai-actions .ai-copy-json:hover::after,
.ai-popup-action-button .ai-copy-json:hover::after {
    width: 100%;
    opacity: 1;
    background-color: #000000;
}

.ai-actions .ai-download-json:hover::after,
.ai-popup-action-button .ai-download-json:hover::after {
    width: 100%;
    opacity: 1;
    background-color: #D00068;
}

.ai-actions .ai-download-json {
    background-color: rgba(253, 229, 241, 0.95);
    grid-template-columns: 10px 1fr;
}

.ai-actions .ai-copy-json::before,
.ai-actions .ai-download-json::before {
    display: block;
    content: "";
    z-index: 2;
}

.ai-actions .ai-copy-json::before {
    width: 13px;
    height: 15px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12.846" height="15" viewBox="0 0 12.846 15"><path id="copy-icon" d="M12.365,13.019v2.423a.808.808,0,0,1-.808.808h-7a.808.808,0,0,1-.808-.808V6.288a.808.808,0,0,1,.808-.808H5.9a6.5,6.5,0,0,1,1.077.089m5.385,7.449h2.423a.808.808,0,0,0,.808-.808v-3.5A6.453,6.453,0,0,0,9.135,2.25H7.788a.808.808,0,0,0-.808.808V5.571m5.385,7.449H7.788a.808.808,0,0,1-.808-.808V5.571M15.6,10.327V8.981a2.423,2.423,0,0,0-2.423-2.423H12.1a.808.808,0,0,1-.808-.808V4.673A2.423,2.423,0,0,0,8.865,2.25H8.058" transform="translate(-3.25 -1.75)" fill="none" stroke="%23222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></svg>');
    transition: 0.4s;
}

.ai-actions .ai-copy-json:hover:before {
    background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12.846" height="15" viewBox="0 0 12.846 15"><path id="copy-icon" d="M12.365,13.019v2.423a.808.808,0,0,1-.808.808h-7a.808.808,0,0,1-.808-.808V6.288a.808.808,0,0,1,.808-.808H5.9a6.5,6.5,0,0,1,1.077.089m5.385,7.449h2.423a.808.808,0,0,0,.808-.808v-3.5A6.453,6.453,0,0,0,9.135,2.25H7.788a.808.808,0,0,0-.808.808V5.571m5.385,7.449H7.788a.808.808,0,0,1-.808-.808V5.571M15.6,10.327V8.981a2.423,2.423,0,0,0-2.423-2.423H12.1a.808.808,0,0,1-.808-.808V4.673A2.423,2.423,0,0,0,8.865,2.25H8.058" transform="translate(-3.25 -1.75)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1"/></svg>')
}

.ai-actions .ai-copy-json:hover span,
.ai-actions .ai-download-json:hover span {
    color: #fff;
}

.ai-actions .ai-download-json span {
    color: #E60078;
}

.ai-actions .ai-download-json::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10.105" height="12" viewBox="0 0 10.105 12"><g id="download-icon" transform="translate(-4 -2)"><path id="Path_114355" data-name="Path 114355" d="M13.474,19H4.632a.632.632,0,1,0,0,1.263h8.842a.632.632,0,0,0,0-1.263Z" transform="translate(0 -6.263)" fill="%23e60078"/><path id="Path_114356" data-name="Path 114356" d="M9.788,2a.632.632,0,0,0-.632.632V9.32L7.078,7.236a.634.634,0,0,0-.9.9L9.34,11.291a.632.632,0,0,0,.9,0l3.158-3.158a.634.634,0,0,0-.9-.9L10.42,9.32V2.632A.632.632,0,0,0,9.788,2Z" transform="translate(-0.735)" fill="%23e60078"/></g></svg>');
    width: 10px;
    height: 12px;
}

.ai-actions .ai-download-json:hover::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10.105" height="12" viewBox="0 0 10.105 12"><g id="download-icon" transform="translate(-4 -2)"><path id="Path_114355" data-name="Path 114355" d="M13.474,19H4.632a.632.632,0,1,0,0,1.263h8.842a.632.632,0,0,0,0-1.263Z" transform="translate(0 -6.263)" fill="%23fff"/><path id="Path_114356" data-name="Path 114356" d="M9.788,2a.632.632,0,0,0-.632.632V9.32L7.078,7.236a.634.634,0,0,0-.9.9L9.34,11.291a.632.632,0,0,0,.9,0l3.158-3.158a.634.634,0,0,0-.9-.9L10.42,9.32V2.632A.632.632,0,0,0,9.788,2Z" transform="translate(-0.735)" fill="%23fff"/></g></svg>')
}

.ai-result-paging {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ai-results-meta,
.ai-results-meta span {
    color: #222222;
    font-size: 15px;
    line-height: 20px;
}

.ai-results-meta span {
    font-weight: 600;
}

.ai-pagination-inner {
    text-align: right;
}

.ai-pagination-inner .page-dots {
    margin: 0 25px;
}

.ai-pagination-inner .page-num {
    border: 1px solid #DBDBDB;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px;
    margin: 0 5px;
    display: inline-block;
    padding: 7px 20px;
    min-width: 50px;
    text-align: center;
    background-color: #fff;
}

.ai-pagination-inner .page-num.active {
    background: #222222;
    color: #fff;
    border-color: #222222;
}

.ai-pagination-inner .page-prev,
.ai-pagination-inner .page-next {
    margin: 0 5px;
    display: inline-flex;
    height: 36px;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border: solid 1px #DBDBDB;
    border-radius: 4px;
    padding: 0 20px;
    font-size: 15px;
    line-height: 20px;
}

.ai-pagination-inner .page-prev:not(.disabled),
.ai-pagination-inner .page-next:not(.disabled) {
    cursor: pointer;
}

.ai-pagination-inner .page-prev.disabled, .ai-pagination-inner .page-next.disabled {
    user-select: none;
}

.ai-pagination-inner .page-prev::before,
.ai-pagination-inner .page-next::after {
    display: block;
    content: "";
    width: 5px;
    height: 10px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5.448" height="9.697" viewBox="0 0 5.448 9.697"><path id="back" d="M12.25,12.5l-4-4,4-4" transform="translate(-7.65 -3.651)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></svg>');
    background-repeat: no-repeat !important;
    background-position: center;
}

.ai-pagination-inner .page-next::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5.448" height="9.697" viewBox="0 0 5.448 9.697"><path id="back" d="M8.25,12.5l4-4-4-4" transform="translate(-7.401 -3.651)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></svg>');
}

.ai-pagination-inner .page-next {
    margin-right: 0;
}

h4.ai-popup-title {
    font-size: 20px !important;
    line-height: 28px !important;
    color: #222;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    max-width: 750px;
}

.ai-popup-desc {
    font-size: 15px;
    line-height: 20px;
    color: #5F5F5F;
    margin-bottom: 0;
}

.slide-visual-preview {
    max-height: 500px;
}

.slide-show {
    display: none;
}

.slide-show.active {
    display: block;
}

.slide-show.slide-preview-code {
    height: 500px;
    overflow-y: auto;
    border-radius: 8px;
    background: #fff;
    padding: 20px 25px;
}

.slide-show.slide-n8n {
    height: 300px;
}

.slide-preview-code code {
    font-size: 15px;
    line-height: 26px;
    color: #222;
    font-family: 'Inter', sans-serif;
}

.ai-popup-slide {
    margin-top: 20px;
}

.ai-popup-slide .slide-tab {
    display: flex;
    gap: 10px;
}

.ai-popup-slide .slide-tab-item span {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    transition: 0.4s;
}

.slide-tab-item {
    border-radius: 6px 6px 0 0;
    background: #F9F9F9;
    padding: 5px 15px 5px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: 0.4s;
}

.ai-popup-slide .slide-tab-item:hover span {
    color: #222222;
}

.ai-popup-slide .slide-tab-item.active span {
    color: #fff;
}

.slide-tab-item.active {
    background-color: #222222;
}

.slide-tab-item::before {
    display: block;
    content: "";
    background-repeat: no-repeat !important;
    background-position: center !important;
    transition: 0.4s;
}

.slide-tab-item.slide-n8n-preview::before {
    width: 13px;
    height: 10px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.204" height="10.186" viewBox="0 0 13.204 10.186"><g id="Group_189633" data-name="Group 189633" transform="translate(-1.383 -3.9)"><path id="Path_114339" data-name="Path 114339" d="M2.015,9.186a.606.606,0,0,1,0-.383,6.292,6.292,0,0,1,11.938,0,.6.6,0,0,1,0,.383,6.291,6.291,0,0,1-11.937,0Z" transform="translate(0)" fill="none" stroke="%23222222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/><path id="Path_114340" data-name="Path 114340" d="M12.594,10.8A1.8,1.8,0,1,1,10.8,9,1.8,1.8,0,0,1,12.594,10.8Z" transform="translate(-2.813 -1.804)" fill="none" stroke="%23222222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></g></svg>');
}

.slide-tab-item.slide-json-preview::before {
    width: 17px;
    height: 14px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16.773" height="13.842" viewBox="0 0 16.773 13.842"><path id="Path_114341" data-name="Path 114341" d="M12.955,5.932,16.773,9.75l-3.818,3.818m-7.636,0L1.5,9.75,5.318,5.932M10.773,3.75,7.5,15.75" transform="translate(-0.75 -2.829)" fill="none" stroke="%23222" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></svg>');
}

.slide-tab-item.slide-n8n-preview.active::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13.204" height="10.186" viewBox="0 0 13.204 10.186"><g id="Group_189633" data-name="Group 189633" transform="translate(-1.383 -3.9)"><path id="Path_114339" data-name="Path 114339" d="M2.015,9.186a.606.606,0,0,1,0-.383,6.292,6.292,0,0,1,11.938,0,.6.6,0,0,1,0,.383,6.291,6.291,0,0,1-11.937,0Z" transform="translate(0)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/><path id="Path_114340" data-name="Path 114340" d="M12.594,10.8A1.8,1.8,0,1,1,10.8,9,1.8,1.8,0,0,1,12.594,10.8Z" transform="translate(-2.813 -1.804)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></g></svg>');
}

.slide-tab-item.slide-json-preview.active::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16.773" height="13.842" viewBox="0 0 16.773 13.842"><path id="Path_114341" data-name="Path 114341" d="M12.955,5.932,16.773,9.75l-3.818,3.818m-7.636,0L1.5,9.75,5.318,5.932M10.773,3.75,7.5,15.75" transform="translate(-0.75 -2.829)" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></svg>');
}

.ai-popup-date-and-count {
    margin-top: 20px;
    display: flex;
    gap: 32px;
    margin-bottom: 20px;
}

.ai-popup-date-and-count p {
    margin-bottom: 0;
}

.ai-popup-date-and-count p span {
    font-size: 15px;
    line-height: 18px;
    color: #5F5F5F;
}

.ai-popup-date-and-count p span.ai-popup-nodeCount {
    color: #E60078;
}

.ai-popup-date::before,
.ai-popup-count::before {
    display: block;
    content: "";
}

.ai-popup-date::before {
    width: 15px;
    height: 15px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.2" height="15.2" viewBox="0 0 15.2 15.2"><path id="calendar" d="M5.917,3V4.75M14.083,3V4.75M3,15.25V6.5A1.75,1.75,0,0,1,4.75,4.75h10.5A1.75,1.75,0,0,1,17,6.5v8.75m-14,0A1.75,1.75,0,0,0,4.75,17h10.5A1.75,1.75,0,0,0,17,15.25m-14,0V9.417a1.75,1.75,0,0,1,1.75-1.75h10.5A1.75,1.75,0,0,1,17,9.417V15.25" transform="translate(-2.4 -2.4)" fill="none" stroke="%235f5f5f" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2"/></svg>');
}

.ai-popup-count::before {
    background:url(../img/n8n/check.png);
    width: 14px;
    height: 12px;
    background-size: cover;
}

.ai-popup-date,
.ai-popup-count {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ai-popup-count {
    gap: 5px;
}

.ai-popup-tags .ai-tags {
    margin-top: 0;
}

.ai-popup-tags .ai-industry-tags span::before {
    display: none;
}

.ai-popup-tags {
    margin: 20px 0;
    display: inline;
}

.ai-popup-action-button {
    position: absolute;
    top: 0;
    right: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ai-popup-action-button button {
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.ai-popup-action-button .ai-copy-json {
    background: #E5E5E5 !important;
    box-shadow: none;
    padding: 0 16px;
    gap: 7px;
    position: relative;
}

.ai-popup-action-button .ai-download-json {
    background: #E60078 !important;
    box-shadow: none;
    padding: 0 16px;
    gap: 7px;
    position: relative;
}

.ai-popup-action-button span {
    color: #222222;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    z-index: 2;
    transition: 0.4s;
}

.ai-popup-action-button .ai-copy-json span {
    min-width: 72px;
    text-align: left;
}

.ai-popup-action-button .ai-copy-json:hover span {
    color: #fff;
}

.ai-popup-action-button .ai-download-json span {
    color: #fff;
}

.ai-popup-action-button button::before {
    background-repeat: no-repeat !important;
    background-position: center center !important;
    display: block;
    content: "";
    transition: 0.4s;
}

.ai-popup-action-button .ai-copy-json::before {
    width: 11px;
    height: 12px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10.619" height="12" viewBox="0 0 10.619 12"><g id="CopyFile" transform="translate(-5 -3)"><path id="Path_114358" data-name="Path 114358" d="M8.231,9v.923H6.385a.462.462,0,0,0-.462.462v6.462a.462.462,0,0,0,.462.462h5.077a.462.462,0,0,0,.462-.462V15.462h.923v1.385a1.385,1.385,0,0,1-1.385,1.385H6.385A1.385,1.385,0,0,1,5,16.846V10.385A1.385,1.385,0,0,1,6.385,9Z" transform="translate(0 -3.231)" fill-rule="evenodd"/><path id="Path_114359" data-name="Path 114359" d="M18.849,6.152a1.387,1.387,0,0,0-.406-.98L16.673,3.4a1.384,1.384,0,0,0-.978-.4h-3.31A1.385,1.385,0,0,0,11,4.385v6.923a1.385,1.385,0,0,0,1.385,1.385h5.077a1.385,1.385,0,0,0,1.385-1.384Zm-.923,0,0,5.156a.461.461,0,0,1-.462.461H12.385a.462.462,0,0,1-.462-.462V4.385a.462.462,0,0,1,.462-.462h3.31a.463.463,0,0,1,.326.135l1.77,1.767a.463.463,0,0,1,.136.327Z" transform="translate(-3.231)" fill-rule="evenodd"/></g></svg>');
    z-index: 2;
}

.ai-popup-action-button .ai-copy-json:hover::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10.619" height="12" viewBox="0 0 10.619 12"><g id="CopyFile" transform="translate(-5 -3)"><path id="Path_114358" data-name="Path 114358" d="M8.231,9v.923H6.385a.462.462,0,0,0-.462.462v6.462a.462.462,0,0,0,.462.462h5.077a.462.462,0,0,0,.462-.462V15.462h.923v1.385a1.385,1.385,0,0,1-1.385,1.385H6.385A1.385,1.385,0,0,1,5,16.846V10.385A1.385,1.385,0,0,1,6.385,9Z" transform="translate(0 -3.231)" fill="%23fff" fill-rule="evenodd"/><path id="Path_114359" data-name="Path 114359" d="M18.849,6.152a1.387,1.387,0,0,0-.406-.98L16.673,3.4a1.384,1.384,0,0,0-.978-.4h-3.31A1.385,1.385,0,0,0,11,4.385v6.923a1.385,1.385,0,0,0,1.385,1.385h5.077a1.385,1.385,0,0,0,1.385-1.384Zm-.923,0,0,5.156a.461.461,0,0,1-.462.461H12.385a.462.462,0,0,1-.462-.462V4.385a.462.462,0,0,1,.462-.462h3.31a.463.463,0,0,1,.326.135l1.77,1.767a.463.463,0,0,1,.136.327Z" transform="translate(-3.231)" fill="%23fff" fill-rule="evenodd"/></g></svg>');
}

.ai-popup-action-button .ai-download-json::before {
    width: 10px;
    height: 12px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10.105" height="12" viewBox="0 0 10.105 12"><g id="download-icon" transform="translate(-4 -2)"><path id="Path_114355" data-name="Path 114355" d="M13.474,19H4.632a.632.632,0,1,0,0,1.263h8.842a.632.632,0,0,0,0-1.263Z" transform="translate(0 -6.263)" fill="%23fff"/><path id="Path_114356" data-name="Path 114356" d="M9.788,2a.632.632,0,0,0-.632.632V9.32L7.078,7.236a.634.634,0,0,0-.9.9L9.34,11.291a.632.632,0,0,0,.9,0l3.158-3.158a.634.634,0,0,0-.9-.9L10.42,9.32V2.632A.632.632,0,0,0,9.788,2Z" transform="translate(-0.735)" fill="%23fff"/></g></svg>');
    z-index: 2;
}

.popup-hut-cta {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ai-popup-htu,
.ai-popup-cta {
    padding: 20px 25px;
    border: solid 1px #E6E6E6;
    background: #F2F2F2;
    border-radius: 8px;
}

.how-to-use-content h5,
.ai-popup-cta .cta-content h5 {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #222;
    font-family: 'Inter', sans-serif;
}

.how-to-use-content p,
.ai-popup-cta .cta-content p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #5F5F5F;
}

.how-to-use-content p:last-child {
    margin-bottom: 0;
}

.ai-popup-cta a {
    display: flex;
    border-radius: 4px;
    background: #E60078;
    width: fit-content;
    padding: 0 12px;
    min-height: 34px;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    margin-top: 15px;
    position: relative;
}

.ai-popup-cta a::before {
    display: block;
    width: 20%;
    height: 100%;
    position: absolute;
    content: "";
    background-color: transparent;
    opacity: 0;
    transition: 0.4s;
    z-index: 1;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

.ai-popup-cta a:hover::before {
    width: 100%;
    opacity: 1;
    background-color: #D00068;
}

.ai-popup-cta a span {
    font-size: 13px;
    line-height: 18px;
    display: block;
    z-index: 2;
}

.popup-detailed-content {
    margin-top: 20px;
}

.detailed-content p,
.detailed-content p strong,
.detailed-content li,
.detailed-content li strong,
.detailed-content strong {
    font-size: 15px;
    line-height: 20px;
    color: #5F5F5F;
    margin-bottom: 5px;
}

.detailed-content strong {
    font-weight: 500;
}

.detailed-content ul,
.detailed-content ol {
    padding-bottom: 0;
}

.detailed-content h2 {
    font-size: 17px !important;
    line-height: 22px !important;
    font-weight: 600;
    color: #222;
    margin-bottom: 5px;
    margin-top: 15px;
}

.detailed-content table {
    margin-top: 10px;
}

.detailed-content ol {
    padding-left: 14px;
}

.detailed-content ol li::before {
    font-size: 15px;
    color: #5F5F5F;;
    margin-left: calc(-1.45em + 4px);
    margin-right: 10px;
}

.detailed-content h3 {
    font-size: 15px !important;
    line-height: 20px !important;
    font-weight: 500;
    margin-bottom: 5px;
    color: #5F5F5F;
}

.detailed-content th,
.detailed-content td {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #222;
    font-family: 'Inter', sans-serif;
    color: #5F5F5F;
}

.detailed-content td {
    font-size: 15px;
    font-weight: 400;
}

.ai-popup-n8n {
    color-scheme: light;
}

.ai-popup-tags .ai-industry-tags {
    padding-right: 15px;
    margin-right: 11px;
    border-right: solid 1px #707070;
}

.ai-sort-selected.isSortDropdown {
    color: #222222;
}

.ai-popup-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 15px;
    transition: 0.6s;
    opacity: 1;
    z-index: 5;
}

.ai-popup-loading.isHidden {
    z-index: -1;
    overflow: hidden;
    opacity: 0;
    background: transparent;
}

.ai-popup-loading img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.ai-download-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.ai-download-popup.active {
    display: flex;
}

.ai-download-popup .popup-inner {
    background: #fff;
    width: 520px;
    padding: 30px 20px 30px 25px;
    animation: popIn .25s ease;
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 25px;
    position: relative;
    border-radius: 12px;
    box-shadow: 0px 0px 6px #8B8B8B4D;
}

.popup-icon {
    font-size: 36px;
    margin-bottom: 12px;
}

.popup-title {
    font-size: 17px !important;
    line-height: 22px !important;
    margin-bottom: 5px;
    font-weight: 600;
    color: #222;
}

.popup-message,
.popup-message .highlight {
    font-size: 15px;
    color: #222;
    line-height: 20px;
    margin-bottom: 0;
}

.popup-message .highlight {
    font-weight: 600;
}

.popup-timer {
    margin-top: 10px;
    font-weight: 600;
    color: #d33;
}

.popup-btn {
    padding: 15px;
    cursor: pointer;
    width: fit-content;
    margin-left: auto;
    font-size: 15px;
    line-height: 20px;
    z-index: 2;
    font-weight: 400;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0;
}

.popup-btn::before {
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18.121" height="18.121" viewBox="0 0 18.121 18.121"><path id="Path_114394" data-name="Path 114394" d="M6,22,22,6M6,6,22,22" transform="translate(-4.939 -4.939)" fill="none" stroke="%23000" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"/></svg>')
}

.popup-btn:hover {
    background-color: transparent;
}

@keyframes popIn {
    from { transform: scale(.95); opacity: 0; }
    to   { transform: scale(1);   opacity: 1; }
}


@media (prefers-color-scheme: dark) {
    .ai-popup-n8n n8n-demo {
        filter: none !important;
    }
}

@media (min-width: 767px) {
    .filter-options .filter-option:hover::after,
    .ai-sort-options li:hover::after {
        background: #FFDEEF;
        width: 100%;
        opacity: 1;
        transition: 0.4s;
    }

    .filter-options .filter-option:hover span {
        color: #E60078;
    }

    .filter-options .filter-option:hover span::before {
        border-color: #e60078;
    }

    .page-header_content {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .n8n-block-1 {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .n8n-heading p {
        padding:  0 10px;
    }

    .ai-filter-grid {
        display: block;
    }

    .ai-search-text {
        border-color: #222 !important;
        margin-bottom: 7px !important;
    }

    .n8n-heading h2 {
        margin-bottom: 10px;
    }

    .n8n-heading h2, .n8n-heading h2 span {
        font-size: 36px !important;
        line-height: 44px !important;
    }

    .n8n-heading p {
        font-size: 15px;
        line-height: 20px;
        color: #000000;
    }

    .n8n-heading {
        margin-bottom: 20px;
    }

    .ai-filter-bar {
        margin: 0 10px;
        padding: 15px 15px 20px;
    }

    .filter-dropdown {
        margin-bottom: 7px;
    }

    .filter-selected {
        border-color: #222;
    }

    .ai-sort-dropdown {
        width: 100%;
    }

    .ai-clear-btn {
        font-size: 15px;
        line-height: 20px;
    }

    .ai-grid {
        margin-top: 10px;
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0 10px;
    }

    .ai-item {
        padding: 20px;
        border-radius: 8px;
        border-color: #DBDBDB;
    }

    .ai-actions .ai-copy-json {
        padding: 0 13px;
        grid-template-columns: 11px 1fr;
        background: #E5E5E5;
        color: #fff;
    }

    .ai-actions .ai-copy-json::before {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 11px;
        height: 12px;
    }

    .ai-actions .ai-copy-json:hover:before {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .ai-actions {
        grid-template-columns: 138px 1fr;
        width: calc(100% - 40px);
        bottom: 20px;
    }

    .ai-actions .ai-download-json {
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .ai-item-inner {
        padding-bottom: 51px;
    }

    #ai-popup .ai-popup-box {
        width: 100%;
        height: 100%;
        border-radius: 0;
        top: 0;
        left: 0;
        transform: translate(0, 0);
    }

    .ai-popup-action-button {
        position: relative;
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        top: auto;
        right: auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: solid 1px #DBDBDB;
    }

    #ai-popup {
        scale: 1;
    }

    .ai-popup-slide {
        display: block;
    }

    #ai-popup .ai-popup-box {
        padding: 0;
    }

    .ai-popup-box .ai-popup-wrapper {
        padding: 20px 20px 37px;
    }

    h4.ai-popup-title {
        margin-bottom: 5px;
        font-size: 17px !important;
        line-height: 22px !important;
    }

    .ai-popup-date-and-count {
        margin-top: 15px;
        margin-bottom: 15px;
        gap: 20px;
    }

    .ai-popup-tags .ai-industry-tags, .ai-popup-tags .ai-tags {
        display: block;
        color: #8E8E8E;
        padding-left: 15px;
    }

    .ai-popup-tags .ai-industry-tags {
        padding-right: 0;
        margin-right: 0;
        border: none;
        margin-bottom: 10px;
    }

    .ai-popup-tags {
        margin: 15px 0 20px;
        padding-bottom: 20px;
        border-bottom: solid 1px #DBDBDB;
        gap: 7px;
        display: block;
    }

    .ai-popup-tags {
        gap: 7px;
    }

    .ai-industry-tags, .ai-tags {
        gap: 0;
    }

    .slide-tab-item {
        padding: 6px 15px 6px 12px;
    }

    .slide-tab-item.slide-json-preview {
        padding-left: 19px;
        padding-right: 19px;
    }

    .ai-popup-htu {
        margin-top: 10px;
        padding: 20px;
    }

    .popup-hut-cta {
        margin-top: 10px;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .ai-popup-htu, .ai-popup-cta {
        padding: 20px;
    }

    .ai-result-paging {
        margin-top: 20px;
        display: block;
        padding: 0 10px;
    }

    .ai-results-meta {
        margin-bottom: 20px;
        text-align: center;
    }

    .ai-pagination-inner .page-prev, .ai-pagination-inner .page-next {
        font-size: 1px;
        color: transparent;
        line-height: 1px;
    }

    .ai-pagination-inner .page-num {
        padding: 7px 15px;
        min-width: fit-content;
    }

    .ai-pagination-inner .page-dots {
        margin: 0 8px;
    }

    .ai-pagination-inner {
        text-align: center;
    }

    .ai-tag-contain.have-more {
        max-width: calc(100% - 80px);
    }

    .ai-industry-tags span.point, .ai-tags span.point {
        margin: 0 4px;
    }

    #scroll_up.isHidden {
        display: none;
    }

    .ai-search-button {
        width: fit-content;
        height: 45px;
        padding: 0 45px;
        margin-left: auto;
        margin-top: 10px;
        z-index: 2;
        position: relative;
    }

    .selected-and-button {
        grid-template-columns: 1fr;
        display: none;
    }

    .ai-filter-clear-button {
        order: 1;
        min-height: 45px;
        display: flex;
        align-items: center;
    }

    .dropdown-filter-selected {
        order: 2;
    }

    .selected-and-button.isActive {
        margin-top: -45px;
        display: grid;
    }

    .count-result {
        padding: 0 10px;
    }

    .footer {
        z-index: 15;
    }

    #main.site-main.active {
        z-index: 999;
    }

    .ai-download-popup {
        align-items: end;
        background: rgba(0, 0, 0, 0.5);
    }

    .ai-download-popup .popup-inner {
        width: 100%;
        border-radius: 12px 12px 0 0;
        display: block;
        text-align: center;
        padding: 20px 30px 40px;
    }

    #main.site-main.downloadPopupShow{
        z-index: 9999 !important;
    }

    .download-popup__logo {
        display: flex;
        justify-content: center;
    }

    .download-popup__content {
        margin-top: 20px;
    }
}