.repeatable-cont {
    padding-left:0;
    padding-right:0;
    legend.control-label {
        font-size:1rem;
    }
    fieldset {
        background-color:#e6f1f3;
        margin-bottom:3px;
        padding-top:0.75rem;
    }
    .btn-group {
        margin-left:1.25rem;
    }
}

#price-placeholder {
    margin-bottom:1.5rem;
    font-size:2rem;
    line-height:2.1rem;
    font-weight:600;
    color:#007185;
}
#elemtentsBox {
    margin-top:6.1rem;
}

#c20651 {
    padding-top:0;
    margin-top:-14px;
    padding-left:23px;
}
#c20640 {
    margin-top:10px;
}
#include-eveningevent-text {
    margin-top:20px;
}
#name-info {
    color:#666666;
    margin-top:-10px;
}
#participant-header p {
    margin-bottom:0;
}


.grid {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}
.tile {
    width: 200px;
    height: 100px;
    background-color: #ddd;
    border-radius: 8px;
    display: flex;
    align-items: center;
    text-align:center;
    padding:0.5rem;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s, transform 0.2s;
    &.active {
        background-color: #4caf50;
        color: white;
        transform: scale(1.05);
    }
}
.tile-price {
    width: 200px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    text-align:center;
    padding:0.5rem;
    justify-content: center;
    margin-top: -20px;

}

#kongress2026 .form-check {
    padding-left:0;
}
