/* Compact notice controls: the dismiss target never takes a layout row. */
#celebration #celebration-dismiss {
  position: absolute;
  top: 8px;
  right: 8px;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 1px solid #bda570;
  border-radius: 12px;
  background: #354a39;
  color: #fff2d4;
  font-family: inherit;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  touch-action: manipulation;
}
#celebration:not(.has-reward-art) #celebration-over,
#celebration:not(.has-reward-art) #celebration-title {
  padding-inline: 36px;
}
#celebration #celebration-dismiss:focus-visible {
  outline: 2px solid #fff2d4;
  outline-offset: 3px;
}
/* End compact notice controls. */
/* Separate optional reward actions without expanding their individual buttons. */
.treasure-reveal #reward-bag + #reroll-chest {
  margin-top: 10px;
}
