.sr-container-cd976d0e {
    display: flex;
    align-items: center;
    gap: 0px;
}
.sr-container-cd976d0e.sr-text-below {
    flex-direction: column;
    align-items: flex-start;
}
.sr-container-cd976d0e.sr-text-below.sr-align-center {
    align-items: center;
}
.sr-container-cd976d0e.sr-text-below.sr-align-right {
    align-items: flex-end;
}
.sr-stars-cd976d0e {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 2px;
}

/* Sterne als Buttons: Theme-/Elementor-Button-Chrome entfernen */
.sr-container-cd976d0e button.sr-star-cd976d0e,
.sr-container-cd976d0e button.sr-star-cd976d0e:hover,
.sr-container-cd976d0e button.sr-star-cd976d0e:focus,
.sr-container-cd976d0e button.sr-star-cd976d0e:focus-visible,
.sr-container-cd976d0e button.sr-star-cd976d0e:active {
    --background: transparent !important;
    --background-color: transparent !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    border-width: 0 !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    width: auto !important;
    height: auto !important;
    line-height: 0 !important;
    font: inherit !important;
    color: inherit !important;
    text-decoration: none !important;
    vertical-align: middle;
}

.sr-star-cd976d0e {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    overflow: hidden;
    box-sizing: content-box;
}

.sr-container-cd976d0e button.sr-star-cd976d0e:focus-visible {
    outline: 2px solid currentColor !important;
    outline-offset: 2px !important;
}

.sr-star-cd976d0e svg {
    fill: var(--inactive-color, #ccc);
    transition: fill 0.3s ease;
    width: 24px;
    height: 24px;
    display: block;
    pointer-events: none;
}

.sr-star-cd976d0e.active svg {
    fill: var(--active-color, #f5b301);
}

.sr-star-cd976d0e.sr-star--half .sr-star-base {
    fill: var(--inactive-color, #ccc);
}

.sr-star-cd976d0e.sr-star--half .sr-star-fill {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: var(--active-color, #f5b301);
    clip-path: inset(0 50% 0 0);
}

[data-mode="full"]:not(.sr-has-voted):not(.sr-popup-open) .sr-stars-cd976d0e:hover .sr-star-cd976d0e svg,
[data-mode="full"]:not(.sr-has-voted):not(.sr-popup-open) .sr-stars-cd976d0e:hover .sr-star-cd976d0e.active svg,
[data-mode="full"]:not(.sr-has-voted):not(.sr-popup-open) .sr-stars-cd976d0e:hover .sr-star-cd976d0e .sr-star-fill {
    fill: var(--inactive-color, #ccc) !important;
}

[data-mode="full"]:not(.sr-has-voted):not(.sr-popup-open) .sr-stars-cd976d0e:hover .sr-star-cd976d0e:hover svg,
[data-mode="full"]:not(.sr-has-voted):not(.sr-popup-open) .sr-stars-cd976d0e:hover .sr-star-cd976d0e:hover ~ .sr-star-cd976d0e svg,
[data-mode="full"]:not(.sr-has-voted):not(.sr-popup-open) .sr-stars-cd976d0e:hover .sr-star-cd976d0e:hover .sr-star-fill,
[data-mode="full"]:not(.sr-has-voted):not(.sr-popup-open) .sr-stars-cd976d0e:hover .sr-star-cd976d0e:hover ~ .sr-star-cd976d0e .sr-star-fill {
    fill: var(--hover-color, #ffc107) !important;
    clip-path: none;
}

[data-mode="full"] .sr-star-cd976d0e {
    cursor: pointer;
}

[data-mode="full"].sr-has-voted .sr-star-cd976d0e {
    cursor: pointer;
}

[data-mode="full"].sr-has-voted .sr-star-cd976d0e.active svg,
[data-mode="full"].sr-has-voted .sr-star-cd976d0e .sr-star-fill {
    fill: var(--active-color, #f5b301) !important;
}

.sr-text-cd976d0e {
    margin-top: 0;
    margin-left: 3px;
}

.sr-popup-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sr-popup-overlay.is-preparing {
    visibility: visible;
    opacity: 0;
    pointer-events: none;
}

.sr-popup-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.sr-popup-content {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transform: translateY(20px);
    transition: transform 0.3s ease;
}

.sr-popup-overlay.is-open .sr-popup-content {
    transform: translateY(0);
}

.sr-popup-content button.sr-popup-close,
.sr-popup-content button.sr-popup-close:hover,
.sr-popup-content button.sr-popup-close:focus,
.sr-popup-content button.sr-popup-close:focus-visible,
.sr-popup-content button.sr-popup-close:active {
    --background: transparent !important;
    --background-color: transparent !important;
    --btn-bg: transparent !important;
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    filter: none !important;
}

.sr-popup-content button.sr-popup-close {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 100;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    font-size: 26px !important;
    padding: 0 !important;
    margin: 0 !important;
    -webkit-appearance: none;
    appearance: none;
    line-height: 0;
    cursor: pointer;
    color: #000;
    transition: color 0.3s ease;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.sr-popup-content button.sr-popup-close:hover,
.sr-popup-content button.sr-popup-close:focus,
.sr-popup-content button.sr-popup-close:focus-visible,
.sr-popup-content button.sr-popup-close:active {
    color: #333 !important;
}

.sr-popup-title {
    margin-top: 0;
    margin-bottom: 3px;
    padding-right: 34px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
}

.sr-input-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    font-family: inherit;
    background-color: #fff;
    color: #333;
    box-sizing: border-box;
}

.sr-message-input {
    resize: vertical;
    padding-bottom: 28px;
}

.sr-textarea-wrap {
    position: relative;
    margin-bottom: 10px;
}

.sr-textarea-wrap .sr-message-input {
    margin-bottom: 0;
}

.sr-char-counter {
    position: absolute;
    right: 12px;
    bottom: 10px;
    font-size: 12px;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
    pointer-events: none;
    user-select: none;
}

.sr-char-counter--invalid {
    color: #8b1a1a;
}

.sr-char-counter--valid {
    color: #1a5c1a;
}

.sr-char-counter--shake {
    animation: sr-char-counter-shake 0.45s ease;
}

@keyframes sr-char-counter-shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-3px); }
    40%, 80% { transform: translateX(3px); }
}

.sr-char-hint {
    margin: -4px 0 10px;
    font-size: 12px;
    line-height: 1.4;
    color: #8b1a1a;
}

.sr-message-input--error {
    border-color: #8b1a1a;
    box-shadow: 0 0 0 1px #8b1a1a;
}

.sr-fields-stack {
    display: flex;
    flex-direction: column;
}

.sr-form-fields .sr-input-field:last-child {
    margin-bottom: 0 !important;
}

.sr-html-below-fields {
    box-sizing: border-box;
}

.sr-html-below-fields-spacing {
    margin-top: -5px;
    margin-bottom: 5px;
}

.sr-html-below-fields p,
.sr-html-below-fields > :first-child {
    margin: 0;
}

.sr-html-below-fields a {
    text-decoration: underline;
}

.sr-submit-wrapper {
    display: block;
}

.sr-submit-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.sr-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

.sr-honeypot-wrap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.sr-popup-feedback-area {
    text-align: center;
}

.sr-popup-feedback-title {
    margin: 0 0 12px;
    padding: 0 34px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
}

.sr-popup-feedback-timer {
    margin: 0;
    color: #555555;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.sr-force-open {
    position: absolute !important;
    height: auto !important;
    min-height: 400px;
    padding: 40px 20px;
}
