.header--clean {
  background: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: sticky;
  top: 0;
  z-index: 100;
}

.logo-text {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #1a1410;
  letter-spacing: 2px;
}

.info-box {
  background: #f0e6d2;
  padding: 15px;
  border-radius: 3px;
  margin-top: 30px;
}

.btn--full-width {
  width: 100%;
}

.vacancy-title {
  color: #9b8860;
  font-weight: 600;
  margin-bottom: 20px;
}

.modal--hidden {
  display: none;
}

.admin-hint {
  background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
  border-color: #38bdf8;
  color: #0c4a6e;
}

.empty-state {
  text-align: center;
  color: #999;
  padding: 40px;
}

.error-state {
  text-align: center;
  color: #e74c3c;
  padding: 40px;
}

.loading-container {
  text-align: center;
  padding: 60px 20px;
  width: 100%;
  grid-column: 1 / -1;
}

.loading-text {
  color: #666;
  font-size: 16px;
}

.empty-products-container {
  display: none;
  text-align: center;
  padding: 60px 20px;
}

.empty-products-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  opacity: 0.3;
}

.empty-products-title {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  color: #2c2c2c;
  margin-bottom: 15px;
}

.empty-products-text {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto;
}

.show-empty {
  display: block;
}

.success-message-btn {
  margin-top: 15px;
  display: inline-block;
}

.hidden {
  display: none;
}
