/**
 * Custom CSS for Salarisjobs Child Theme
 *
 * This file contains style overrides for the Salarisjobs parent theme.
 * Any CSS rules added here will override matching rules in the parent theme.
 */
/* Add your custom CSS below this line */
.newcontainer {
  display: flex;
  flex-direction: row;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.newcontainer .score {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.newcontainer .starcontainer__stars {
  display: inline-flex;
  flex-direction: row;
  gap: 5px;
}
.newcontainer .starcontainer__stars .starcontainer__star {
  display: block;
  height: 20px;
  width: 20px;
}
