/* /speakupchannel/contact page-only styles */
.customer-content .customer-item:nth-of-type(2) .item-box {
  justify-content: center !important;
}

.speakup-contact-wrap {
  padding: 1.52rem;
}

.contact-container {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  max-width: 1200px;
  margin: 6rem auto 0;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-container p {
  margin: 10px 0;
}

.contact-highlight {
  font-weight: 700;
  text-decoration: underline;
}

.contact-container a {
  color: #2f6fed;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact-container a:hover {
  color: #2457bf;
}

/* 모바일에서만 줄바꿈 태그 표시 */
.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}
