/*
 Theme Name:   Custom Astra Child
 Template:     astra
 Version:      1.0
*/

body {
    /* Optional: custom styles */
}

.search-field {
    max-width: 300px;
    border-radius: 12px;
    padding: 8px 12px;
}

.custom-search-form select {
    border-radius: 12px;
    padding: 8px 12px;
}

.aka-char-btn, .aka-submit-btn {
  background-color: #ffffff;
  color: black;
  padding: 12px 24px;
  margin-top: 6px;
  border-radius: 11px;
  font-size: 14px;
  border: 1px solid #f1c232;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.2s ease;
}

.aka-char-btn:hover, .aka-submit-btn:hover {
  background-color: #f1c232;
  color: #ffffff;
  transform: scale(1.08);
}

.custom-search-config {
    display: flex;
    margin-top: 6px;
    align-items: flex-end;
    gap: 20px;
    flex-wrap: wrap;
}

.custom-pagination ul {
    list-style: none;
    padding: 0px;
    margin: 10px;
    display: flex;
    gap: 0.5rem;
}

.custom-pagination li {
    display: inline-block;
}

.custom-pagination a,
.custom-pagination span {
    padding: 6px 10px;
    border: 1px solid #f1c232;
    text-decoration: none;
}

.custom-pagination {
    text-align: center;
}

.aka-field-wrapper {
    margin: 2rem 0;
    padding: 2rem;
    background: #f7f7f7;
    border: 1px solid #ddd;
}

.aka-field-item {
    margin-bottom: 0.5rem;
}

.aka-field-item strong {
    display: inline-block;
    width: 150px;
    font-weight: 600;
}

.ayvu-container {
  border:1px solid #efd310;
  border-radius:10px 10px 10px 10px;
  padding: 5px 15px 5px 15px;
  -webkit-box-shadow:0px 0px 5px 3px #c0c0c0 ;
  -moz-box-shadow:0px 0px 5px 3px #c0c0c0 ;
  box-shadow:0px 0px 5px 3px #c0c0c0 ;
}

.ayvu-entry {
font-size: 24px;
color: #f1c232;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}

.ayvu-main-info1 {
  font-style:italic;
  color: black;
  font-weight: 300;
}

.ayvu-main-info2 {
  font-style:italic;
  color: #999999;
  font-weight: 100;
}

.ayvu-third-line {
  border-radius:10px 10px 10px 10px;
  padding: 5px 5px 5px 5px;
  background-color: #fdf8eb;
}

.ayvu-heisejojava {
  color: green;
  font-style:italic;
}

.ayvu-heiseavyva {
  color: red;
  font-style:italic;
}

.ayvu-techapyra {
  font-style:italic;
}

.ayvu-tab-buttons {
  margin-top: 5px;
  display: flex;
  gap: 5px;
  border-bottom: 1px solid #f1c232;
  flex-wrap: wrap;   /* ← WICHTIG */
}

.tab-button {
  padding: 10px 20px;
  border: none;
  border-radius: 10px 10px 0px 0px;
  background-color: #eee;
  cursor: pointer;
}

.tab-button.active {
  background-color: #fdf8eb;
  border: 1px solid #f1c232;
  border-bottom: none;
}

.tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  border-top: none;
}

.tab-content.active {
  display: block;
  border-radius: 0px 0px 5px 5px;
}
