.dienstruil-panel {
  width: 100%;
  min-height: 0;
  padding: 20px;
  grid-column: 1 / -1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  gap: 14px;
}

.dienstruil-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.dienstruil-icon {
  background: var(--accent-soft);
  color: var(--accent-dark);
}

.dienstruil-frame {
  width: 100%;
  height: min(72vh, 790px);
  min-height: 560px;
  border: 0;
  border-radius: 17px;
  background: var(--surface);
}

@media (max-width: 820px) {
  body.contained-special-view .focused-result > .dienstruil-panel {
    height: 100%;
    min-height: 0;
    padding: 8px;
  }

  .dienstruil-head {
    gap: 8px;
    padding-bottom: 7px;
  }

  .dienstruil-head .section-view-title p {
    display: none;
  }

  .dienstruil-head .section-view-title {
    gap: 8px;
  }

  .dienstruil-head .section-view-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .dienstruil-head .section-view-icon svg {
    width: 16px;
    height: 16px;
  }

  .dienstruil-head .section-view-title h3 {
    font-size: 16px;
    letter-spacing: -.25px;
  }

  .dienstruil-head .close-service-button {
    width: 68px;
    min-height: 34px;
    padding: 0 7px;
    border-radius: 9px;
    font-size: 10px;
  }

  .dienstruil-head .close-service-button svg {
    width: 12px;
    height: 12px;
  }

  .dienstruil-frame {
    height: 100%;
    min-height: 0;
    border-radius: 13px;
  }
}
