body {
    margin: 0;
    line-height: normal;
}

.tool-svg-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #00a4ff;
    line-height: 1;
    vertical-align: middle;
}

.tool-svg-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    overflow: visible;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
}

.tool-svg-icon-prompt,
.tool-svg-icon-sparkles,
.tool-svg-icon-ai-search,
.tool-svg-icon-ai-writing {
    color: #00a4ff;
}

.toolistify-content-section {
    width: min(1180px, calc(100% - 32px));
    margin: clamp(32px, 5vw, 72px) auto;
    padding: clamp(24px, 4vw, 44px);
    box-sizing: border-box;
    color: #172033;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        linear-gradient(135deg, rgba(240, 250, 255, 0.98), rgba(250, 255, 241, 0.94)),
        #fff;
    border: 1px solid rgba(0, 164, 255, 0.18);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 164, 255, 0.12);
    overflow: hidden;
}

.toolistify-content-section > :first-child,
.toolistify-content-section article > :first-child {
    margin-top: 0;
}

.toolistify-content-section > :last-child,
.toolistify-content-section article > :last-child {
    margin-bottom: 0;
}

.toolistify-content-section :where(h1, h2, h3) {
    color: #111827;
    line-height: 1.18;
    letter-spacing: 0;
}

.toolistify-content-section h1 {
    margin: 0 0 22px;
    font-size: clamp(30px, 3.3vw, 48px);
    font-weight: 900;
}

.toolistify-content-section h2 {
    margin: 32px 0 12px;
    font-size: clamp(22px, 2.1vw, 32px);
    font-weight: 900;
}

.toolistify-content-section h3 {
    margin: 24px 0 10px;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 800;
}

.toolistify-content-section :where(p, li) {
    color: #253244;
    font-size: clamp(15px, 1.2vw, 17px);
    line-height: 1.74;
}

.toolistify-content-section :where(p, ul, ol, table, blockquote) {
    margin: 0 0 18px;
}

.toolistify-content-section :where(ul, ol) {
    padding-left: 1.25rem;
}

.toolistify-content-section :where(a) {
    color: #0077c8;
    font-weight: 800;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
}

.content-page-tool-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    margin: 0 0 30px;
}

.content-page-tool-card {
    display: grid;
    gap: 8px;
    min-height: 142px;
    padding: 18px;
    color: #172033;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(0, 164, 255, 0.18);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(0, 164, 255, 0.08);
}

.content-page-tool-card:hover,
.content-page-tool-card:focus-visible {
    border-color: rgba(0, 164, 255, 0.42);
    box-shadow: 0 14px 36px rgba(0, 164, 255, 0.14);
    outline: none;
}

.content-page-tool-card span {
    width: max-content;
    max-width: 100%;
    padding: 5px 9px;
    color: #0077c8;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    background: rgba(0, 164, 255, 0.1);
    border-radius: 999px;
}

.content-page-tool-card strong {
    color: #111827;
    font-size: 18px;
    line-height: 1.25;
}

.content-page-tool-card small {
    color: #53627a;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.content-page-tool-embed {
    margin: 0 0 34px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(0, 164, 255, 0.18);
    border-radius: 8px;
    box-shadow: 0 14px 36px rgba(0, 164, 255, 0.1);
}

.content-page-tool-embed-head {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    align-items: center;
    padding: 14px 16px;
    background: rgba(240, 250, 255, 0.94);
    border-bottom: 1px solid rgba(0, 164, 255, 0.14);
}

.content-page-tool-embed-head span {
    color: #0077c8;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.content-page-tool-embed-head strong {
    color: #111827;
    font-size: 16px;
    line-height: 1.3;
}

.content-page-tool-embed-head a {
    margin-left: auto;
    font-size: 14px;
}

.content-page-tool-frame {
    display: block;
    width: 100%;
    height: var(--content-tool-frame-height, 980px);
    border: 0;
    background: #fff;
}

.toolistify-breadcrumbs {
    margin: 0 0 18px;
    color: #53627a;
    font-size: 14px;
    font-weight: 800;
}

.toolistify-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.toolistify-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: inherit;
    font-size: inherit;
    line-height: 1.4;
}

.toolistify-breadcrumbs li:not(:last-child)::after {
    content: "/";
    color: #8da0b8;
    font-weight: 700;
}

.toolistify-breadcrumbs [aria-current="page"] {
    color: #172033;
}

.toolistify-related-links,
.toolistify-source-panel {
    margin-top: clamp(28px, 4vw, 42px);
    padding-top: clamp(20px, 3vw, 30px);
    border-top: 1px solid rgba(0, 164, 255, 0.18);
}

.toolistify-related-links ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.toolistify-related-links li {
    margin: 0;
}

.toolistify-related-links a,
.toolistify-related-links span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 12px;
    border: 1px solid rgba(0, 164, 255, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
}

.toolistify-source-panel dl {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);
    gap: 10px 16px;
    margin: 0;
}

.toolistify-source-panel dt {
    color: #53627a;
    font-weight: 900;
}

.toolistify-source-panel dd {
    margin: 0;
    color: #253244;
    line-height: 1.6;
}

.toolistify-faq-accordion {
    margin-top: clamp(28px, 4vw, 42px);
    padding-top: clamp(20px, 3vw, 30px);
    border-top: 1px solid rgba(0, 164, 255, 0.18);
}

.toolistify-faq-accordion h2 {
    margin: 0 0 16px;
}

.toolistify-faq-list {
    display: grid;
    gap: 12px;
}

.toolistify-faq-item {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(0, 164, 255, 0.16);
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(23, 32, 51, 0.06);
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.toolistify-faq-item[open] {
    background: #fff;
    border-color: rgba(0, 164, 255, 0.34);
    box-shadow: 0 16px 36px rgba(0, 164, 255, 0.14);
}

.toolistify-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 58px;
    padding: 16px 18px;
    color: #111827;
    cursor: pointer;
    list-style: none;
    font-size: clamp(15px, 1.2vw, 17px);
    font-weight: 900;
    line-height: 1.35;
}

.toolistify-faq-item summary::-webkit-details-marker {
    display: none;
}

.toolistify-faq-question-text {
    min-width: 0;
}

.toolistify-faq-icon {
    position: relative;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    border-radius: 50%;
    background: #c7f408;
    box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.08);
}

.toolistify-faq-icon::before,
.toolistify-faq-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    border-radius: 999px;
    background: #111827;
    transform: translate(-50%, -50%);
    transition: transform 180ms ease, opacity 180ms ease;
}

.toolistify-faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.toolistify-faq-item[open] .toolistify-faq-icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

.toolistify-faq-answer {
    padding: 0 18px 18px;
}

.toolistify-faq-answer p {
    margin: 0;
    padding: 14px 0 0;
    border-top: 1px solid rgba(0, 164, 255, 0.12);
}

@media (max-width: 767px) {
    .toolistify-content-section {
        width: min(100% - 24px, 720px);
        margin: 28px auto 44px;
        padding: 22px 18px;
    }

    .content-page-tool-list {
        grid-template-columns: 1fr;
    }

    .content-page-tool-embed-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .content-page-tool-embed-head a {
        margin-left: 0;
    }

    .toolistify-faq-item summary {
        padding: 14px;
    }

    .toolistify-faq-answer {
        padding: 0 14px 14px;
    }
}
