@charset "UTF-8";
/* CSS Document */
/*CCS SINGLES*/

/* ══════════════════════════════════════
     SINGLE
  ══════════════════════════════════════ */

.single-content {

	padding: 0px 20px;
}

/* ==========================
   SINGLE HEADER
========================== */

.single-header {
    max-width: 780px;
    margin: 140px auto 0;
    text-align: center;
}

.single-title {
    font-size: 1.6em;
    font-weight: lighter;
    line-height: 1.15;
    font-style: italic;
    color: #18182b;
    text-align: center;
    margin-bottom: 2px;
    text-transform: uppercase;
}

/* ==========================
   HERO
========================== */

.qs-hero {
    margin: 10px 20px 0;
    overflow: hidden;
    position: relative;
    height: 70vh;
    min-height: 420px;
}

.qs-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.single-content p,
.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6,
.single-content ul,
.single-content ol,
.single-content blockquote {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
	font-size: 1rem;
	font-weight: 300;
    line-height: 1.8;
    color: #18182b;
}
.single-content img {
	object-fit: cover;
	aspect-ratio: 16/5;
}



.single-content img,
.single-content video,
.single-content embed,
.single-content iframe {
  width: calc(100vw - 40px);
  max-width: calc(100vw - 40px);

  margin-left: calc(50% - 50vw + 20px);
  margin-right: calc(50% - 50vw + 20px);

  display: block;
  height: auto !important;
}
.single-content iframe {
  width: 90%;
  max-width: 1000px;
  aspect-ratio: 16 / 9;
  margin: 40px auto;
  display: block;
}

.single-content p:has(iframe) {
  max-width: 100%;
  padding: 0;
}
.single-content p:has(iframe) {
  max-width: 100%;
  padding: 0;
}
.single-content .wp-video {
  width: 90% !important;
  max-width: 1000px;
  margin: 40px auto;
}

.single-content .wp-video video {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.ideias-card__cat-single {
    font-size: 0.68rem;
    font-weight: 600;
    font-family: "Abril display", serif;
    color: #18182B;
    margin-bottom: 6px;
	 text-align: center;
	  text-transform: lowercase;
  }


.single-share {
  display: inline-flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.single-share p {
	margin: 0 auto;
	text-align: center;
	font-weight: 100;
}

.single-share a {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  color: #18182b;
  font-size: 10px;
  transition: all 0.3s ease;
	background-color: #EF4526;
}

.single-share a:hover {
  background: #F78C23;
  color: #18182b;
}

/* ==========================
   MOBILE
========================== */
@media (max-width: 768px) {
	.single-header {
		margin: 60px auto 0;
	}
	.qs-hero {
		height: auto;
		min-height: 20px;
	}
	.qs-hero-image {
		width: 100%;
    height: auto;
    object-fit: cover;
		aspect-ratio: 16/9;
	}
.single-content img {
	object-fit: cover;
	aspect-ratio: 16/9;
}

}
