:root {
    --content-color:""
}


.bobex-tip-light-block__tipsBlueLogo{
    max-width: 100%;
    scale: 0.6;
    height: auto;
    margin-bottom: 0.5em;
    filter: brightness(0) saturate(100%) invert(22%) sepia(88%) saturate(1092%) hue-rotate(186deg) brightness(93%) contrast(91%);
    max-width: 100%;
}
.bobex-tip-light-block__tipsOrangeLogo{
    max-width: 100%;
    scale: 0.6;
    height: auto;
    margin-bottom: 0.5em;
    filter: brightness(0) saturate(100%) invert(43%) sepia(98%) saturate(1307%) hue-rotate(339deg) brightness(100%) contrast(90%);
    max-width: 100%;
}
.bobex-tip-light-block__tipsGreenLogo {
    max-width: 100%;
    scale: 0.6;
    height: auto;
    margin-bottom: 0.5em;
    filter: brightness(0) saturate(100%) invert(22%) sepia(89%) saturate(1005%) hue-rotate(369deg) brightness(96%) contrast(52%);
}
.bobex-tip-light-block__icon-area{
    width:15%;
    min-width: 100px;
    display:flex;
    justify-content: center;
    padding: 10px;
}

.bobex-tip-light-block__content-area{
    width: 85%;
    word-break: break-word;
    padding: 10px;
}
.bobex-block-tips-light-content{
    font-size: 10pt !important;
    font-weight: 300;
    color:var(--content-color);

}

.bobex-tip-light-icon-container{
    width: 100px;
    height: 100px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.bobex-lightblock-maindiv{
    display:flex;
    width:100%;
    margin-bottom: 15px;
    min-width:300px;
    container-name: maindiv;
    container-type: normal;
    align-items: center;
}

@media only screen and (max-width: 600px) {

    .bobex-lightblock-maindiv{
        flex-direction: column;
    }
    .bobex-tip-light-block__content-area{
        width: 100%;
        word-break: break-word;
        padding: 0;
    }
}