/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.2.1.1735196690
Updated: 2024-12-26 07:04:50

*/

@font-face {
    font-family: 'Aeonik';
    src: url('https://test.emossy.com/leocompare/wp-content/uploads/2025/01/Aeonik-2-1-1.zip') format('opentype');
    font-weight: normal;
    font-style: normal;
  letter-spacing:0px;
}
.author-image {
     width: 100%;
    max-width:33%;
    }
.author-image img{
    border-radius: 100px;
}
.multiple-data{
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
}
.for-date-read-time-author{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 50%
}
.for-date-and-readtime-only{
    display: flex;
    flex-direction: row;
    gap: 1px;
}
.for-readmore{
    display: flex;
    align-items: center;
    background-color: #FFC10E;
    border-radius:48px;
    padding: 8px 16px;
   
}
.for-readmore a{
     color: #242426;
     font-weight: 400;
     font-size: 16px;
}
.psac-post-carousel .owl-stage-outer .owl-stage{
    display: flex;
    gap: 30px;   
}
.psac-post-carousel-item{
    background-color: #F7F7FA;
    border-radius: 20px;
    padding: 18px;
    gap: 20px;
}
.post-categories{
    margin: 0px;
    padding: 10px 0px;
}
.post-categories a{
    color: #242426;
    font-size: 16px;
    font-weight: 700;
}
.psac-post-carousel-item h2{
    font-size: 24px;
    color: #101828;
    line-height: 30px;
    font-weight: 700;
}
.psac-post-carousel-item p{
    color: #475467;
    font-size: 16px;
    font-weight: 400;
}
.author-name{
    color: #444446;
    font-weight: 500;
    font-size: 16px;
}
.for-date-only p{
    color: #444446;
    font-size: 14px;
    font-weight: 400;
}
.owl-nav{
    display: none;
}