/**
 * Layout: Over ons - Regio
 * 
 * @package hca-ict
 */

#over-ons-regio {
    position: relative;
}

#over-ons-regio .content-col {
    @apply flex flex-col justify-start;
}

#over-ons-regio .items-list {
    margin-top: 0;
}

#over-ons-regio .item-row {
    align-items: flex-start;
}

#over-ons-regio .item-icon {
    flex-shrink: 0;
}

#over-ons-regio .item-content {
    line-height: 1.6;
}

#over-ons-regio .map-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#over-ons-regio .map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

#over-ons-regio .buttons-wrapper {
    margin-top: 0;
}

@media (max-width: 768px) {
    #over-ons-regio .buttons-wrapper {
        flex-direction: column;
        width: 100%;
    }
    
    #over-ons-regio .buttons-wrapper .button-item {
        width: 100%;
    }
    
    #over-ons-regio .buttons-wrapper .button-item .button {
        width: 100%;
        text-align: center;
    }
}

