/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/*
 * Cookie-script reopen badge: by default it sits bottom-left where it collides
 * with the mobile action bar / floating drawer buttons. On small screens turn it
 * into a vertical tab pinned to the right edge, vertically centered.
 */
@media (max-width: 1023px) {
  #cookiescript_badge {
    top: 50% !important;
    right: -48px !important;
    left: auto !important;
    bottom: auto !important;
    transform-origin: center !important;
    transform: translateY(-50%) rotate(-90deg) !important;
  }
}

