/* Iubenda Fallback v9 - Overlay positioning + auto-remove on consent */

.iub-fallback-wrapper {
  position: absolute;
  inset: 0;
  z-index: 999;
  background-color: #f7f7f7;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  text-align: center;
  color: #1a1a1a;
  box-sizing: border-box;
  font-family: inherit;
}

.iub-fallback-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 18px;
  color: #1a1a1a;
}

.iub-fallback-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.iub-fallback-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 12px;
  color: #1a1a1a;
  max-width: 560px;
}

.iub-fallback-text {
  font-size: 15px;
  line-height: 1.5;
  max-width: 480px;
  margin: 0 0 22px;
  color: #6b6b6b;
}

.iub-fallback-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: transparent;
  border: 1px solid #c9c9c9;
  border-radius: 999px;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.15s ease;
}

.iub-fallback-button:hover {
  background-color: #ececec;
}
