/**
 * Elementor ürün nitelikleri widget.
 *
 * @package Revera_Home
 */

.rh-pa {
  width: 100%;
}

.rh-pa__heading {
  margin: 0 0 0.85em;
}

.rh-pa__list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rh-pa__item {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0.35em 0.5em;
}

.rh-pa__label {
  font-weight: 600;
}

.rh-pa__icon {
  display: inline-flex;
  align-items: center;
  margin-right: 0.35em;
  vertical-align: middle;
}

.rh-pa__icon svg {
  width: 1em;
  height: 1em;
  display: block;
}

.rh-pa__sep {
  flex: 0 0 auto;
  opacity: 0.7;
}

.rh-pa__value {
  display: inline;
}

.rh-pa__term {
  color: inherit;
}

a.rh-pa__term {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.rh-pa--table .rh-pa__item {
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0.6em 0;
  border-bottom: 1px solid rgba(127, 127, 127, 0.28);
}

.rh-pa--table .rh-pa__item:last-child {
  border-bottom: none;
}

.rh-pa--table .rh-pa__value {
  text-align: right;
}

.rh-pa--stacked .rh-pa__list {
  gap: 0.85em;
}

.rh-pa--stacked .rh-pa__item {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15em;
}

.rh-pa--inline .rh-pa__list {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5em;
}

.rh-pa--inline .rh-pa__item {
  padding: 0.35em 0.8em;
  border: 1px solid rgba(127, 127, 127, 0.32);
  border-radius: 999px;
  align-items: center;
}

.rh-pa--grid .rh-pa__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85em 1.25em;
}

.rh-pa--grid .rh-pa__item {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15em;
}

.rh-pa--no-label .rh-pa__sep {
  display: none;
}

.rh-pa__empty,
.rh-pa-placeholder {
  margin: 0;
  opacity: 0.72;
  font-style: italic;
}
