@use "../../../variables/index" as *;


/**
 * c8y cookie uanner - Component styles
 *
 * Note: Uses $size-* tokens for spacing where applicable.
 *
 * Intentionally hardcoded values:
 * - Component-specific dimensions: Fixed sizes for component layout
 * - Off-grid spacing: Component-specific positioning
 * - Border widths (1px, 2px, 3px): Standard borders
 * - Font-sizes: Typography
 * - Percentages: Layout
 */
.c8y-cookie-banner {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: $zindex-modal - 3;
  background-color: rgba($black, 0.8);
  color: white;
}

.cookie-banner-content {
  column-width: 26rem;

  a{
    color: inherit;
    text-decoration: underline;
    &:hover {
      color: inherit;
    }
  }
}
