.pedicure-brand-content {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #222;
}

.pedicure-brand-content h1,
.pedicure-brand-content h2,
.pedicure-brand-content h3 {
  line-height: 1.25;
}

.pedicure-brand-content .pedicure-summary-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 16px;
  margin: 20px 0 28px;
}

.pedicure-brand-content .pedicure-summary-card {
  border: 1px solid #ddd;
  background: #fafafa;
  padding: 16px;
  border-radius: 10px;
}

.pedicure-brand-content .pedicure-summary-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.pedicure-brand-content .pedicure-summary-card p {
  margin: 0;
}

.pedicure-brand-content .pedicure-table-wrapper {
  overflow-x: auto;
  margin: 24px 0;
}

.pedicure-brand-content .pedicure-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 1400px;
}

.pedicure-brand-content .pedicure-table th,
.pedicure-brand-content .pedicure-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.pedicure-brand-content .pedicure-table th {
  background: #f6f6f6;
  white-space: nowrap;
  user-select: none;
}

.pedicure-brand-content .pedicure-table th[data-sort] {
  cursor: pointer;
}

.pedicure-brand-content .pedicure-faq-section {
  margin-top: 32px;
}

.pedicure-brand-content .pedicure-faq-item {
  margin-bottom: 18px;
}

.pedicure-brand-content .pedicure-faq-item strong {
  display: block;
  margin-bottom: 8px;
}

.pedicure-brand-content a {
  text-decoration: none;
}

.pedicure-brand-content a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .pedicure-brand-content .pedicure-summary-grid {
    grid-template-columns: 1fr;
  }
}
