

.event-info {
    margin-top: 10px;
}

.event-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.event-info p {
    font-size: 16px;
    margin-bottom: 10px;
}

.event-info ul {
    list-style-type: disc;
    margin-left: 20px;
}

.event-info ul li {
    font-size: 16px;
}

.event-info button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
}

.event-info button:hover {
    background-color: #0056b3;
}

.other-hotels .hotel {
    margin-bottom: 10px;
}

.hotel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hotel-header span {
    font-size: 16px;
}

.toggle-btn {
    color: #0067b1;
    content: url(https://f.hubspotusercontent00.net/hubfs/7212050/iconos/+.svg);
    font-size: 2em;
    height: 1em;
    text-align: center;
    transition: all .35s;
    width: 1em;
    background-color: transparent;
    border: none;
}

.details {
    display: none;
}

