/*
Theme Name: ExpressSign Divi Child
Description: Clean Divi child theme for Express Sign.
Template: Divi
Version: 1.0.0
*/

.expresssign-spacer {
  display: block;
}

.expresssign-separator {
  width: 80px;
  margin: 0 auto 1.25rem;
  border: 0;
  border-top: 3px solid #d32f2f;
}

.expresssign-legacy-text {
  margin-bottom: 1.5rem;
}

.expresssign-card-link {
  color: inherit;
  text-decoration: none;
}

.expresssign-card {
  height: 100%;
  padding: 1.5rem;
  margin: 0 0 1.5rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.expresssign-card h3 {
  margin: 0 0 0.75rem;
}

.expresssign-portfolio-item {
  margin-bottom: 1.5rem;
}

.expresssign-portfolio-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.expresssign-portfolio-title {
  display: block;
  margin-top: 0.5rem;
  font-weight: 600;
}

.expresssign-logo-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  align-items: center;
}

.expresssign-logo-item {
  padding: 1rem;
  text-align: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.expresssign-logo-item img {
  max-width: 100%;
  height: auto;
}

.expresssign-map iframe {
  width: 100%;
  min-height: 420px;
}
