/* DiagonalHosting.com - ajustes mínimos para integrar DH Swinger Hub con el tema activo */
#dh-swingerhub {
  margin-bottom: 3rem;
}


.dhsh-intro {
  max-width: 820px;
  margin-bottom: 1.25rem;
}

.dhsh-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: .625rem;
  margin-bottom: 1.25rem;
}

.dhsh-filters {
  margin-bottom: 1rem;
}

.dhsh-filters .form-group {
  margin-bottom: 0;
}

.dhsh-filter-actions {
  display: flex;
  gap: .5rem;
  align-items: flex-end;
  justify-content: flex-end;
  padding-top: 1.7rem;
}

.dhsh-count {
  margin: 0 0 1.25rem;
  font-weight: 600;
}

.dhsh-grid {
  row-gap: 1.5rem;
}

.dhsh-grid-item {
  margin-bottom: 1.5rem;
}

.dhsh-card {
  height: 100%;
  overflow: hidden;
}

.dhsh-card .card-block {
  display: flex;
  flex-direction: column;
  height: calc(100% - 220px);
}

.dhsh-image {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #f6f6f6;
}

.dhsh-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dhsh-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  opacity: .65;
}

.dhsh-badge {
  position: absolute;
  left: .75rem;
  top: .75rem;
}

.dhsh-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .375rem;
  margin-bottom: .625rem;
}

.dhsh-meta span {
  display: inline-flex;
  padding: .25rem .5rem;
  border-radius: 999px;
  background: rgba(0, 0, 0, .06);
  font-size: .8125rem;
  line-height: 1.2;
}

.dhsh-body .product-title {
  margin-bottom: .625rem;
}

.dhsh-date,
.dhsh-address,
.dhsh-desc {
  margin-bottom: .75rem;
}

.dhsh-desc {
  flex: 1 1 auto;
}

.dhsh-card-footer {
  display: flex;
  gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, .08);
  padding-top: .875rem;
  margin-top: auto;
}


.dhsh-empty {
  text-align: center;
  margin-top: 1rem;
}

.dhsh-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  margin-top: 1.5rem;
}

@media (max-width: 767px) {
  .dhsh-filters .form-group {
    margin-bottom: 1rem;
  }

  .dhsh-filter-actions {
    justify-content: flex-start;
    padding-top: 0;
  }

  .dhsh-card .card-block {
    height: auto;
  }
}
