.ChartableCard {
    background-color: var(--white);
    display: flex;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
    box-shadow: 0 0 5px 0 rgb(0 15 23 / 20%);

    &-country {
        font-size: 14px;
    }

    &-category {
        font-size: 14px;
        text-transform: capitalize;
    }

    .Star {
        height: 16px;
        width: 16px;
    }

    &-main {
        display: flex;
        align-items: center;

        svg {
            width: 32px;
            height: 32px;
            margin-right: 18px;
        }

        .ChartableIcon {
            width: 36px;
            height: 36px;
        }
    }
}
