 .cs-local {padding: var(--sectionPadding);background-color: #fafbfc;}.cs-local .cs-container {background-color: #fff;width: 100%;max-width: 80rem;margin: auto;padding: var(--sectionPadding);box-sizing: border-box;border-radius: 0.75rem;display: flex;flex-direction: column;align-items: center;gap: clamp(2rem, 4vw, 3rem);}.cs-local .cs-content {width: 100%;max-width: 56.25rem;display: flex;flex-direction: column;align-items: center;}.cs-local .cs-topper {font-size: var(--topperFontSize);line-height: 1.2em;text-transform: uppercase;text-align: center;letter-spacing: 0.1em;font-weight: 700;color: var(--primary);margin-bottom: 0.25rem;display: block;}.cs-local .cs-title {font-size: var(--headerFontSize);font-weight: 900;line-height: 1.2em;text-align: center;max-width: 50rem;margin: 0 0 1.5rem 0;color: var(--headerColor);}.cs-local .cs-text {font-size: 1rem;line-height: 1.5em;text-align: left;width: 100%;margin: 0 0 1rem 0;color: var(--bodyTextColor);}.cs-local .cs-text:last-of-type {margin-bottom: 0;}.cs-local .cs-local-districts {width: 100%;}.cs-local .cs-h3 {font-size: 1.25rem;font-weight: 700;line-height: 1.2em;text-align: center;margin: 0 0 1.5rem 0;color: var(--headerColor);}.cs-local .cs-local-ul {margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 1rem;}.cs-local .cs-local-li {list-style: none;display: flex;flex-direction: column;gap: 0.125rem;padding-left: 1rem;border-left: 0.1875rem solid var(--primary);}.cs-local .cs-local-name {font-size: 1rem;font-weight: 700;line-height: 1.5em;color: var(--headerColor);display: block;}.cs-local .cs-local-note {font-size: 0.875rem;line-height: 1.5em;color: var(--bodyTextColor);display: block;}@media only screen and (min-width: 48rem) {.cs-local .cs-local-ul {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {.cs-local .cs-local-ul {grid-template-columns: repeat(4, 1fr);}}body.dark-mode .cs-local {background-color: var(--dark);}body.dark-mode .cs-local .cs-title, body.dark-mode .cs-local .cs-h3, body.dark-mode .cs-local .cs-local-name {color: var(--bodyTextColorWhite);}body.dark-mode .cs-local .cs-text, body.dark-mode .cs-local .cs-local-note {color: var(--bodyTextColorWhite);opacity: 0.8;}.cs-nearby, .cs-related {padding: clamp(2.5rem, 5vw, 4rem) 1rem;background-color: #f7f7f7;}.cs-nearby .cs-container, .cs-related .cs-container {width: 100%;max-width: 80rem;margin: auto;}.cs-nearby .cs-topper, .cs-related .cs-topper {font-size: var(--topperFontSize);line-height: 1.2em;text-transform: uppercase;text-align: left;letter-spacing: 0.1em;font-weight: 700;color: var(--primary);margin-bottom: 0.25rem;display: block;}.cs-nearby .cs-title, .cs-related .cs-title {font-size: clamp(1.5625rem, 3vw, 2.4375rem);font-weight: 900;line-height: 1.2em;text-align: left;max-width: 43.75rem;margin: 0 0 1rem 0;color: var(--headerColor);}.cs-nearby .cs-text, .cs-related .cs-text {font-size: 1rem;line-height: 1.5em;text-align: left;max-width: 46.875rem;margin: 0 0 1.5rem 0;color: var(--bodyTextColor);}.cs-nearby {}.cs-nearby .cs-nearby-ul {margin: 0 0 1.5rem 0;padding: 0;display: flex;flex-wrap: wrap;gap: 0.75rem 1.75rem;}.cs-nearby .cs-nearby-li {list-style: none;}.cs-nearby .cs-nearby-link {font-size: 1rem;line-height: 1.5em;text-decoration: none;color: var(--bodyTextColor);display: inline-block;transition: color 0.3s;}.cs-nearby .cs-nearby-link:hover {color: var(--primary);text-decoration: underline;}.cs-nearby .cs-nearby-hub {font-size: 1rem;font-weight: 700;line-height: 1.5em;text-decoration: none;color: var(--primary);display: inline-block;}.cs-nearby .cs-nearby-hub:hover {text-decoration: underline;}.cs-related .cs-related-ul {margin: 0;padding: 0;display: grid;grid-template-columns: 1fr;gap: 1.25rem;}.cs-related .cs-related-li {list-style: none;}.cs-related .cs-related-link {text-decoration: none;display: flex;align-items: center;gap: 1rem;}.cs-related .cs-related-link:hover .cs-related-h3 {color: var(--primary);}.cs-related .cs-related-picture {flex: none;width: 7.5rem;height: 5rem;border-radius: 0.5rem;overflow: hidden;display: block;}.cs-related .cs-related-picture img {width: 100%;height: 100%;object-fit: cover;}.cs-related .cs-related-content {display: flex;flex-direction: column;gap: 0.25rem;}.cs-related .cs-related-h3 {font-size: 1rem;font-weight: 700;line-height: 1.4em;color: var(--headerColor);transition: color 0.3s;display: block;}.cs-related .cs-related-date {font-size: 0.875rem;line-height: 1.5em;color: var(--bodyTextColor);display: block;}@media only screen and (min-width: 48rem) {.cs-related .cs-related-ul {grid-template-columns: repeat(2, 1fr);}}@media only screen and (min-width: 64rem) {.cs-related .cs-related-ul {grid-template-columns: repeat(4, 1fr);}.cs-related .cs-related-link {flex-direction: column;align-items: flex-start;}.cs-related .cs-related-picture {width: 100%;height: 8.75rem;}}body.dark-mode .cs-nearby, body.dark-mode .cs-related {background-color: rgba(0, 0, 0, 0.2);}body.dark-mode .cs-nearby .cs-title, body.dark-mode .cs-related .cs-title {color: var(--bodyTextColorWhite);}body.dark-mode .cs-nearby .cs-text, body.dark-mode .cs-related .cs-text, body.dark-mode .cs-nearby .cs-nearby-link, body.dark-mode .cs-related .cs-nearby-link, body.dark-mode .cs-nearby .cs-related-date, body.dark-mode .cs-related .cs-related-date {color: var(--bodyTextColorWhite);opacity: 0.8;}body.dark-mode .cs-nearby .cs-related-h3, body.dark-mode .cs-related .cs-related-h3 {color: var(--bodyTextColorWhite);}