/*
Theme Name: Tools Promos by Dzenway.com
Author: Bogdan Kravets
Version: 1.0
*/

.text-mandarin { color: #f97316; }
.hover\:text-mandarin-dark:hover { color: #ea580c; }
.border-mandarin { border-color: #f97316; }
.bg-mandarin { background-color: #f97316; }
.bg-mandarin\/10 { background-color: rgba(249, 115, 22, 0.1); }

.custom-tip {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background-color: #fff8f0;
  border: 1px solid #fcd9b6;
  color: #9a3412; /* темно-оранжевый */
  padding: 1rem;
  border-radius: 10px;
  margin: 1.5rem 0;
  font-size: 1rem;
  line-height: 1.6;
}

.custom-tip-icon {
  font-size: 1.5rem;
  line-height: 1.5rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.custom-tip p {
  margin: 0;
}