
.hal-wrapper{
    max-width:1200px;
    margin:0 auto;
    padding:40px 20px;
    font-family:Georgia, serif;
}

.hal-filter{
    margin-bottom:30px;
}

.hal-filter label{
    display:block;
    margin-bottom:10px;
    font-weight:600;
}

#hal-region-filter{
    padding:12px 16px;
    min-width:240px;
    border:1px solid #ddd;
    border-radius:6px;
}

.hal-item{
    border-bottom:1px solid #ddd;
    padding:20px 0;
}

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

.hal-header h3{
    margin:0;
    font-size:34px;
    color:#6d4b3e;
}

.hal-icon{
    font-size:24px;
}

.hal-content{
    display:none;
    padding-top:25px;
}

.hal-grid{
    display:grid;
    grid-template-columns:1fr 420px;
    gap:40px;
    align-items:flex-start;
}

.hal-description p{
    margin-bottom:18px;
    line-height:1.9;
    color:#4d4d4d;
}

.hal-link{
    display:inline-block;
    margin:20px 0;
    color:#6d4b3e;
    text-decoration:underline;
    word-break:break-all;
}

.hal-divider{
    height:1px;
    background:#ddd;
    margin:22px 0;
}

.hal-left h4{
    margin:0;
    letter-spacing:1px;
    font-size:14px;
    color:#777;
}

.hal-bullets{
    padding-left:18px;
}

.hal-bullets li{
    margin-bottom:12px;
    line-height:1.7;
    color:#4d4d4d;
}

.hal-right{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.hal-right img{
    width:100%;
    border-radius:6px;
    object-fit:cover;
}

@media(max-width:991px){

    .hal-grid{
        grid-template-columns:1fr;
    }

    .hal-header h3{
        font-size:26px;
    }

}

@media(max-width:767px){

    .hal-wrapper{
        padding:25px 15px;
    }

    .hal-header h3{
        font-size:22px;
        line-height:1.4;
    }

    #hal-region-filter{
        width:100%;
    }

}
