.u-section-1 .u-sheet-1 {
  min-height: 460px;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  margin: 40px 0 0;
}

.u-section-1 .u-text-2 {
  margin: 20px 0 100px;
}

/* Enhanced Cookie Page Design */
.u-section-1 {
  background: linear-gradient(135deg, #f8fffe, #e8f5f3) !important;
  border-radius: 20px;
  margin: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.u-text-1 {
  color: #143c64 !important;
  text-shadow: 2px 2px 4px rgba(30, 120, 80, 0.3);
}

.u-text-2 {
  background: linear-gradient(135deg, #ffffff, #f0f9f7);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  line-height: 1.6;
}