/* ================================================
   Support Contact Block — textilemod.com  v5
   ================================================ */

.txm-support {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 20px 0 8px;
  font-family: var(--template-font, sans-serif);
  flex: 1 1 auto;
}

/* Сброс стилей шаблона для <a> внутри .navigation-buttons */
.txm-support__phone {
  display: block !important;
  margin-left: 0 !important;
  height: auto !important;
  line-height: 1.2 !important;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff !important;
  text-decoration: none !important;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.txm-support__phone:hover {
  opacity: 0.8;
  color: #ffffff !important;
  text-decoration: none !important;
}

.txm-support__hours {
  display: flex !important;
  align-items: center;
  gap: 5px;
  margin-top: 3px;
}

.txm-support__dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #6edc8f;
  flex-shrink: 0;
  animation: txm-pulse 2.5s ease-in-out infinite;
}

@keyframes txm-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(110, 220, 143, 0.6); }
  50%       { box-shadow: 0 0 0 4px rgba(110, 220, 143, 0); }
}

.txm-support__time {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
}

@media (max-width: 992px) {
  .txm-support { display: none; }
}
