/*============================================ */
/* ============ Users WP entfern ============= */
/*============================================ */
.sd-lable-shortcode-inserter {
  display: none;
}

/* ==============================================*/
/* ACF-Galerie */
/* ==============================================*/
.acf-gallery-4col {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; /* Abstand zwischen Bildern */
}

.acf-gallery-4col li {
    margin: 0;
}

.acf-gallery-4col img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

/* Tablet — 3 Spalten */
@media (max-width: 1024px) {
    .acf-gallery-4col {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobil — 2 Spalten */
@media (max-width: 600px) {
    .acf-gallery-4col {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* === Bild auswählen  ===== */

.media-frame-router .media-menu-item {
    color: #333 !important;
}

/* ================================== */
/* ============ Medien ============== */
/* ================================== */

.am-media-item {
  display: flex;
  align-items: flex-start; /* Wichtig für mehrzeiligen Text */
  gap: 8px;

  min-height: 28px;        /* Statt fester Höhe */
  padding: 6px 10px;

  cursor: pointer;
  line-height: 1.35;

  white-space: normal;     /* Umbruch erlauben */
  word-break: break-word;  /* Lange Wörter */
  overflow-wrap: anywhere; /* Moderne Variante */
}

.am-media-item:hover {
  background: #f1f1f4;
}

.am-media-item.is-active {
  background: #e9e9ee;
}

.am-video-title, .am-audio-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;       /* Maximal 2 Zeilen */
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
    line-height: 1.35;
    color: #333;
}

/* ============ Kurzbeschreibung Acts ========== */
.am-section-subtitle { 
	font-style: italic;
}

/* ======== Acts: Kurz- & Beschreibung ========= */
.term-short-description {
	margin-bottom: 30px;
}

.term-description  {
	margin-top: 30px;
}


/* ========================================
================ ACF-Formular =============
========================================= */

.acf-button, .acf-tab-button {
  line-height: 40px;
}

/* Button selbst */
.acf-checkbox-list .acf-add-checkbox,
.acf-gallery-add {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
}

/* ======= Description vom Field ======== */
.acf-field p.description {
  font-size: 12px !important;
  line-height: 1.45;
}

/*  =============================================
========= Acts-Profil in der Kategorie ==========
============================================== */
.archive .ast-read-more-container.read-more {
    display: none !important;
}

.am-artist-card-meta {
    font-family: inherit;
    color: inherit;
    font-size: 13px;
    line-height: 1.45;
    margin: 10px 0 12px;
}

.am-artist-card-meta-row {
    margin: 4px 0;
}

.am-artist-card-label {
    font-family: "Expletus Sans", inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 700;
    color: inherit;
}

.am-artist-card-value {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: 400;
    color: inherit;
}

.am-artist-card-location-line {
    font-size: 12px;
    line-height: 1.45;
}

.am-artist-card-inline-item {
    display: inline;
}

.am-artist-card-separator {
    font-weight: 400;
}

.am-artist-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.am-artist-card-button {
    font-family: inherit;
    font-size: 12px;
    line-height: 1.4;
    cursor: pointer;
}

.am-artist-card-button-more {
    display: inline-flex;
    align-items: center;
}

/* ----- Bewertungsinformation ------- */
.am-artist-card-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.am-artist-card-title {
  margin: 0;
  font-size: 22px;
  line-height: 1.25;
  color: #353535;
}

.am-artist-card-title a {
  text-decoration: none;
}

.am-artist-card-title a:hover {
  text-decoration: underline;
}

.artmuz-category-rating-badge {
  white-space: nowrap;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}

.artmuz-category-rating-badge .artmuz-review-stars {
  color: #ffb100;
}

@media (max-width: 768px) {
  .am-artist-card-title-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
  }

  .artmuz-category-rating-badge {
    text-align: center;
    white-space: normal;
  }
  
  .am-artist-card-actions {
    justify-content: center;
  }
}
  

/* =============================================
== Bewertungsinformation in der Kuntslerkarte ==
============================================== */
.am-intro-review-badge {
  text-align: right;
  margin-bottom: 14px;
  font-size: inherit;
  line-height: 1.5;
}

.am-intro-review-badge .artmuz-review-stars {
  color: #ffb100;
}

.am-intro-review-badge a {
  color: #ff3b00;
  text-decoration: none;
}

.am-intro-review-badge a:hover {
  text-decoration: underline;
}

/*@media (max-width: 768px) {
  .am-intro-review-badge {
    text-align: center;
  }
}*/

/* =============================================
== Mobile: Bewertungen sauber umbrechen =========
============================================== */

@media (max-width: 768px) {
  .am-intro-review-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    line-height: 1.35;
    margin: 8px 0 18px;
  }

  .am-intro-review-badge .artmuz-review-stars {
    display: block;
    margin-bottom: 2px;
    color: #ffb100;
    line-height: 1.2;
  }

  .am-intro-review-badge a {
    display: block;
    margin-top: 2px;
    color: #ff3b00;
    text-decoration: none;
    line-height: 1.35;
  }

  .am-intro-review-badge a:hover {
    text-decoration: underline;
  }
}

/* =============================================
== Merken unter Foto: Tablet + Mobile ==========
============================================== */

.am-intro-mobile-merken-wrap {
  display: none;
}

/* Tablet + Mobile */
@media (max-width: 1024px) {
  .am-intro-mobile-merken-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 0;
  }

  .am-intro-mobile-merken {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;

    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;

    border: 0 !important;
    background: transparent !important;
    color: #9BA11C !important;
    box-shadow: none !important;

    font-family: "Expletus Sans", inherit !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-weight: 700 !important;
    text-transform: none !important;
    text-decoration: none !important;

    cursor: pointer !important;
  }

  .am-intro-mobile-merken:hover,
  .am-intro-mobile-merken:focus,
  .am-intro-mobile-merken.is-saved {
    border: 0 !important;
    background: transparent !important;
    color: #9BA11C !important;
    box-shadow: none !important;
    text-decoration: none !important;
  }

  .am-intro-mobile-merken .am-merkliste-button-heart {
    display: inline-block !important;
    font-size: 17px !important;
    line-height: 1 !important;
    color: #9BA11C !important;
    vertical-align: -1px !important;
  }

  .am-intro-mobile-merken.is-saved .am-merkliste-button-heart {
    color: #ff0000 !important;
  }
}

/* ---- Title + List = Preise/Programm ---- */

.am-inner-list-title {
    margin: 14px 0 6px;
}

.am-inner-icon-list {
    list-style: none !important;
    margin: 6px 0 14px 24px;
    padding: 0;
}

.am-inner-icon-list li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 6px 0;
    line-height: 1.45;
}

.am-inner-icon-list .am-label {
    flex: 0 0 auto;
}

.acts-unterrichtsprogramm .programm-value {
    display: block;
    margin-top: 4px;
    margin-left: 24px;
}

.acts-unterrichtsprogramm .programm-value .am-inner-dot-list {
    list-style: disc;
    margin: 4px 0 10px 18px;
    padding-left: 0;
}

.acts-unterrichtsprogramm .programm-value .am-inner-dot-list li {
    margin: 2px 0;
    line-height: 1.35;
}

/* =========== Leistungen zur Moderation & Dj ========== */

.am-category-ul .am-specialization-item {
    margin-left: 20px;
}
 
 /* ==============================================
   ArtMuz: Profilvollständigkeit – Sticky-Anzeige
   ============================================== */

.am-profile-completion-fixed {
	position: sticky;
	top: 81px;
	z-index: 9;
	width: 100%;
	margin-bottom: 25px;
	background: #fff;
	border: none;
	/*border-bottom: 1px solid #d8d8d0;*/
	box-shadow: none;
}

.am-profile-completion-fixed-inner {
	width: 100%;
	padding: 12px 18px 14px;
	box-sizing: border-box;
}

.am-profile-completion-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 8px;
}

.am-profile-completion-bar {
	width: 100%;
	height: 8px;
	background: #e7e7e3;
	border-radius: 999px;
	overflow: hidden;
}

.am-profile-completion-fill {
	width: 0;
	height: 100%;
	background: #7A7D2B;
	border-radius: 999px;
	transition: width 0.2s ease;
}

@media (max-width: 600px) {

	.am-profile-completion-fixed-inner {
		padding: 10px 12px 12px;
	}

	.am-profile-completion-info {
		gap: 8px;
		font-size: 14px;
	}
}