/* Stil für das Textarea und die Buttons */
#ccg-result {
    height: 400px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    resize: none;
}

#copy-button, #export-button {
    margin-right: 10px;
}

/* Stil für das Disclaimer */
#ccg-disclaimer {
    margin-top: 15px;
    font-size: 0.8em;
}

#ccg-disclaimer p {
    margin: 0;
}

/* Stil für das Turnstile-Widget */
.cf-turnstile-widget {
    margin-top: 15px;
}
/* Stil für die Vorlagenauswahl */
#ccg-template-selection {
    display: flex;
    flex-wrap: wrap;
}

.ccg-template-option {
    margin: 10px;
    text-align: center;
}

.ccg-template-option input[type="radio"] {
    display: none;
}

.ccg-template-option label {
    cursor: pointer;
    display: block;
}

.ccg-template-option img {
    width: 150px;
    height: auto;
    border: 2px solid transparent;
    border-radius: 5px;
}

/* Hervorhebung der ausgewählten Vorlage */
.ccg-template-option input[type="radio"]:checked + label img {
    border-color: #007cba; /* WordPress blau */
}

.ccg-template-option label span {
    display: block;
    margin-top: 5px;
}
