.tool-logo {
    max-width: 70px;
    max-height: 70px;
    border-radius: 12px
}

.tool-img-right {
    width: 100%;
    height: 250px;
    border-radius: 12px;
    object-fit: cover
}

/* ✅ Alternatives Card */
.alt-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .08);
    padding: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    position: relative;
    transition: all 0.3s ease;
}

.alt-card:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.alt-card img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 15px;
}

.alt-title a {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.6rem;
    text-decoration: none;
    color: #0d6efd;
}

.alt-title a:hover {
    text-decoration: underline;
}

.alt-desc {
    font-size: 1.5rem;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.2;
}

.alt-price {
    font-size: 1.4rem;
    color: #0d6efd;
    margin-bottom: 6px;
}

.alt-rating i {
    color: #ffc107;
    font-size: 1.3rem;
}

.alt-tags .badge {
    font-size: 1.1rem;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #f1f3f5;
    color: #333;
    border: 1px solid #e0e0e0;
}

.bookmark-btn {
    position: absolute;
    top: 10px;
    right: 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bookmark-btn:hover {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

/* ✅ Featured Section */
.featured-card {
    background: linear-gradient(135deg, #0d6efd, #6c63ff);
    color: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.featured-card img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 15px;
}

.featured-title {
    font-weight: 700;
    font-size: 1.6rem;
}

.featured-desc {
    font-size: 1.3rem;
    margin: 10px 0;
}

/* ✅ Compare Bar */
#compare-bar {
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 2px solid #0d6efd;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.4s ease;
    z-index: 1050;
}

#compare-list span {
    background: #f1f3f5;
    padding: 5px 10px;
    border-radius: 20px;
    margin-right: 8px;
    font-size: 1.2rem;
}

.rounded-image{
    border-radius: 10rem;
}

.size-min{
   font-size: 1.5rem;
}

.alt_description, .date-info{
    font-size: 1.5rem;
    line-height: 1.2;
}

.category_link{
    font-size: 1.2rem;
}