﻿.cq-custom-card {
    display: flex;
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100px;
}

.cq-custom-card-left {
    background-color: #1E96FC;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px 0 0 8px;
}

.cq-custom-card-right {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 60px);
}

.cq-custom-card-title {
    font-size: 20px !important;
    color: #333;
    margin: 0;
}

.cq-custom-count {
    font-size: 24px;
    color: #000;
    margin: 5px 0 0 0;
    font-weight: 700;
}