.page-tackle-guide {
    background: #082f31;
}

.tackle-guide {
    --tk-ink: #183a36;
    --tk-deep: #075653;
    --tk-deep-dark: #043f3e;
    --tk-paper: #fffdf1;
    --tk-cream: #fff9dc;
    --tk-gold: #e5b447;
    --tk-gold-light: #ffe584;
    --tk-green: #4f9b43;
    --tk-blue: #147d9e;
    --tk-red: #b84635;
    --tk-line: #183a36;
    --tk-muted: #3f564f;
    background: var(--tk-cream);
    overflow-wrap: break-word;
    word-break: normal;
}

.tackle-guide h1,
.tackle-guide h2,
.tackle-guide h3,
.tackle-guide p,
.tackle-guide ol,
.tackle-guide ul,
.tackle-guide dl,
.tackle-guide figure,
.tackle-guide table {
    margin-top: 0;
}

.tackle-guide h1,
.tackle-guide h2,
.tackle-guide h3,
.tackle-guide p,
.tackle-guide li,
.tackle-guide dd,
.tackle-guide dt,
.tackle-guide a,
.tackle-guide span,
.tackle-guide button,
.tackle-guide label,
.tackle-guide th,
.tackle-guide td,
.tackle-guide summary {
    overflow-wrap: break-word;
}

.tackle-guide [id] {
    scroll-margin-top: 104px;
}

.tackle-guide button,
.tackle-guide input {
    font: inherit;
}

.tackle-guide a:focus-visible,
.tackle-guide button:focus-visible,
.tackle-guide input:focus-visible,
.tackle-guide summary:focus-visible {
    outline: 3px solid #ffe27a;
    outline-offset: 2px;
}

.tackle-hero {
    position: relative;
    overflow: hidden;
    color: #fffdf0;
    background-color: #0d5a6b;
    background-image:
        linear-gradient(118deg, rgba(4, 63, 62, 0.97) 0%, rgba(7, 86, 83, 0.92) 48%, rgba(20, 92, 118, 0.86) 100%),
        url("../images/water-tile.webp");
    background-repeat: repeat;
    background-size: auto, 96px 96px;
    border-bottom: 8px solid var(--tk-gold);
}

.tackle-hero::before,
.tackle-hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
    background-image: url("../images/ui-sprites.webp");
    background-repeat: no-repeat;
    image-rendering: pixelated;
    opacity: 0.16;
}

.tackle-hero::before {
    right: -40px;
    bottom: -28px;
    width: 240px;
    height: 240px;
    background-position: -256px -128px;
    background-size: 1920px 1920px;
}

.tackle-hero::after {
    top: 36px;
    left: -36px;
    width: 180px;
    height: 180px;
    background-position: -576px 0;
    background-size: 1440px 1440px;
}

.tackle-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(calc(100% - 48px), 1180px);
    margin: 0 auto;
    padding: 52px 0 58px;
    grid-template-columns: minmax(0, 1.12fr) minmax(0, 0.88fr);
    gap: 40px;
    align-items: center;
}

.tackle-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 22px;
    color: #cfedf0;
    font-size: 12px;
    font-weight: 800;
}

.tackle-breadcrumbs a {
    color: inherit;
    text-underline-offset: 3px;
}

.tackle-breadcrumbs a:hover {
    color: #fff1a0;
}

.tackle-kicker {
    margin-bottom: 12px;
    color: #ffe584;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tackle-hero-copy h1 {
    margin-bottom: 14px;
    font-size: clamp(1.7rem, 3.4vw, 2.45rem);
    line-height: 1.15;
    color: #fffdf0;
    text-shadow: 0 2px 0 rgba(4, 40, 42, 0.35);
}

.tackle-lead {
    margin-bottom: 22px;
    max-width: 42rem;
    color: #e7f6f4;
    font-size: 1.02rem;
    line-height: 1.55;
}

.tackle-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 24px;
}

.tackle-primary-action,
.tackle-secondary-action,
.tackle-ghost-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.65rem 1.05rem;
    border-radius: 999px;
    border: 3px solid #123a38;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 3px 0 rgba(12, 40, 38, 0.35);
}

.tackle-primary-action {
    color: #163a34;
    background: linear-gradient(180deg, #ffe27a 0%, #e5b447 100%);
}

.tackle-primary-action:hover {
    filter: brightness(1.04);
}

.tackle-secondary-action {
    color: #fffdf0;
    background: rgba(8, 70, 72, 0.55);
    border-color: rgba(255, 249, 220, 0.45);
}

.tackle-secondary-action:hover {
    background: rgba(8, 70, 72, 0.8);
}

.tackle-ghost-action {
    color: var(--tk-deep-dark);
    background: #fffdf1;
    border-color: var(--tk-ink);
    box-shadow: 0 2px 0 rgba(24, 58, 54, 0.2);
}

.tackle-ghost-action:hover {
    background: #fff6c8;
}

.tackle-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.tackle-hero-stats div {
    padding: 12px 10px;
    border: 2px solid rgba(255, 249, 220, 0.28);
    border-radius: 14px;
    background: rgba(4, 40, 42, 0.35);
    text-align: center;
}

.tackle-hero-stats dt {
    margin: 0 0 4px;
    color: #bfe5e2;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tackle-hero-stats dd {
    margin: 0;
    color: #fffdf0;
    font-size: 1.2rem;
    font-weight: 800;
}

.tackle-answer-card {
    padding: 22px 20px 20px;
    border: 4px solid #123a38;
    border-radius: 22px;
    background: linear-gradient(180deg, #fffdf1 0%, #fff4c8 100%);
    color: var(--tk-ink);
    box-shadow: 0 10px 0 rgba(8, 40, 42, 0.22);
}

.tackle-answer-heading {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 14px;
}

.tackle-answer-heading p {
    margin: 0;
    color: var(--tk-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.tackle-answer-heading h2 {
    margin: 2px 0 0;
    font-size: 1.2rem;
    color: var(--tk-deep-dark);
}

.tackle-answer-icon {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    border: 3px solid var(--tk-ink);
    background:
        linear-gradient(180deg, #8fd0ff 0%, #147d9e 100%);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.12);
}

.tackle-answer-card ol {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.tackle-answer-card li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
}

.tackle-answer-card li span {
    display: inline-flex;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--tk-deep);
    color: #fffdf0;
    font-size: 12px;
    font-weight: 800;
}

.tackle-answer-card li p {
    margin: 0;
    line-height: 1.45;
    color: var(--tk-ink);
}

.tackle-answer-note {
    margin: 16px 0 0;
    padding-top: 14px;
    border-top: 2px dashed rgba(24, 58, 54, 0.2);
    color: var(--tk-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.tackle-answer-note a {
    color: var(--tk-deep);
    font-weight: 800;
}

.tackle-page-layout {
    display: grid;
    width: min(calc(100% - 48px), 1180px);
    margin: 0 auto;
    padding: 36px 0 64px;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 28px;
    align-items: start;
}

.tackle-main-column {
    min-width: 0;
    display: grid;
    gap: 28px;
}

.tackle-section {
    padding: 26px 24px 28px;
    border: 4px solid var(--tk-ink);
    border-radius: 22px;
    background: var(--tk-paper);
    box-shadow: 0 6px 0 rgba(24, 58, 54, 0.12);
}

.tackle-section-heading {
    margin-bottom: 20px;
}

.tackle-section-heading p {
    margin: 0 0 6px;
    color: var(--tk-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.tackle-section-heading h2 {
    margin: 0 0 8px;
    color: var(--tk-deep-dark);
    font-size: clamp(1.35rem, 2.4vw, 1.7rem);
    line-height: 1.2;
}

.tackle-section-heading span {
    display: block;
    color: var(--tk-muted);
    line-height: 1.5;
}

.tackle-section-heading.is-light p {
    color: #0e6b72;
}

.tackle-tool-section {
    background:
        linear-gradient(180deg, #e8f8f4 0%, #fffdf1 42%, #fffdf1 100%);
}

.tackle-tool-form {
    display: grid;
    gap: 16px;
    margin-bottom: 18px;
    padding: 18px;
    border: 3px solid rgba(24, 58, 54, 0.18);
    border-radius: 18px;
    background: rgba(255, 253, 241, 0.9);
}

.tackle-tool-form fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    min-width: 0;
}

.tackle-tool-form legend {
    margin-bottom: 8px;
    color: var(--tk-deep-dark);
    font-size: 0.95rem;
    font-weight: 800;
}

.tackle-segmented {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tackle-segmented input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.tackle-segmented label {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0.45rem 0.9rem;
    border: 3px solid rgba(24, 58, 54, 0.25);
    border-radius: 999px;
    background: #fff;
    color: var(--tk-ink);
    font-weight: 800;
    cursor: pointer;
}

.tackle-segmented input:checked + label {
    border-color: var(--tk-deep);
    background: linear-gradient(180deg, #d8f3ea 0%, #b7e4d4 100%);
    color: var(--tk-deep-dark);
    box-shadow: 0 2px 0 rgba(7, 86, 83, 0.2);
}

.tackle-segmented input:focus-visible + label {
    outline: 3px solid #ffe27a;
    outline-offset: 2px;
}

.tackle-tool-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tackle-tool-result {
    min-height: 160px;
}

.tackle-tool-state {
    display: grid;
    place-items: center;
    gap: 12px;
    min-height: 160px;
    padding: 24px;
    border: 3px dashed rgba(24, 58, 54, 0.22);
    border-radius: 18px;
    color: var(--tk-muted);
    text-align: center;
}

.tackle-tool-spinner {
    width: 28px;
    height: 28px;
    border: 4px solid rgba(7, 86, 83, 0.2);
    border-top-color: var(--tk-deep);
    border-radius: 50%;
    animation: tackle-spin 0.8s linear infinite;
}

@keyframes tackle-spin {
    to { transform: rotate(360deg); }
}

.tackle-tool-error {
    padding: 18px;
    border: 3px solid #b84635;
    border-radius: 16px;
    background: #fff1ee;
    color: #6d2418;
}

.tackle-result-card {
    display: grid;
    gap: 16px;
    padding: 18px;
    border: 3px solid var(--tk-ink);
    border-radius: 18px;
    background: #fff;
}

.tackle-result-head {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    align-items: baseline;
    justify-content: space-between;
}

.tackle-result-head h3 {
    margin: 0;
    color: var(--tk-deep-dark);
    font-size: 1.25rem;
}

.tackle-result-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    background: #d8f3ea;
    color: var(--tk-deep-dark);
    font-size: 12px;
    font-weight: 800;
}

.tackle-result-summary {
    margin: 0;
    color: var(--tk-muted);
    line-height: 1.5;
}

.tackle-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.tackle-result-panel {
    min-width: 0;
    padding: 14px;
    border: 2px solid rgba(24, 58, 54, 0.16);
    border-radius: 14px;
    background: #fffdf6;
}

.tackle-result-panel h4 {
    margin: 0 0 8px;
    color: var(--tk-deep);
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tackle-result-panel ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--tk-ink);
    line-height: 1.45;
}

.tackle-result-panel li + li {
    margin-top: 4px;
}

.tackle-result-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tackle-result-links a {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    border: 2px solid rgba(24, 58, 54, 0.2);
    background: #eef8f4;
    color: var(--tk-deep-dark);
    font-weight: 800;
    text-decoration: none;
}

.tackle-result-links a:hover {
    background: #d8f3ea;
}

.tackle-noscript {
    margin: 12px 0 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: #fff6c8;
    color: var(--tk-ink);
    line-height: 1.45;
}

.tackle-family-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.tackle-family-card {
    min-width: 0;
    padding: 16px;
    border: 3px solid rgba(24, 58, 54, 0.16);
    border-radius: 16px;
    background: linear-gradient(180deg, #fffdf8 0%, #f3faf7 100%);
}

.tackle-family-tag {
    margin: 0 0 6px;
    color: var(--tk-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tackle-family-card h3 {
    margin: 0 0 8px;
    color: var(--tk-deep-dark);
    font-size: 1.15rem;
}

.tackle-family-card p {
    margin: 0 0 10px;
    color: var(--tk-muted);
    line-height: 1.45;
}

.tackle-family-card ul {
    margin: 0;
    padding-left: 1.1rem;
    color: var(--tk-ink);
    line-height: 1.45;
}

.tackle-table-wrap {
    overflow-x: auto;
    border: 3px solid rgba(24, 58, 54, 0.16);
    border-radius: 16px;
    background: #fff;
}

.tackle-table {
    width: 100%;
    min-width: 560px;
    border-collapse: collapse;
    font-size: 0.94rem;
}

.tackle-table th,
.tackle-table td {
    padding: 12px 12px;
    border-bottom: 1px solid rgba(24, 58, 54, 0.12);
    text-align: left;
    vertical-align: top;
    line-height: 1.4;
}

.tackle-table thead th {
    background: var(--tk-deep);
    color: #fffdf0;
    font-weight: 800;
    white-space: nowrap;
}

.tackle-table tbody th {
    color: var(--tk-deep-dark);
    font-weight: 800;
    background: #f3faf7;
}

.tackle-table tbody tr:nth-child(even) td {
    background: #faf8ef;
}

.tackle-table tbody tr:last-child th,
.tackle-table tbody tr:last-child td {
    border-bottom: 0;
}

.tackle-stock-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.tackle-stock-grid article {
    min-width: 0;
    padding: 14px 16px;
    border: 2px solid rgba(24, 58, 54, 0.14);
    border-radius: 14px;
    background: #fff;
}

.tackle-stock-grid h3 {
    margin: 0 0 8px;
    color: var(--tk-deep-dark);
    font-size: 1.05rem;
}

.tackle-stock-grid p {
    margin: 0;
    color: var(--tk-muted);
    line-height: 1.5;
}

.tackle-stock-grid a {
    color: var(--tk-deep);
    font-weight: 800;
}

.tackle-hook-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.tackle-hook-grid article {
    min-width: 0;
    padding: 16px;
    border: 3px solid var(--tk-ink);
    border-radius: 16px;
    background: #fff;
}

.tackle-hook-grid article p {
    margin: 0 0 6px;
    color: var(--tk-muted);
    font-size: 12px;
    font-weight: 800;
}

.tackle-hook-grid h3 {
    margin: 0 0 8px;
    color: var(--tk-deep-dark);
}

.tackle-hook-grid article > p:last-child,
.tackle-hook-grid article p:last-of-type {
    color: var(--tk-ink);
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.45;
}

.tackle-hook-grid .is-s {
    background: linear-gradient(180deg, #eef8ff 0%, #fff 70%);
}

.tackle-hook-grid .is-m {
    background: linear-gradient(180deg, #eefaf2 0%, #fff 70%);
}

.tackle-hook-grid .is-l {
    background: linear-gradient(180deg, #fff6e8 0%, #fff 70%);
}

.tackle-hook-note {
    margin: 0;
    color: var(--tk-muted);
    line-height: 1.5;
}

.tackle-price-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.tackle-price-grid article {
    min-width: 0;
    padding: 16px;
    border: 3px solid rgba(24, 58, 54, 0.16);
    border-radius: 16px;
    background: linear-gradient(180deg, #fffdf8 0%, #f7fbf8 100%);
}

.tackle-price-grid h3 {
    margin: 0 0 10px;
    color: var(--tk-deep-dark);
}

.tackle-price-grid ul {
    margin: 0 0 12px;
    padding-left: 1.1rem;
    color: var(--tk-ink);
    line-height: 1.45;
}

.tackle-price-grid li + li {
    margin-top: 4px;
}

.tackle-price-grid article > p {
    margin: 0;
    color: var(--tk-muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.tackle-trouble-list {
    display: grid;
    gap: 10px;
}

.tackle-trouble-list details {
    border: 2px solid rgba(24, 58, 54, 0.16);
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.tackle-trouble-list summary {
    cursor: pointer;
    list-style: none;
    padding: 14px 16px;
    font-weight: 800;
    color: var(--tk-deep-dark);
}

.tackle-trouble-list summary::-webkit-details-marker {
    display: none;
}

.tackle-trouble-list details[open] summary {
    border-bottom: 2px solid rgba(24, 58, 54, 0.1);
    background: #f3faf7;
}

.tackle-trouble-list details > div {
    padding: 12px 16px 16px;
}

.tackle-trouble-list p {
    margin: 0;
    color: var(--tk-muted);
    line-height: 1.5;
}

.tackle-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.tackle-faq-grid article {
    min-width: 0;
    padding: 14px 16px;
    border: 2px solid rgba(24, 58, 54, 0.14);
    border-radius: 14px;
    background: #fff;
}

.tackle-faq-grid h3 {
    margin: 0 0 8px;
    color: var(--tk-deep-dark);
    font-size: 1rem;
    line-height: 1.3;
}

.tackle-faq-grid p {
    margin: 0;
    color: var(--tk-muted);
    line-height: 1.5;
}

.tackle-next-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.tackle-next-links a {
    display: grid;
    gap: 4px;
    min-width: 0;
    padding: 14px 16px;
    border: 3px solid var(--tk-ink);
    border-radius: 16px;
    background: linear-gradient(180deg, #fffdf1 0%, #e8f6f1 100%);
    color: var(--tk-ink);
    text-decoration: none;
    box-shadow: 0 3px 0 rgba(24, 58, 54, 0.12);
}

.tackle-next-links a:hover {
    background: linear-gradient(180deg, #fff6c8 0%, #dff3ea 100%);
}

.tackle-next-links span {
    color: var(--tk-muted);
    font-size: 12px;
    font-weight: 700;
}

.tackle-next-links strong {
    color: var(--tk-deep-dark);
    font-size: 1.02rem;
}

.tackle-side-column {
    position: sticky;
    top: 98px;
    display: grid;
    gap: 14px;
    min-width: 0;
}

.tackle-toc {
    display: grid;
    gap: 6px;
    padding: 16px;
    border: 3px solid var(--tk-ink);
    border-radius: 18px;
    background: var(--tk-paper);
    box-shadow: 0 4px 0 rgba(24, 58, 54, 0.1);
}

.tackle-toc p {
    margin: 0 0 6px;
    color: var(--tk-deep);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.tackle-toc a {
    color: var(--tk-ink);
    font-weight: 700;
    text-decoration: none;
    line-height: 1.35;
    padding: 4px 0;
}

.tackle-toc a:hover {
    color: var(--tk-deep);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tackle-game-shot {
    margin: 0;
    padding: 12px;
    border: 3px solid var(--tk-ink);
    border-radius: 18px;
    background: #0d5a6b;
    color: #e7f6f4;
}

.tackle-game-shot img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 2px solid rgba(255, 249, 220, 0.35);
    image-rendering: pixelated;
    background: #08383a;
}

.tackle-game-shot figcaption {
    margin-top: 10px;
    font-size: 0.85rem;
    line-height: 1.4;
}

.tackle-side-tip {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 10px;
    padding: 14px;
    border: 3px solid var(--tk-ink);
    border-radius: 18px;
    background: linear-gradient(180deg, #fff6c8 0%, #ffe9a0 100%);
    color: var(--tk-ink);
}

.tackle-side-tip-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    border: 2px solid var(--tk-ink);
    background: linear-gradient(180deg, #8fd0ff 0%, #147d9e 100%);
}

.tackle-side-tip p {
    margin: 0;
    line-height: 1.45;
    font-size: 0.92rem;
}

@media (max-width: 980px) {
    .tackle-page-layout {
        grid-template-columns: 1fr;
    }

    .tackle-side-column {
        position: static;
        order: -1;
    }

    .tackle-toc {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tackle-toc p {
        grid-column: 1 / -1;
    }
}

@media (max-width: 820px) {
    .tackle-hero-inner {
        width: min(calc(100% - 28px), 1180px);
        grid-template-columns: 1fr;
        padding: 36px 0 40px;
        gap: 24px;
    }

    .tackle-page-layout {
        width: min(calc(100% - 28px), 1180px);
        padding-top: 24px;
    }

    .tackle-result-grid,
    .tackle-family-grid,
    .tackle-stock-grid,
    .tackle-faq-grid,
    .tackle-next-links,
    .tackle-price-grid,
    .tackle-hook-grid {
        grid-template-columns: 1fr;
    }

    .tackle-hero-stats {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .tackle-section {
        padding: 18px 14px 20px;
        border-width: 3px;
        border-radius: 16px;
    }

    .tackle-tool-form {
        padding: 14px;
    }

    .tackle-segmented label {
        width: 100%;
        justify-content: center;
    }

    .tackle-toc {
        grid-template-columns: 1fr;
    }

    .tackle-primary-action,
    .tackle-secondary-action,
    .tackle-ghost-action {
        width: 100%;
    }
}
