/* Style für Erfolg-/Fehlermeldungen */
.success-message {
    color: green;
    margin-top: 6px;
}
.error-message {
    color: red;
    margin-top: 6px;
}

/* Amazon-Image-Galerie */
.amazon-image-item {
    display: inline-block;
    margin: 5px;
    position: relative;
}
.amazon-image-item img {
    width: 90px;
    height: 90px;
}
.remove-image-button {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 0, 0, 0.7);
    border: none;
    color: white;
    cursor: pointer;
    padding: 2px 5px;
    font-size: 12px;
}