#die-linke-hilft-filter-form-wrapper {
  background: #750038;
  padding: 70px 0;
  color: white;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100vw;
  max-width: unset;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-left: calc((100% - 100vw) / 2) !important;
}
#die-linke-hilft-filter-form-wrapper .die-linke-hilft-filter-form {
  width: var(--wp--style--global--content-size);
  max-width: var(--wp--style--global--content-size);
}
@media (max-width: 767px) {
  #die-linke-hilft-filter-form-wrapper .die-linke-hilft-filter-form {
    max-width: calc(100vw - 60px);
  }
}

#die-linke-hilft-filter-form {
  color: white;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #die-linke-hilft-filter-form {
    grid-template-columns: repeat(auto-fill, minmax(80%, 1fr));
  }
}
#die-linke-hilft-filter-form label {
  font-weight: bold;
  margin-bottom: 6px;
  display: block;
}
#die-linke-hilft-filter-form .select2-selection__clear {
  display: none;
}
#die-linke-hilft-filter-form .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: none;
  padding: 6px;
  border-radius: 4px;
  color: #15171a;
}
#die-linke-hilft-filter-form button {
  color: #750038;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}

.die-linke-hilft-description p {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  transition: max-height 0.3s;
}

.die-linke-hilft-description p,
.die-linke-hilft-address {
  font-size: 1.05rem;
  color: #15171a;
  display: flex;
  align-items: end;
  gap: 5px;
}

.die-linke-hilft-offer-categories {
  margin-top: 0;
}
.die-linke-hilft-offer-categories a {
  font-size: 0.9rem;
  color: white;
  cursor: pointer;
  background: red;
  font-weight: bold;
  transition: background 0.3s ease;
  text-decoration: none !important;
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.die-linke-hilft-offer-categories a:hover {
  background: #750038;
}
.die-linke-hilft-offer-categories a:focus {
  outline: 2px solid #750038;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(117, 0, 56, 0.6);
}

.select2-container--focus .select2-selection,
.select2-container--open .select2-selection {
  outline: 2px solid orange !important;
  outline-offset: 2px !important;
}

.select2-container textarea:focus {
  outline: none !important;
}

*:focus {
  outline: 2px solid orange !important;
  outline-offset: 2px !important;
}

.die-linke-hilft-offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(460px, 1fr));
  gap: 20px;
}
@media (max-width: 767px) {
  .die-linke-hilft-offers-grid {
    grid-template-columns: repeat(auto-fill, minmax(80%, 1fr));
  }
}
.die-linke-hilft-offers-grid svg {
  width: 25px;
}

.die-linke-hilft-offer-item {
  background: white;
  border-left: 4px solid #750038;
  padding: 24px;
  border-radius: 12px;
  color: #222;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.die-linke-hilft-offer-item:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.die-linke-hilft-offer-item h3 {
  color: #750038;
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0;
}
.die-linke-hilft-offer-item .die-linke-hilft-link {
  display: flex;
  gap: 5px;
  margin-top: 10px;
  color: #750038;
  font-weight: bold;
  text-decoration: none;
}
.die-linke-hilft-offer-item .die-linke-hilft-link:hover {
  text-decoration: underline;
}
.die-linke-hilft-offer-item .die-linke-hilft-link:hover svg {
  transform: translateX(3px);
}
.die-linke-hilft-offer-item .die-linke-hilft-link svg {
  transition: transform 0.3s ease;
}

.die-linke-hilft-filter-row select,
.die-linke-hilft-filter-row .select2-container {
  min-width: 200px;
  flex-grow: 1;
}
.die-linke-hilft-filter-row button {
  padding: 10px 20px;
  background: white;
  color: #750038;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.select2-container--default .select2-search--inline .select2-search__field {
  height: 2rem;
}

.die-linke-hilft-form-wrapper {
  max-width: 700px;
  margin: 0 auto;
  padding: 2rem;
  background: #f9f9f9;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.die-linke-hilft-form-wrapper input,
.die-linke-hilft-form-wrapper textarea {
  font-family: var(--wp--preset--font-family--manrope) !important;
  font-size: 1.2rem !important;
}
.die-linke-hilft-form-wrapper .submission-required-error {
  color: red;
  background: white;
  border: 1px solid red;
  padding: 0.8em 1em;
  border-radius: 0.6em;
  margin: 0.5em 0 1em 0;
  font-size: 1.1em;
  font-weight: 600;
  outline: none;
}
.die-linke-hilft-form-wrapper .input-error {
  border-color: red !important;
  box-shadow: 0 0 0 2px #e6f4ea;
  outline: none;
}
.die-linke-hilft-form-wrapper .select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #15171a;
  border-radius: 0.5rem;
  padding: 0.5rem;
  min-height: 38px;
}
.die-linke-hilft-form-wrapper .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding-bottom: 2px;
  border-bottom: 1px solid #750038;
}
.die-linke-hilft-form-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #750038;
  color: white;
  border: none;
  border-radius: 0.25rem;
  padding-left: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 4px;
  display: flex;
  align-items: center;
}
.die-linke-hilft-form-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.die-linke-hilft-form-wrapper .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: #750038;
}
.die-linke-hilft-form-wrapper .select2-container--default .select2-selection--multiple .select2-search__field {
  width: 100% !important;
  border: none;
  margin-top: 0;
  margin-left: 0;
  padding: 5px;
  outline: none;
}
.die-linke-hilft-form-wrapper .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #750038;
  color: white;
}

.die-linke-hilft-form-wrapper h2 {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
  color: #15171a;
}

.die-linke-hilft-form-wrapper form {
  display: flex;
  gap: 1.5rem;
  position: relative;
  flex-direction: column;
}

.die-linke-hilft-form-wrapper form .form-group {
  display: flex;
  flex-direction: column;
}

.die-linke-hilft-form-wrapper form .form-group label {
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #15171a;
}

.die-linke-hilft-form-wrapper form .form-group input,
.die-linke-hilft-form-wrapper form .form-group textarea,
.die-linke-hilft-form-wrapper form .form-group select {
  padding: 0.75rem;
  border: 1px solid #15171a;
  border-radius: 0.5rem;
  font-size: 1rem;
  background-color: white;
}
.die-linke-hilft-form-wrapper form .form-group input:focus,
.die-linke-hilft-form-wrapper form .form-group textarea:focus,
.die-linke-hilft-form-wrapper form .form-group select:focus {
  border-color: #750038;
  outline: none;
  box-shadow: 0 0 0 2px rgba(117, 0, 56, 0.15);
}

.die-linke-hilft-form-wrapper form .form-group #die-linke-hilft_description {
  resize: vertical;
  min-height: 100px;
}

.die-linke-hilft-form-wrapper form .submit-btn {
  background-color: #750038;
  color: white;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
}
.die-linke-hilft-form-wrapper form .submit-btn:hover {
  background-color: #420020;
}

.die-linke-hilft-success-message {
  background-color: #e6f4ea;
  border: 1px solid #28a745;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  color: #19692c;
  font-weight: 500;
}
.die-linke-hilft-success-message p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.dlh-problem-report-btn {
  background-color: red;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 0.7rem;
  font-weight: 600;
  cursor: pointer;
  margin-top: 15px;
  transition: background-color 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dlh-problem-report-btn:hover {
  background-color: #b30000;
}
.dlh-problem-report-btn:focus {
  outline: 2px solid #750038;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(117, 0, 56, 0.6);
}
.dlh-problem-report-btn:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
.dlh-problem-report-btn:focus-visible {
  outline: 2px solid #750038;
  outline-offset: 2px;
}

#dlh-problem-modal .modal-content {
  background: #fff;
  padding: 2em;
  max-width: 400px;
  width: 90%;
  margin: auto;
  position: relative;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
#dlh-problem-modal h3 {
  color: #5c002c;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
#dlh-problem-modal label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #15171a;
}
#dlh-problem-modal input, #dlh-problem-modal textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #767676;
  border-radius: 4px;
  font-size: 1rem;
}
#dlh-problem-modal input:focus, #dlh-problem-modal textarea:focus {
  border-color: #750038;
  outline: 2px solid #750038;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(117, 0, 56, 0.3);
}
#dlh-problem-modal input:focus:not(:focus-visible), #dlh-problem-modal textarea:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
#dlh-problem-modal input:focus-visible, #dlh-problem-modal textarea:focus-visible {
  outline: 2px solid #750038;
  outline-offset: 2px;
}
#dlh-problem-modal input[readonly], #dlh-problem-modal textarea[readonly] {
  background-color: #f0f0f0;
  cursor: not-allowed;
}
#dlh-problem-modal textarea {
  min-height: 100px;
  resize: vertical;
}
#dlh-problem-modal button[type=submit] {
  background-color: #750038;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#dlh-problem-modal button[type=submit]:hover {
  background-color: #290013;
}
#dlh-problem-modal button[type=submit]:focus {
  outline: 2px solid #750038;
  outline-offset: 2px;
  box-shadow: 0 0 0 2px rgba(117, 0, 56, 0.6);
}
#dlh-problem-modal button[type=submit]:focus:not(:focus-visible) {
  outline: none;
  box-shadow: none;
}
#dlh-problem-modal button[type=submit]:focus-visible {
  outline: 2px solid #750038;
  outline-offset: 2px;
}
#dlh-problem-modal #dlh-problem-feedback {
  margin-top: 15px;
  padding: 10px;
  border-radius: 4px;
}
#dlh-problem-modal #dlh-problem-feedback.success {
  background-color: #e6f4ea;
  color: #145423;
  border: 1px solid #28a745;
}
#dlh-problem-modal #dlh-problem-feedback.error {
  background-color: #ffebee;
  color: #b71c1c;
  border: 1px solid #ef5350;
}

/*# sourceMappingURL=style.css.map */
