#tp2tmcc-wrapper { max-width: 640px; margin: auto; padding: 1em; background: #f9f9f9; border-radius: 8px; }
.tp2tmcc-field, .tp2tmcc-fieldset { margin-bottom: 1em; }
.tp2tmcc-btn { background: #0069d9; color: #fff; border: none; padding: 10px 20px; border-radius: 6px; cursor: pointer; }
.tp2tmcc-loading { display: none; font-style: italic; }
.tp2tmcc-output img.tp2tmcc-thumb { max-width: 48%; margin: 1%; border: 1px solid #ccc; border-radius: 4px; }
.tp2tmcc-gallery { display: flex; flex-wrap: wrap; justify-content: space-around; }

.tp2tmcc-gallery-select {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tp2tmcc-gallery-select label {
    cursor: pointer;
    display: inline-block;
    text-align: center;
}
.tp2tmcc-gallery-select img {
    width: 100px;
    border: 2px solid transparent;
    border-radius: 6px;
}
.tp2tmcc-gallery-select input[type="radio"]:checked + img {
    border-color: #0069d9;
}
