.dedication-banner {
  background: #f8f9fa;
  color: #222;
  font-size: 1.2em;
  padding: 0.5em 1em;
  margin-bottom: 2em;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  height: 90px;
  min-height: 90px;
}

.dedication-logo-container {
  display: flex;
  align-items: flex-start;
  flex: 0 0 auto;
}

.site-logo,
.dedication-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.dedication-texts-container {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0.8em;
  height: 20px;
}

.dedication-texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2em;
}

.dedication-text {
  margin: 0;
  padding: 0;
  white-space: normal;
}

.dedication-form {
  max-width: 400px;
  margin: 2em auto;
  text-align: center;
}
.dedication-form input[type="text"] {
  width: 80%;
  padding: 0.5em;
  font-size: 1em;
  margin-bottom: 1em;
}
.dedication-form button {
  padding: 0.5em 1.5em;
  font-size: 1em;
  background: #003366;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
