.uc-text-overlay .t-container {
  background: linear-gradient(135deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 100%) !important;
  backdrop-filter: blur(3px) saturate(180%) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  padding: 40px !important;
  border-radius: 16px !important;
  box-shadow: 
    0 8px 32px rgba(0,0,0,0.1),
    inset 0 1px 1px rgba(255,255,255,0.3) !important;
}

.uc-text-overlay .t-title {
  color: #08e8de !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7) !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
}

.uc-text-overlay .t-text {
  color: #FFFFFF !important;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7) !important;
  font-weight: 500;
  line-height: 1.6;
}

.uc-text-overlay .t-container:hover {
  background: linear-gradient(135deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 100%) !important;
  transform: translateY(-2px);
  box-shadow: 
    0 12px 40px rgba(0,0,0,0.15),
    inset 0 1px 1px rgba(255,255,255,0.4) !important;
  transition: all 0.3s ease;
}





























.uc-catalog-text-over .t-container {
  background: linear-gradient(135deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.05) 100%) !important;
  backdrop-filter: blur(3px) saturate(180%) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  padding: 40px !important;
  border-radius: 16px !important;
  box-shadow: 
    0 8px 32px rgba(0,0,0,0.1),
    inset 0 1px 1px rgba(255,255,255,0.3) !important;
}

.uc-catalog-text-over .t-title {
  color: #08e8de !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7) !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
}

.uc-catalog-text-over .t-text {
  color: #FFFFFF !important;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.7) !important;
  font-weight: 500;
  line-height: 1.6;
}

.uc-catalog-text-over .t-container:hover {
  background: linear-gradient(135deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.1) 100%) !important;
  transform: translateY(-2px);
  box-shadow: 
    0 12px 40px rgba(0,0,0,0.15),
    inset 0 1px 1px rgba(255,255,255,0.4) !important;
  transition: all 0.3s ease;
}

/* Фикс для мобильных */
@media (max-width: 768px) {
  .uc-catalog-text-over .t-container {
    margin: 0 auto !important;
    width: 90% !important; /* Ещё уже */
    padding: 18px !important; /* Меньше отступы */
    max-width: 90% !important;
  }
}