@use "../../../../common/color.module.scss";

.Preview {
  height: 180px;

  .outer {
    position: absolute;
    display: flex;
    height: 180px;
    width: 85%;
    align-items: center;
  }

  .inner {
    color: color.$color-red;
    text-align: center;
    font-weight: bold;
    margin: 0 5px;
    background-color: white;
    width: 100%;
  }
}
