.custom-card {
    border-radius: 15px;
    border: none;
    padding: 15px;
    background-color: #ffffff; 
    max-width: 100%;
    transition: none !important;
}

.custom-card:hover,
.custom-card:focus,
.custom-card:active {
    background-color: #ffffff !important; /* Keep background static */
    border: none !important;
    transform: none !important; /* Prevent scaling or movement */
    cursor: default !important; /* Ensure no pointer effect */
}

.custom-card .card-title,
.custom-card .card-title2 {
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    color: #333;
    margin-bottom: 10px;
}

/* Only add margin-top for .card-title2 */
.custom-card .card-title2 {
    margin-top: 15px;
}

.custom-card .card-body {
    background: #f8f8f8; 
    border-radius: 10px;
    padding: 10px;
}

.custom-card .quote {
    font-style: italic;
    font-size: 0.9rem;
    color: #666;
}

.custom-card .footer {
    font-size: 0.85rem;
    color: #999;
    text-align: left;
    margin-top: 10px;
}


/* Used to mimic the card title text of a card for the Grid tile */
.card-title-text {
    font-size: 1.1rem;
    font-weight: bold;
    font-family: "Inter", sans-serif;
    color: #333;
}
