/* Load more Komplimente */

#spe-load-more-compliments {
    background-color: #846190; /* Gold Farbe */
    color: #000000; /* Textfarbe schwarz */
    font-size: 14px; /* Schriftgröße */
    padding: 10px 30px; /* Innenabstand */
    border-radius: 50px; /* Runde Ecken */
    border: none; /* Keine Umrandung */
    text-transform: uppercase; /* Text in Großbuchstaben */
    letter-spacing: 1px; /* Abstand zwischen den Buchstaben */
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease; /* Weiche Übergänge */
}

#spe-load-more-compliments:hover {
    background-color: #6F4D7A; /* Hover-Farbe etwas dunkler */
}



.spe-compliment {
    margin: 20px 0;
}

.spe-heart-icon {
    width: 16px; /* Größe des Herz-Symbols anpassen */
    height: auto;
	margin-left:5px;
    margin-top: 6px;
}

.spe-divider {
    width: 70px;
    height: 1px;
    background-color: #846190; /* Gold Farbe */
    margin: 20px 0 20px 0; /* Nur oben und unten Abstand */
    text-align: left; /* Text linksbündig */
}






.spe-wrapper {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
  
}

.spe-content-wrapper {
    text-align: center;
    padding: 20px;
}

.spe-kompliment-von {
    
    font-weight: bold;
    margin-bottom: 10px;
}

.spe-kompliment {
    font-size: 1.2em;
    color: #555;
    margin-bottom: 20px;
}

.glider-prev,
.glider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #846190;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.glider-prev {
    left: 0;
}

.glider-next {
    right: 0;
}

.dots {
    text-align: center;
    margin-top: 10px;
}

.dots button {
    background-color: #ddd;
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dots button.active {
    background-color: #333;
}
