/*
Theme Name: Trio World School
Theme URI: http://trioworldschool.com
Author: Your Name
Author URI: http://yourwebsite.com
Description: Custom theme for Trio World School
Version: 1.0
Text Domain: trioworldschool
*/
/* Search Button & Box */
.search-btn {
    position: relative;
    display: inline-block;
}

.search-box {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.search-box-outer.active + .search-box {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
}

/* Search Form */
.search-form {
    position: relative;
}

.search-form .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 20px;
    padding-right: 50px;
}

.search-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    border: none;
    color: var(--theme-color);
    font-size: 16px;
}

/* Search Results */
.no-results {
    text-align: center;
    padding: 50px 0;
}

.no-results h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.no-results p {
    margin-bottom: 30px;
}

.search-form-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.search-highlight {
    background-color: #fff9c4;
    font-weight: bold;
    padding: 0 2px;
}

.widget .recent-post-img img {
    width: 65px !important;
    border-radius: 10px;
}
.widget .recent-post-img {
    margin-right: 20px;
    flex-shrink: 0 !important;
}

.blog-content p, .blog-content h3 {
    margin-bottom: 1rem ! IMPORTANT;
}
.blog-content ul {
  margin-bottom: 1rem ! IMPORTANT;
}
.blog-content li {
    list-style: disc !important;
    padding-left: 10px;
    margin-left: 20px;
}
.blog-author-img {
    width: 120px !important;
}



