@media (max-width: 600px) {
  /* line 2, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
  .spotlight-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }
@media (min-width: 600px) {
  /* line 10, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
  .spotlight-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; } }
/* line 20, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.spotlight-header-text {
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 0; }

/* line 28, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.newest-container {
  position: relative;
  box-shadow: 100px;
  box-shadow: 2px 3px 4px lightgrey;
  border: 1px solid grey;
  border-color: lightgrey;
  border-radius: 2px;
  font-weight: lighter;
  /*font-family: 'Open Sans', sans-serif;*/
  /*font-family: "Maison Neue Book", Helvetica, Arial, "Liberation Sans",  sans-serif;*/
  -webkit-transition: all 0.3s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.3s ease;
  /* Firefox */
  -ms-transition: all 0.3s ease;
  /* IE 9 */
  -o-transition: all 0.3s ease;
  /* Opera */
  transition: all 0.3s ease; }

/* line 45, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.newest-container:hover {
  /*border: 1px solid #009e74;
  box-shadow: 2px 3px 4px #009e74;

  transition: 0.5s;*/
  -webkit-transform: scale(1.07);
  /* Safari and Chrome */
  -moz-transform: scale(1.07);
  /* Firefox */
  -ms-transform: scale(1.07);
  /* IE 9 */
  -o-transform: scale(1.07);
  /* Opera */
  transform: scale(1.07);
  box-shadow: 5px 6px 7px lightgrey; }

/* line 59, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.newest {
  list-style: none;
  margin: 0;
  padding: 0; }

@media (max-width: 600px) {
  /* line 67, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
  .newest-image {
    /* max-width: 600px;
    max-height: 600px; */
    width: 350px;
    height: 350px; } }
@media (min-width: 600px) {
  /* line 76, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
  .newest-image {
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border: 1px solid lightgrey;
    width: 600px;
    height: 600px; } }
/* line 87, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.newest-image img {
  overflow: none; }

/* line 91, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.spotlight-main {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid black;
  padding-bottom: 3%; }

@media (min-width: 600px) {
  /* line 99, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
  .spotlight-blurb {
    display: flex;
    padding: 30px;
    border-bottom: 0.2px solid black;
    justify-content: center; } }
@media (max-width: 600px) {
  /* line 107, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
  .spotlight-blurb {
    display: flex;
    flex-direction: column;
    padding: 30px;
    border-bottom: 0.2px solid black;
    justify-content: center; } }
@media (min-width: 600px) {
  /* line 117, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
  .spotlight-blurb h1 {
    font-size: 40px;
    margin: 20px;
    align-self: center; } }
@media (max-width: 600px) {
  /* line 124, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
  .spotlight-blurb h1 {
    font-size: 30px;
    margin: 20px;
    align-self: center;
    text-align: center; } }
/* line 132, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.spotlight-blurb img {
  height: 140px;
  width: 140px;
  align-self: center;
  margin: 20px; }

@media (min-width: 600px) {
  /* line 140, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
  .spotlight-blurb-child {
    display: flex; } }
@media (max-width: 600px) {
  /* line 146, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
  .spotlight-blurb-child {
    display: flex;
    flex-direction: column; } }
/* line 152, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.spotlight-blurb p {
  font-size: 15px;
  align-self: center;
  margin: 20px; }

/* line 164, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.embed-text {
  position: absolute;
  display: flex;
  flex-direction: column;
  bottom: 1%;
  left: 1%;
  padding: 1%; }

/* line 173, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.embed-text li {
  list-style: none; }

/* line 177, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.embed-text:hover {
  color: #009e74;
  transition: 0.2s; }

/* line 183, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.newest-title h1 {
  background-color: white;
  padding: 7px 10px 7px 10px;
  margin-bottom: 0; }

/* line 190, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.newest-author {
  margin-top: 0;
  background-color: white;
  padding: 0.6rem;
  width: 50%; }

/* line 198, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.newest-percentage p {
  margin: 0 5px 5px 0;
  background-color: white;
  padding: 12px;
  width: 40%; }

/* line 205, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.recent {
  list-style: none;
  padding: 0;
  margin-top: 0; }

/* line 212, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.recent-items {
  /* margin-top: 3.75%; */
  margin-left: 2%; }

/* line 217, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.recent-data {
  display: flex; }

@media (max-width: 605px) {
  /* line 226, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
  .recent-data li {
    display: flex;
    align-items: center;
    height: 105px;
    width: 300px;
    border-bottom: 0.2px solid lightgrey; } }
@media (min-width: 605px) {
  /* line 235, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
  .recent-data li {
    display: flex;
    align-items: center;
    height: 105px;
    width: 605px;
    border-bottom: 0.2px solid lightgrey; } }
/* line 244, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.recent-title {
  font-weight: bolder; }

/* line 248, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.recent-title:hover {
  color: #034752;
  text-decoration: underline;
  transition: 0.2s; }

/* line 254, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.recent-div {
  padding: 3%; }

/* line 258, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.recent-percentage {
  margin-top: 10px;
  color: grey; }

/* line 263, /root/apps/current/tradenaira/app/assets/stylesheets/api/spotlight.scss */
.recent img {
  object-fit: cover;
  max-height: 68px;
  max-width: 121px;
  min-height: 68px;
  min-width: 121px; }
