/*
Theme Name: Arna Accounting
Theme URI: https://
Author: Yes Kanani  
Author URI: https://yesss245.github.io/
Description: A simple custom WordPress Arna Accounting PVT LTD Theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arna-accounting
*/

:root {
    --theme-primary:#E2771C;
    --theme-section-backgrund-color:#f7f5f4;
    --theme-button-color:#f09c54;
    --black-color:#000000;
    --white-color:#ffffff;
    --theme-navbar-link:#333;
    --theme-gray-color:#999999;
    /* --p-text-color:#666666; */
    --p-text-color:#000000;
  }

/* blog details page  */



.post-topics {
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.post-title {
    font-size: 3rem;
    margin-bottom: 15px;
    
}

.post-meta {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.post-share {
    margin: 15px 0;
}

.post-share .share-icon {
    font-size: 1.5rem;
    margin-right: 10px;
    color: #555;
    text-decoration: none;
}

.post-featured-image img {
    width: 100%;
    height: auto;
  
}

.post-content {
    line-height: 1.8;
    margin-bottom: 40px;
}

.post-sidebar {
    margin-top: 20px;
}

.sidebar-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #333;
}

.popular-posts {
    list-style: none;
    padding: 0;
}

.popular-post-item {
    margin-bottom: 15px;
}

.popular-post-item .post-title {
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    color: #007BFF;
}

.popular-post-item .post-title:hover {
    text-decoration: underline;
}

.popular-post-item .post-meta {
    font-size: 0.8rem;
    color: #777;
    display: block;
    margin-top: 5px;
}
