/* -------------------------------------------------------------------
   Road To Valor - static recovery stylesheet
   ADDED during the static rebuild; not part of the original theme.
   It hides controls whose backing services no longer exist, so the
   pages do not display dead furniture.
   ------------------------------------------------------------------- */

/* AddThis was shut down by Adobe in 2023 and s7.addthis.com no longer
   resolves in DNS, so these share buttons cannot function. */
.addthis_toolbox,
.addthis_default_style,
.addthis_32x32_style,
#addthis-widget-2,
.atwidget,
[class*="addthis_button"],
[class*="addthis_counter"] { display: none !important; }

/* All-in-One Event Calendar navigation is driven by server-side PHP and
   cannot work from static files. Disabled controls are hidden. */
[data-static-disabled] { display: none !important; }

.static-recovery-note {
    margin: 1em 0; padding: .75em 1em;
    border-left: 3px solid #b8b8b8; background: rgba(0,0,0,.03);
    font-style: italic; color: #555;
}
