.gh-repeater-control .repeater-item {
    margin-bottom: 15px;
    padding: 15px;
    border: 1px solid #ddd;
    background: #fff;
}

.gh-repeater-control .repeater-fields {
    display: grid;
    gap: 10px;
}

.gh-repeater-control .field {
    display: flex;
    flex-direction: column;
}

.gh-repeater-control input[type="text"],
.gh-repeater-control input[type="url"] {
    width: 100%;
    padding: 5px;
}

.gh-repeater-control .button-danger {
    background: #dc3545;
    border-color: #dc3545;
    color: white;
    margin-top: 10px;
}