/**
* * header
*/
.header {
  transition: all 500ms ease-out;
}

.header.hidden {
  opacity: 0;
  visibility: hidden;
}

.headerWrap .xploreTrending_logo {
  display: flex;
  gap: 10px;
}

.headerTrending {
	height: 25px;
  background-color: #fd5928;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  font-size: 12px;
}

.headerTrending span {
  padding: 0 10px 0 6px;
}

.headerTrendingImg {
  background: rgb(23, 142, 210);
  background: linear-gradient(80deg, rgba(23, 142, 210, 1) 0%, rgba(64, 41, 205, 1) 40%, rgba(71, 41, 202, 1) 54%, rgba(92, 42, 196, 1) 67%, rgba(127, 43, 186, 1) 80%, rgba(173, 46, 173, 1) 100%);
  border-radius: 20px;
  padding: 3px 6px;
  width: 90px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerTrendingImg div:first-child {
	font-size: 11px;
	font-weight: 600;
}

.headerTrendingImg img {
	width: 13px;
	margin-left: 3px;
}



/**
* * content
*/

@media (min-width: 360px) {
  .artTitle {
    font-size: 24px;
  }
}

.artLink.--adv {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  width: calc(100% + 56px);
  padding: 12px 20px;
  background: #fff;
  color: #000000;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.r_bc.--adv {
  bottom: 60px;
}

.icon-sponsored {
  display: inline-block;
  position: relative;
  padding: 0 0 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.icon-sponsored::after {
  content: "Brandzview";
}

.ratingWrap {
	height: 160px;
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
	margin: 40px 0;
    color: #000;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    border-bottom: 1px solid #bbb;
}

.ratingFront, 
.ratingBack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	gap: 25px;
}


.rating-logo{
    width: 65px;
}

.rating-txt {
    display: inline;
}

.ratingBack {
    display: none;
	margin: auto 0;
}

.ratingBtn {
    display: flex;
    gap: 17px;
    margin-bottom: 0;
}

.ratingBtn button {
    border: none;
    background-color: #eae7e7;
    border-radius: 4px;
    padding: 10px 60px;
    width: 135px;
    cursor: pointer;
}

.ratingBack p {
	margin: 0;
}

.ratingBack img {
    width: 40px;
	margin-top: 20px;
}


.ratingWrap.rating-clicked .ratingFront {
    display: none;
}


.ratingWrap.rating-clicked .ratingBack {
    display: block;
}

/**
* * footer
*/
.end {
	border-top: none;
	background: #040404;

	position: relative;
	height: var(--app-height);
	overflow: hidden;
}

.end > .textBoxEnd_1 {
	padding: 0 50px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.end > .textBoxEnd_2 {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
}

.logoEnd {
	width: 130px;
}

.logoEnd.xplore {
	width: 150px;
}

.endTxt {
	font-family: "Inter", sans-serif;
	font-size: 12px;
	letter-spacing: -0.24px;
	margin-bottom: 10px;
}

.endButton {
	margin-top: 6px;
	padding: 6px;
	line-height: 0;
}

.endButton .icon-refresh {
	width: 24px;
	height: 24px;
	-webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.bgEnd {
	position: absolute;
}

.bgEnd.left {
	width: 160px;
	top: 0;
	left: -90px;
}

.bgEnd.right {
	width: 280px;
	bottom: 30px;
	right: -200px;
}

.icon_shareEnd {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 15px;
	border: none;
	padding: 0;
	background: transparent;
	cursor: pointer;
}

@media (min-width: 500px) {
	.end {
		height: 650px;
		margin: 35px 0;
		border-radius: 10px;
	}

	.bgEnd.left {
		width: 180px;
		left: -100px;
	}

	.bgEnd.right {
		width: 300px;
		right: -210px;
	}

	.end > .textBoxEnd_1 {
		gap: 40px;
	}

	.icon_shareEnd {
		top: 15px;
	}
}

/**
* * module
*/

/* .reactionItem.buttonAi{
  display: none;
} */



