#review p:not(.flipboard-subtitle),
#review h6,
#review h5,
#review h4,
#review h3,
#review h2,
#review .gallery,
#review ul,
#review ol,
#review > .tags,
article footer,
article aside,
main > aside,
#review .content-bottom {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.single #review.entry iframe:not(.tb-ad-discrete-container *, [src*="soundcloud"], [src*="youtube"]) {
  display: block;
  margin: 10px auto;
  aspect-ratio: 16/9;
  max-width: 100%;
  height: auto;
}

.single #review.entry p:has(iframe[src*="youtube"]){
  max-width: 100%;
}

.single #review.entry p iframe[src*="youtube"] {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
}

#review.entry #sidereview iframe {
  margin: 0;
}

#review .content-bottom {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 15px;
  border-top: 5px solid #ebecec;
}

ul.social-share {
  padding: 0;
  margin: 0;
}

.entry blockquote p:before {
  content: "“";
}

.entry blockquote p:after {
  content: "”";
}

/*blockquote, .entry blockquote p {
	color: #3e4248;
	margin: 0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}

blockquote .left {
	margin-right: 10px;
}

blockquote .right {
	margin-left: 10px;
}*/

@media (min-width: 1025px) {
  #review {
    margin: 0 auto;
  }
}

#review form {
  margin: 0 auto;
}

#review-header {
  position: relative;
}

/* FIX :: Desktop + Mobile : Tamanho fixo no header */
#review-header .review-header-capa {
  position: relative;
  width: 1060px;
  max-width: 100%;

  /* Formato 16x9 */
  padding-bottom: 56.25%;
}
#review-header .review-header-capa img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  border-radius: 0 0 4px 4px;

  object-fit: cover;
  object-position: center;
}

#review-info {
  background: #f5f5f6;
  color: #555;
  margin-bottom: 20px;
}

#review-info h4 {
  font: 24px "PT Sans Narrow", sans-serif;
  font-weight: bold;
  margin: 15px 0 10px;
  text-transform: uppercase;
}

#nota {
  font: 60px "PT Sans Narrow", sans-serif;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
  color: #fff;
  width: 140px;
  height: 140px;
  text-align: center;
  line-height: 60px;
}

.nota-top {
  margin-bottom: -140px;
  float: right;

  z-index: 1;
  position: relative;
}

#nota span {
  display: block;
}

#nota .txt {
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 0px;
  line-height: 12px;
  padding-top: 40px;
  font-weight: 500;
}

.green-int {
  background: #60cd56;
}

.green:not(#nota, .fill) {
  background: linear-gradient(to right, #4da445, #60cd56);
}

.green{
  background: #4da445;
}

.avocado-int:not(#nota, .fill) {
  background: linear-gradient(to right, #3f8338, #4da445);
}

.avocado-int {
  background: #3f8338;
}

.avocado:not(#nota, .fill) {
  background: linear-gradient(to right, #a1a513, #3f8338);
}

.avocado {
  background: #a1a513;
}

.yellow-int:not(#nota, .fill) {
  background: linear-gradient(to right, #d2b907, #a1a513);
}

.yellow-int{
  background:#d2b907;
}

.yellow:not(#nota, .fill) {
  background: linear-gradient(to right, #ffc602, #d2b907);
}

.yellow {
  background: #ffc602;
}

.orange-int:not(#nota, .fill) {
  background: linear-gradient(to right, #ffaf0e, #ffc602);
}

.orange-int {
  background: #ffaf0e;
}

.orange:not(#nota, .fill) {
  background: linear-gradient(to right, #fc9423, #ffaf0e);
}

.orange {
  background: #fc9423;
}

.red-int:not(#nota, .fill) {
  background: linear-gradient(to right, #ec7a3c, #fc9423);
}

.red-int {
  background:#ec7a3c;
}

.red:not(#nota, .fill) {
  background: linear-gradient(to right, #e15e56, #ec7a3c);
}

.red {
  background:#e15e56;
}

#proscontras,
#pros,
#contras {
  float: left;
}

#pros,
#contras {
  margin-left: 30px;
}

#opiniao {
  padding: 0 40px;
  width: 310px;
  float: right;
  background: #eeeeef;
  border-left: 1px solid #fff;
  height: 140px;
}

#pros h4 {
  color: #60cd58;
}

#contras h4 {
  color: #e15e56;
}

#proscontras li {
  list-style: disc;
  margin: 0 0 5px 20px;
}

#opiniao h4 {
  color: #3e4248;
}

#opiniao img {
  width: 30px;
  border-radius: 2px;
  float: left;
}

#opiniao > div > div {
  margin-left: 40px;
}

#opiniao span.trecho {
  font-size: 13px;
  font-style: italic;
}

#opiniao span.autor {
  display: block;
  margin: 4px 0;
}

#opiniao a {
  text-transform: uppercase;
  font-weight: bold;
}

#rh {
  border: none !important;
}

#notas {
  margin: auto;
  margin-top: 50px;
  width: 700px;
  display: flow-root;
}

.attr {
  font-style: italic;
  font-size: 12px;
}

.rectangle {
  background: var(--article-border);
  height: 15px;
  border-radius: 4px;
  overflow: hidden;
  clear: both;
}

.fill {
  height: 15px;
}
#post .entry #spectrum div {
  width: 10% !important;
  height: 15px;
  float: left;
}

#notas ul {
  margin-right: 20px;
}

#review #tmshare {
  display: block !important;
}

#review #tmshare li:first-child {
  margin: -5px 30px 0 -20px;
}

#review-header {
  margin-bottom: 25px;
}

#post #review #review-header div.wp-caption {
  /*margin: 0 auto;*/
  margin: 0;
}

#post #review #review-header div.wp-caption .wp-caption-text {
  margin-left: 0 !important;
}

#post #reviews {
  margin-bottom: 30px;
}

.nota-item {
  width: 10% !important;
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
.nota-item:last-child {
  border: none;
}

#notas .left {
  width: calc(100% - 140px);
}

.row-flex.notas-bg {
  background-color: var(--bg-2);
  padding: 20px;
  border-radius: 0 0 4px 4px;
}

@media only screen and (min-width: 744px) and (max-width: 1024px) {

  #review-info {
    position: relative;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }

  #review-header img {
    display: block;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }

  #nota {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 115px;
    height: 115px;
    font-size: 48px;
  }

  #nota .txt {
    line-height: 15px;
    padding-top: 30px;
  }

  #review-info h4 {
    font-size: 20px;
    margin: 0;
    padding: 0 0 10px;
  }

  #opiniao > div,
  #proscontras {
    width: 700px;
    margin: 0 auto;
  }

  #proscontras {
    float: none;
  }

  #pros {
    margin: 0 30px 15px 0;
  }

  #pros,
  #contras {
    padding: 25px;
    margin: 0;
    font-size: 14px;
  }

  #opiniao {
    width: 100%;
    float: none;
    border-left: none;
    height: auto;
    padding: 0 0 15px 0;
    margin-top: 15px;
    clear: both;
  }

  #opiniao img {
    width: 40px;
  }

  #opiniao > div > div {
    margin-left: 60px;
    width: 400px;
  }

  #deixe-opiniao {
    display: none;
  }
}

@media only screen and (max-width: 743px) {
  
  #review.entry > iframe {
    max-width: 100vw;
    height: auto;
    aspect-ratio: 16/9;
    margin-left: -15px !important;
  }
  
  .single #review.entry > iframe[src*="youtube"],
  .single #review.entry p > iframe[src*="youtube"] {
    width: 100vw !important;
    max-width: 100vw;
    margin-left: -15px !important;
    border-radius: 0;
  }
  
  #review h2.title-review-proscontras {
    font-size: 18px;
    border-bottom: 0;
  }
  
  .row-flex.notas-bg {
    border-top: 1px solid var(--article-border);
    margin: 0 -15px;
  }

  #review-header {
    /*margin-top: -20px;*/
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    width: 100vw;
    max-width: 100vw;
  }
  #post #review #review-header img{
    border-radius: 0 !important;
  }

  #review-info {
    position: relative;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  #post #review #review-header .review-header-capa img {
    border-radius: 0;
  }
  #review-header img {
    display: block;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;

    margin-left: 0 !important;
  }

  #rh {
    width: 100vw;
    margin-left: -15px;
    max-width: 100vw;
  }

  #nota {
    width: 80px;
    height: 80px;
    font-size: 30px;
    position: absolute;
    right: 0px;
    line-height: 34px;
    top: 0px;
  }

  #post .entry #rh #nota {
    width: 80px;
    height: 80px;
  }

  #nota .txt {
    font-size: 16px;
    padding: 0px;
    line-height: 14px;
    padding-top: 18px;
  }

  #espectro #nota .txt {
    line-height: 25px;
    padding-top: 13px;
  }

  #espectro #nota {
    position: relative;
    font-size: 48px;
    padding: 10px 0px 20px;
  }

  #review-info h4 {
    font-size: 20px;
    margin: 0;
    padding: 15px 0 10px;
  }

  #pros,
  #contras,
  #proscontras {
    float: none;
  }

  #pros,
  #contras {
    margin-left: 10px;
    font-size: 14px;
    width: auto;
  }

  #opiniao {
    width: 100%;
    float: none;
    border-left: none;
    height: auto;
    padding: 0 0 10px 0;
    margin-top: 15px;
  }

  #opiniao > div {
    padding-left: 10px;
  }

  #deixe-opiniao {
    display: none;
  }

  #cats {
    display: none;
  }

  #sobre {
    padding: 25px 10px;
  }

  #sobre h1 {
    font-size: 30px;
    height: 55px;
    padding-left: 20px;
  }

  #sobre img {
    height: 55px;
  }

  #sobre.author img {
    width: 100px;
    height: auto;
  }

  #sobresobre .info_aparelho {
    margin-left: 140px;
  }

  #sobresobre #aparelho {
    margin-top: 0;
  }

  #filtrar {
    margin-bottom: 0;
  }

  #resultados {
    margin: -20px 10px 10px;
  }

  #aparelhos-comparados.home .grid4:first-child {
    display: block;
    width: 100%;
  }

  #review #tmshare {
    margin: -17px 0 0 10px;
    padding-bottom: 10px;
    height: 24px;
  }

  #review #tmshare li:first-child {
    margin-top: 0;
    margin-right: 15px !important;
  }

  #review #tmshare li:nth-child(2) {
    margin-right: 10px;
  }

  #post .entry #espectro .atr-nota .rectangle {
    width: 100% !important;
  }
  #post .entry #espectro .atr-nota .rectangle .nota-item {
    width: 10% !important;
  }
    
  #notas .left {
    width: 100%;
  }
}

/* Fixes para Google Page Speed - CLS */
@media only screen and (max-width: 361px){
  #review-header > div[id^="attachment_"],
  #rh + .wp-block-image {
    min-height: 265px;
  }

}