.component-card-container {
    margin: 20px 0;
    padding: 12px 20px;
    height: 100%;
    border-radius: 16px;
    background-color: #F8F9FA;
}

.component-card-price-wrapper {
    padding-top: 12px;
    padding-bottom: 24px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.component-card-price-desktop {
    width: 100px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}
