/* Divioseo TopMenu - Model Card in mega-menu */
.adtm_model_card {
    background: #fff;
    overflow: hidden;    
    max-width: 260px;
}
.adtm_model_card_link {
    text-decoration: none !important;
    color: inherit !important;
    display: block;
}
.adtm_model_card_img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #f5f7fa;
}
.adtm_model_card_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.adtm_model_card_body {
    padding: 14px 0px 0px;
}
.adtm_model_card_title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #1a1a2e;
    line-height: 1.3;
}
.adtm_model_card_brand {
    font-size: 13px;
    color: #6b7280;
    margin: 0 0 10px;
    line-height: 1.3;
}
.adtm_model_card_cta {
    font-size: 14px;
    color: #f37120;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    padding: 0px !important;
    gap: 4px;
}
.adtm_model_card:hover .adtm_model_card_cta {
    text-decoration: underline;
}
