/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./blocks/notices/notice/view.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * Notice Block — Frontend Styles
 *
 * @package Umbrellas
 * @since   1.0.0
 */
/**
 * ### Notice Block Core Styling ###
 *
 * Shared base styles for the Notice block. Handles the notice wrapper,
 * content area, and close button styling.
 *
 * @package Umbrellas
 * @since 1.0.0
 */
.wp-block-umbrellas-notice {
  display: flex !important;
  align-items: center;
  gap: var(--wp--preset--spacing--small, 0.5rem);
  overflow: hidden;
  will-change: height, padding-top, padding-bottom, opacity;
  transition: opacity 200ms ease;
  background-color: var(--wp--preset--color--primary, #051245);
  color: var(--wp--preset--color--white, #ffffff);
}
.wp-block-umbrellas-notice__wrapper {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--small, 0.5rem);
  width: 100%;
  max-width: var(--wp--style--global--wide-size, 1320px);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-umbrellas-notice__content {
  font-size: 0.9em;
  flex: 1;
  overflow-wrap: anywhere;
  word-break: break-word;
  will-change: opacity;
  color: inherit;
}
.wp-block-umbrellas-notice__content * {
  color: inherit;
}
.wp-block-umbrellas-notice__content a {
  color: var(--wp--preset--color--white, #ffffff);
  text-decoration: underline;
}
.wp-block-umbrellas-notice__content a:hover, .wp-block-umbrellas-notice__content a:focus {
  opacity: 0.9;
}
.wp-block-umbrellas-notice__content .wp-block-button,
.wp-block-umbrellas-notice__content .wp-block-button__link,
.wp-block-umbrellas-notice__content button:not(.wp-block-umbrellas-notice__close),
.wp-block-umbrellas-notice__content input[type=button],
.wp-block-umbrellas-notice__content input[type=submit] {
  background-color: var(--wp--preset--color--white, #ffffff);
  color: var(--wp--preset--color--primary, #051245);
  border: 2px solid var(--wp--preset--color--white, #ffffff);
}
.wp-block-umbrellas-notice__content .wp-block-button:hover, .wp-block-umbrellas-notice__content .wp-block-button:focus,
.wp-block-umbrellas-notice__content .wp-block-button__link:hover,
.wp-block-umbrellas-notice__content .wp-block-button__link:focus,
.wp-block-umbrellas-notice__content button:not(.wp-block-umbrellas-notice__close):hover,
.wp-block-umbrellas-notice__content button:not(.wp-block-umbrellas-notice__close):focus,
.wp-block-umbrellas-notice__content input[type=button]:hover,
.wp-block-umbrellas-notice__content input[type=button]:focus,
.wp-block-umbrellas-notice__content input[type=submit]:hover,
.wp-block-umbrellas-notice__content input[type=submit]:focus {
  background-color: transparent;
  color: var(--wp--preset--color--white, #ffffff);
  border-color: var(--wp--preset--color--white, #ffffff);
}
.wp-block-umbrellas-notice__close {
  margin-inline-start: auto;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  will-change: opacity;
  border: none;
  background: transparent;
  padding: 0.25em 0.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  opacity: 0.8;
  transition: opacity 150ms ease;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-umbrellas-notice__close:hover, .wp-block-umbrellas-notice__close:focus {
  opacity: 1;
}
.wp-block-umbrellas-notice__close:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.wp-block-umbrellas-notice__close-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.8em;
  height: 0.8em;
}
.wp-block-umbrellas-notice__close-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}
/**
 * ### Notice Block Custom Styling ###
 *
 * Custom overrides for the Notice block. Add any custom styling here.
 *
 * @package Umbrellas
 * @since 1.0.0
 */

/*# sourceMappingURL=view.css.map*/