.p-topicClusters { margin: 48px 0; color: #263544; }
.p-topicClusters h2 { font-size: clamp(22px, 3vw, 30px); margin: 0 0 24px; line-height: 1.5; }
.p-topicClusters__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); gap: 20px; }
.p-topicClusters__card { min-width: 0; padding: 24px; background: #f5f8fa; border: 1px solid #d6e0e7; border-radius: 8px; }
.p-topicClusters__card h3 { margin: 0 0 12px; font-size: 20px; line-height: 1.5; }
.p-topicClusters__card p { margin: 0 0 16px; font-size: 15px; line-height: 1.8; }
.p-topicClusters__card ul { margin: 0; padding-left: 1.3em; list-style: disc; }
.p-topicClusters__card li { margin: 10px 0; line-height: 1.7; }
.p-topicClusters__card a { color: #075c87; text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.p-topicClusters__card a:hover { color: #003c5b; }
.p-topicClusters__card a:focus-visible { outline: 3px solid #075c87; outline-offset: 4px; }
.p-topicClusters__hub { font-weight: 700; }
.p-productFreeLayout__textarea a.p-sguardBodyLink { color: #007738; text-decoration: underline; text-underline-offset: 3px; }
.p-productFreeLayout__textarea a.p-sguardBodyLink:focus-visible { outline: 2px solid #007738; outline-offset: 3px; }
@media (max-width: 600px) { .p-topicClusters { margin: 32px 0; } .p-topicClusters__card { padding: 20px; } }

/* Small reading links belong to the existing product/trouble section. */
.p-homeReading { display: flex; flex-wrap: wrap; align-items: baseline; gap: 8px 24px; width: calc(100% - 48px); max-width: 1000px; margin: 24px auto 0; padding: 16px 0 0; border-top: 1px solid #d9e6d9; font-size: 14px; line-height: 1.8; text-align: left; }
.p-homeReading .p-homeReading__label { margin: 0; padding: 0; color: #555; font-size: 13px; font-weight: 400; }
.p-homeReading ul { display: flex; flex-wrap: wrap; gap: 4px 24px; list-style: none; margin: 0; padding: 0; }
.p-homeReading li { margin: 0; padding: 0; }
.p-homeReading li::before { content: none; }
.p-homeReading a { display: inline-block; padding: 5px 0; color: var(--add-c-green-1, #007738); text-decoration: underline; text-underline-offset: 4px; }
.p-homeReading a span { display: inline-block; margin-left: 6px; }
.p-homeReading a:hover { text-decoration-thickness: 2px; }
.p-homeReading a:focus-visible { outline: 2px solid #007738; outline-offset: 4px; }
.p-homeTroubleContents .p-homeReading { border-top-color: rgba(255,255,255,.35); }
.p-homeTroubleContents .p-homeReading .p-homeReading__label,
.p-homeTroubleContents .p-homeReading a { color: #fff; }
.p-homeTroubleContents .p-homeReading a:focus-visible { outline-color: #fff; }
@media (max-width: 600px) { .p-homeReading { display: block; margin-top: 20px; } .p-homeReading ul { gap: 0 20px; margin-top: 4px; } }


