html[dir] .gohk-poi-card .poi-title-container { height:auto !important; }


/* tab sytle */
.cmp-tabs__tab.tab-divider:after {display: none; }

.cmp-tabs__tablist {display: flex; font-weight: bold;
            justify-content: space-between; 
            padding: 10px 0; 
            margin-bottom: 20px !important	;
            list-style-type: none;   }

        .cmp-tabs__tab {
            flex: 1; 
            text-align: center; 
            padding: 10px; 
            color: #52246D; 
            cursor: pointer; 
            border: 1px solid #52246D;
            min-width: 0; 
        }

.cmp-tabs__tab:hover {color: #522873; /* background-color: #deab5b; */ }


.cmp-tabs__tab.cmp-tabs__tab--active {
    font-weight: bold;
    color:#FFFFFF !important; 
    border-bottom: 4px solid #52246D !important;

    background-color: #52246D;
} 

@media (max-width: 398.98px) {
            .cmp-tabs__tablist { flex-direction: column; }
            .cmp-tabs__tab {  width: 100%; }
        }


/* ideal bar section */
div#ideal-bar { background-color: #52246D;  border-radius: 20px;  margin: 0px; }

@media (max-width: 1024.98px) {
    #ideal-bar .row { margin-right: 7% !important; margin-left: -10% !important; }
}

@media (max-width: 768px) {
div#ideal-bar {  margin-left: 0% !important;  margin-right: 0 !important; }
#ideal-bar .row { margin-right: 10% !important;  margin-left: -7% !important;}

}

@media (max-width: 767.98px) {
div#ideal-bar { margin-left: -5% !important;  margin-right: 0 !important; }
div#ideal-bar .explore-more .item-article { border-radius: 14px; margin-left: 5%;  margin-right: 5%; }
}


@media (max-width: 570.98px) {
div#ideal-bar { margin-left: -11% !important;  margin-right: 0 !important; }
}
