.elementor-1999 .elementor-element.elementor-element-b14d8c4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:80px;--padding-bottom:80px;--padding-left:10px;--padding-right:10px;}.elementor-1999 .elementor-element.elementor-element-e6c6323{--display:flex;}.elementor-1999 .elementor-element.elementor-element-12ee1d1 img{border-style:solid;border-width:.5px .5px .5px .5px;border-color:#A6E351;border-radius:12px 12px 12px 12px;box-shadow:0px 10px 15px 0px rgba(165.9999999999999, 226.99999999999997, 80.99999999999999, 0.32);}.elementor-1999 .elementor-element.elementor-element-f2cfa5a .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:36px;font-weight:700;}.elementor-1999 .elementor-element.elementor-element-639fc6f{text-align:start;font-family:"Poppins", Sans-serif;font-size:17px;font-weight:400;line-height:26px;}.elementor-1999 .elementor-element.elementor-element-231650a{--display:flex;}@media(min-width:768px){.elementor-1999 .elementor-element.elementor-element-231650a{--width:40%;}}/* Start custom CSS for sidebar, class: .elementor-element-acd770a *//* ===== SIDEBAR MAIN ===== */
.tips-sidebar .widget{
    background: #ffffff;
    border-radius: 22px;
    padding: 28px;
    margin-bottom: 30px;
    border: 1px solid rgba(60,178,212,0.18);
    box-shadow: 0 10px 35px rgba(60,178,212,0.08);
    transition: 0.4s ease;
    overflow: hidden;
    position: relative;
}

.tips-sidebar .widget:hover{
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(123,181,43,0.18);
}

/* ===== HEADING ===== */
.tips-sidebar .widget-title,
.tips-sidebar .wp-block-heading{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 22px;
    color: #111;
    position: relative;
    padding-bottom: 12px;
}

.tips-sidebar .widget-title:after,
.tips-sidebar .wp-block-heading:after{
    content: "";
    width: 70px;
    height: 4px;
    border-radius: 20px;
    background: linear-gradient(90deg,#3cb2d4,#7bb52b);
    position: absolute;
    left: 0;
    bottom: 0;
}

/* ===== SEARCH BOX FIX ===== */
.tips-sidebar .wp-block-search{
    margin: 0;
}

.tips-sidebar .wp-block-search__label{
    display: none;
}

#block-2{
    display: none;
}

.tips-sidebar .wp-block-search__inside-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 2px solid rgba(60,178,212,0.2);
    border-radius: 60px;
    padding: 8px;
    overflow: hidden;
    transition: 0.3s ease;
}

.tips-sidebar .wp-block-search__inside-wrapper:focus-within{
    border-color: #3cb2d4;
    box-shadow: 0 0 0 6px rgba(60,178,212,0.12);
}

/* ===== INPUT ===== */
.tips-sidebar .wp-block-search__input{
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
    font-size: 15px;
    padding: 12px 16px !important;
    width: 100%;
    color: #111;
    min-height: auto !important;
}

/* ===== BUTTON ===== */
.tips-sidebar .wp-block-search__button{
    border: none !important;
    border-radius: 50px !important;
    background: linear-gradient(135deg,#3cb2d4,#7bb52b) !important;
    color: #fff !important;
    padding: 13px 24px !important;
    font-size: 14px !important;
    font-weight: 600;
    transition: 0.3s ease;
    margin: 0 !important;
    white-space: nowrap;
}

.tips-sidebar .wp-block-search__button:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(60,178,212,0.25);
}

/* ===== LIST STYLE ===== */
.tips-sidebar ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.tips-sidebar ul li{
    margin-bottom: 12px;
    position: relative;
    padding-left: 18px;
}

.tips-sidebar ul li:before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: linear-gradient(135deg,#3cb2d4,#7bb52b);
    position: absolute;
    left: 0;
    top: 11px;
}

/* ===== LINKS ===== */
.tips-sidebar ul li a{
    color: #222;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
    transition: 0.3s ease;
    text-decoration: none;
}

.tips-sidebar ul li a:hover{
    color: #3cb2d4;
    padding-left: 5px;
}

/* ===== ACTIVE CATEGORY ===== */
.tips-sidebar .current-cat a{
    color: #3cb2d4 !important;
    font-weight: 700;
}

/* ===== NO COMMENTS ===== */
.tips-sidebar .no-comments{
    background: rgba(60,178,212,0.08);
    border-radius: 14px;
    padding: 15px;
    font-size: 14px;
    color: #555;
}/* End custom CSS */