/**
Theme Name: AI Tools Magazine
Author: AI Tools Magazine
Author URI: https://aitoolsmagazine.com/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ai-tools-magazine
Template: astra
*/


/* Hide the added date */
.hp-listing--view-block 
.hp-listing__created-date, .hp-listing--view-page .hp-listing__created-date { display: none; }


/* General Styling for Listings */
.hp-listing {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 05px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

/* Improve Listing Title */
.hp-listing h1, .hp-listing h2 {
    font-size: 1.6rem;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

/* ✅ Tick Marks for h3 ONLY in Listings (Not in Sharing Section) */
.hp-listing h3 {
    position: relative;
    padding-left: 25px;
}

.hp-listing h3::before {
    content: "✔";
    color: #28a745;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 2px;
}

/* Improve Visit Button */
.hp-listing a.button, .hp-listing a.hp-listing__visit-btn {
    display: inline-block;
    background: #007bff;
    color: #ffffff;
    padding: 10px 16px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1rem;
    transition: background 0.3s ease-in-out;
}

.hp-listing a.button:hover, .hp-listing a.hp-listing__visit-btn:hover {
    background: #0056b3;
}

/* Improve Related Listings Section */
.hp-listing-related {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.hp-listing-related .hp-listing-item {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    flex: 1 1 calc(33.333% - 15px);
}

/* Make Listings Responsive */
@media (max-width: 768px) {
    .hp-listing-related .hp-listing-item {
        flex: 1 1 100%;
    }
}
/* 📌 Style categories & tags in HivePress listings */
.hp-listing__categories a,
.hp-listing__tags a {
    display: inline-block;
    background-color: #007bff !important; /* Blue background */
    color: #ffffff !important; /* White text */
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    margin: 3px 5px 3px 0;
    transition: background 0.3s ease-in-out;
}

/* 🎯 Hover Effect */
.hp-listing__categories a:hover,
.hp-listing__tags a:hover {
    background-color: #0056b3 !important; /* Darker blue on hover */
}





