
  .contact-container { max-width: 900px; margin: 0 auto; line-height: 1.8; color: #333; font-family: Arial, sans-serif; font-size: 16px; }
  .contact-section { margin-bottom: 40px; }
  .contact-h2 { font-size: 18px; font-weight: bold; margin-bottom: 20px; border-bottom: 2px solid #333; padding-bottom: 5px; color: #000; text-transform: uppercase; }
  
  .info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
  .info-item { margin-bottom: 15px; }
  .label-text { font-weight: bold; color: #000; display: block; margin-bottom: 2px; }
  .info-link { color: #000; text-decoration: underline; }
  
  .sales-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
  .sales-card { border: 1px solid #ddd; padding: 20px; background: #fafafa; }
  .sales-name { font-weight: bold; font-size: 16px; margin-bottom: 10px; display: block; color: #000; border-bottom: 1px solid #ccc; padding-bottom: 5px; }
  .sales-info { margin-bottom: 5px; color: #000; }
  
  .work-time { background: #eee; padding: 8px 15px; margin-top: 20px; font-size: 14px; display: inline-block; color: #000; font-weight: bold; }
