﻿/* =========================
   STARROAR PAGES
========================= */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

.starroar-page main {
	background: radial-gradient(circle at 85% 8%, rgba(255,109,82,.13), transparent 28%), radial-gradient(circle at 8% 34%, rgba(255,185,88,.12), transparent 28%), linear-gradient(180deg,#fff 0%,#fffaf4 44%,#fff 100%);
}

.starroar-hero {
	padding: 42px 0 26px;
}

.starroar-breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 26px;
	color: #66717f;
	font-size: 15px;
	font-weight: 900;
}

.starroar-breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.starroar-breadcrumb a:hover {
	color: var(--brand-red);
}

.starroar-breadcrumb .material-symbols-outlined {
	font-size: 18px;
}

.starroar-back-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 26px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #27384a;
	font-size: 15px;
	font-weight: 900;
	text-decoration: none;
}

.starroar-back-link .material-symbols-outlined {
	font-size: 18px;
}

.starroar-back-link:hover {
	color: var(--brand-red);
	transform: translateY(-1px);
}

.starroar-hero__grid {
	display: grid;
	grid-template-columns: minmax(310px,.78fr) minmax(0,1.22fr);
	align-items: center;
	gap: 34px;
	min-height: 360px;
}

.starroar-hero__copy {
	position: relative;
	z-index: 2;
}

.starroar-logo-slot {
	width: min(390px,100%);
	min-height: 98px;
	margin: 0 0 12px;
	color: transparent;
	background: url("https://cdn-smg55.starmediagroup.my/Themes/img/starroar/logo-starroar.webp") left center / contain no-repeat;
}

.starroar-hero h1 {
	margin: 0 0 14px;
	color: #071d36;
	font-size: 34px;
	line-height: 1.08;
	font-weight: 900;
}

.starroar-hero p {
	max-width: 520px;
	margin: 0;
	color: #344252;
	font-size: 16px;
	line-height: 1.4;
}

.starroar-hero__cta {
	display: none;
	margin-top: 22px;
	background: #ff6d52;
}

.starroar-hero__cta:hover {
	background: #ee5b42;
}

.starroar-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0,1fr));
	gap: 22px;
	max-width: 480px;
	margin-top: 30px;
}

.starroar-stats div {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 10px;
	align-items: center;
}

.starroar-stats .material-symbols-outlined {
	grid-row: 1 / span 2;
	color: #ff6d52;
	font-size: 30px;
}

.starroar-stats strong {
	color: #071d36;
	font-size: 19px;
	line-height: 1.05;
}

.starroar-stats small {
	color: #445364;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
}

.starroar-hero__visual {
	position: relative;
	min-height: 390px;
	border-radius: 24px;
	overflow: hidden;
	background: url("https://cdn-smg55.starmediagroup.my/Themes/img/starroar/bannerbg.png") center / cover no-repeat;
}

.starroar-hero__visual::before,
.starroar-hero__visual::after {
	content: "";
	position: absolute;
	pointer-events: none;
}



.starroar-hero__visual::after {
	right: 3%;
	bottom: -4%;
	width: 64%;
	height: 33%;
	background: url("https://cdn-smg55.starmediagroup.my/Themes/img/starroar/filmstrip.png") center / contain no-repeat;
	transform: rotate(-5deg);
	opacity: .95;
}

.starroar-hero__photo {
	position: absolute;
	display: grid;
	place-items: center;
	color: #ff6d52;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: .08em;
	border: 1px dashed rgba(255,109,82,.35);
	border-radius: 18px;
	background: rgba(255,255,255,.72);
	box-shadow: 0 18px 42px rgba(255,109,82,.12);
}

.starroar-hero__photo--lead {
	right: 10%;
	top: 9%;
	width: 34%;
	aspect-ratio: 3 / 4;
}

.starroar-hero__photo--left {
	left: 18%;
	top: 34%;
	width: 28%;
	aspect-ratio: 4 / 5;
}

.starroar-hero__photo--right {
	right: 1%;
	top: 44%;
	width: 28%;
	aspect-ratio: 4 / 5;
}

.starroar-listing {
	padding: 0 0 68px;
}

.starroar-videos {
	scroll-margin-top: calc(var(--gb-height) + var(--header-height) + 30px);
}

.starroar-filter {
	display: grid;
	grid-template-columns: minmax(230px,1.25fr) minmax(330px,1.15fr) minmax(170px,.8fr) minmax(150px,.66fr) auto;
	gap: 18px;
	align-items: center;
	padding: 20px;
	border: 1px solid rgba(156,104,39,.17);
	border-radius: 16px;
	background: rgba(255,255,255,.92);
	box-shadow: 0 18px 48px rgba(50,38,20,.08);
	margin-bottom: 30px;
}

.starroar-filter label {
	position: relative;
	display: block;
}

.starroar-filter-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 44px;
	padding: 0 10px;
	border: 1px solid rgba(255,109,82,.34);
	border-radius: 999px;
	background: #fff;
	color: #ff6d52;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
}

.starroar-filter-toggle .material-symbols-outlined {
	font-size: 15px;
}

.starroar-filter input,
.starroar-filter select {
	width: 100%;
	height: 48px;
	border: 1px solid #eadbc8;
	border-radius: 8px;
	background: #fff;
	color: #263545;
	font: 500 14px/1 var(--font-sans);
}

.starroar-filter input {
	padding: 0 40px 0 16px;
}

.starroar-filter select {
	padding: 0 62px 0 16px;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23263545' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 18px 18px;
}

.starroar-filter option {
	padding: 8px 36px 8px 16px;
}

.starroar-search .material-symbols-outlined {
	position: absolute;
	right: 14px;
	top: 50%;
	color: #77818d;
	transform: translateY(-50%);
}

.starroar-clear {
	border: 0;
	background: transparent;
	color: #ff6d52;
	font-family: inherit;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
}

.starroar-themes {
	padding: 38px 0 28px;
}

.starroar-themes h2,
.starroar-videos h2,
.starroar-related h2 {
	margin: 0 0 18px;
	color: #071d36;
	font-size: 25px;
	line-height: 1.15;
	font-weight: 900;
}

.starroar-theme-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0,1fr));
	gap: 20px;
}

.starroar-theme-card {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 18px;
	min-height: 128px;
	padding: 24px;
	text-align: left;
	border: 1px solid rgba(255,109,82,.22);
	border-radius: 14px;
	background: linear-gradient(135deg,#fff9f3,#fff);
	cursor: pointer;
}

.starroar-theme-card--heritage {
	border-color: rgba(58,176,132,.26);
	background: linear-gradient(135deg,#f1fff9,#fff);
}

.starroar-theme-card > .material-symbols-outlined {
	display: grid;
	place-items: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	color: #ff6d52;
	background: #ffe8d6;
	font-size: 38px;
}

.starroar-theme-card--heritage > .material-symbols-outlined {
	color: #3ab084;
	background: #dff6ed;
}

.starroar-theme-card small,
.starroar-theme-card em {
	display: block;
	color: #51606f;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}

.starroar-theme-card strong {
	display: block;
	margin: 4px 0;
	color: #071d36;
	font-size: 22px;
	line-height: 1.12;
}

.starroar-theme-card i {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	color: #ff6d52;
	background: rgba(255,109,82,.12);
	font-style: normal;
}

.starroar-theme-card--heritage i {
	color: #3ab084;
	background: rgba(58,176,132,.12);
}

.starroar-video-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0,1fr));
	gap: 22px 18px;
}

.starroar-video-card {
	display: block;
	color: inherit;
	text-decoration: none;
}

.starroar-video-card__thumb {
	position: relative;
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	border-radius: 8px;
	background: #ede3d7;
	box-shadow: 0 10px 25px rgba(23,28,35,.08);
}

.starroar-video-card__thumb img,
.starroar-video-card__thumb video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: #111;
	pointer-events: none;
	transition: transform .24s ease;
}

.starroar-video-card__thumb::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg,transparent 44%,rgba(0,0,0,.58));
}

.starroar-video-card__placeholder {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg,#1f2937,#111827);
	color: #fff;
	transition: transform .24s ease;
}

.starroar-video-card__placeholder .material-symbols-outlined {
	font-size: 44px;
	opacity: .85;
}

.starroar-video-card__play {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 48px;
	height: 48px;
	border: 2px solid rgba(255,255,255,.88);
	border-radius: 50%;
	color: #fff;
	background: rgba(0,0,0,.28);
	transform: translate(-50%,-50%);
}

.starroar-video-card__duration {
	position: absolute;
	right: 8px;
	bottom: 7px;
	z-index: 2;
	padding: 2px 6px;
	border-radius: 4px;
	color: #fff;
	background: rgba(0,0,0,.75);
	font-size: 12px;
	font-weight: 900;
}

.starroar-video-card__body {
	display: block;
	padding-top: 10px;
}

.starroar-video-card strong,
.starroar-video-card small,
.starroar-video-card em {
	display: block;
}

.starroar-video-card strong {
	color: #071d36;
	font-size: 15px;
	line-height: 1.22;
	font-weight: 900;
}

.starroar-video-card small {
	margin-top: 3px;
	color: #405064;
	font-size: 12px;
}

.starroar-video-card em {
	width: max-content;
	max-width: 100%;
	margin-top: 8px;
	padding: 4px 8px;
	border-radius: 5px;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
}

.starroar-video-card em.is-firsts {
	color: #d75b22;
	background: #ffe1cf;
}

.starroar-video-card em.is-heritage {
	color: #277c59;
	background: #dff4e8;
}

@media (min-width:768px) {
	.starroar-video-card__body {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		min-height: 96px;
	}

	.starroar-video-card em {
		margin-top: auto;
	}
}

.starroar-video-card:hover .starroar-video-card__thumb img,
.starroar-video-card:hover .starroar-video-card__thumb video,
.starroar-video-card:hover .starroar-video-card__placeholder {
	transform: scale(1.045);
}

.starroar-empty {
	margin: 24px 0 0;
	color: #66717f;
	text-align: center;
}

.starroar-load-more {
	display: flex;
	width: max-content;
	margin: 30px auto 0;
}

.starroar-support {
	padding: 34px 0;
	background: linear-gradient(90deg,#fff4df,#fffaf3);
}

.starroar-support__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0,1fr));
	gap: 24px;
}

.starroar-support__grid div {
	display: grid;
	grid-template-columns: auto 1fr;
	column-gap: 14px;
	align-items: start;
}

.starroar-support__grid .material-symbols-outlined {
	grid-row: 1 / span 2;
	color: #f5a63b;
	font-size: 42px;
}

.starroar-support__grid strong {
	color: #071d36;
	font-weight: 900;
}

.starroar-support__grid p {
	margin: 4px 0 0;
	color: #4f5c69;
	font-size: 13px;
	line-height: 1.45;
}

/* =========================
   STARROAR VIDEO DETAIL
========================= */
.starroar-video-detail {
	padding: 42px 0 76px;
}

.starroar-video-layout {
	display: grid;
	grid-template-columns: minmax(0,1.45fr) minmax(320px,.64fr);
	gap: 36px;
	align-items: start;
}

.starroar-player {
	overflow: hidden;
	border-radius: 10px;
	background: #111;
	box-shadow: 0 16px 38px rgba(20,24,30,.12);
	aspect-ratio: var(--starroar-player-ratio, 16 / 9);
}

.starroar-player iframe,
.starroar-player video {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.starroar-player video {
	object-fit: contain;
}

.starroar-about-team {
	padding-top: 24px;
}

.starroar-about-team h2 {
	margin: 0 0 8px;
	color: #071d36;
	font-size: 18px;
	font-weight: 900;
}

.starroar-about-team p {
	margin: 0;
	color: #344252;
	line-height: 1.65;
}

.starroar-article-ref {
	margin: 14px 0 0 !important;
	color: #4f5b66;
	font-size: 15px;
	line-height: 1.55;
}

.starroar-article-ref span {
	color: inherit;
}

.starroar-article-ref a {
	color: #ff6d52;
	font-weight: 900;
	text-decoration: none;
}

.starroar-article-ref a:hover {
	color: #dd462a;
}

.starroar-video-info {
	padding: 14px 0 0;
}

.starroar-video-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
}

.starroar-video-tags span {
	padding: 5px 10px;
	border-radius: 999px;
	background: #ffe4c7;
	color: #9c5a20;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.starroar-video-tags em {
	color: #9c5a20;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
}

.starroar-video-info h1 {
	margin: 0 0 8px;
	color: #071d36;
	font-size: 36px;
	line-height: 1.08;
	font-weight: 900;
}

.starroar-video-university {
	margin: 0 0 20px;
	color: #071d36;
	font-size: 18px;
	font-weight: 700;
}

.starroar-video-info > p:not(.starroar-video-university) {
	margin: 0 0 24px;
	color: #344252;
	line-height: 1.65;
}

.starroar-video-meta {
	display: grid;
	gap: 16px;
	margin: 0 0 28px;
}

.starroar-video-meta div {
	display: grid;
	grid-template-columns: 132px 1fr;
	gap: 12px;
	align-items: start;
}

.starroar-video-meta dt {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #3b4755;
	font-weight: 900;
}

.starroar-video-meta dt .material-symbols-outlined {
	font-size: 20px;
}

.starroar-video-meta dd {
	margin: 0;
	color: #071d36;
	font-weight: 600;
}

.starroar-video-meta div:first-child dd {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.25;
}

.starroar-share {
	padding: 24px;
	border: 1px solid rgba(156,104,39,.16);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 14px 34px rgba(34,28,20,.08);
}

.starroar-share h2 {
	margin: 0 0 18px;
	color: #071d36;
	font-size: 18px;
	font-weight: 900;
}

.starroar-share div {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.starroar-share a {
	display: grid;
	justify-items: center;
	gap: 8px;
	color: #071d36;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.starroar-share .material-symbols-outlined,
.starroar-share__icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	color: #fff;
	background: #ff6d52;
	font-size: 26px;
}

.starroar-share__icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.starroar-related {
	margin-top: 42px;
	padding: 28px 22px;
	border: 1px solid rgba(156,104,39,.14);
	border-radius: 16px;
	background: rgba(255,250,244,.86);
}

.starroar-section-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.starroar-section-row a {
	color: #ff6d52;
	font-weight: 900;
	text-decoration: none;
}

.starroar-video-grid--related {
	grid-template-columns: repeat(5, minmax(0,1fr));
}

.starroar-video-cta {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 20px;
	align-items: center;
	margin-top: 34px;
	padding: 26px 30px;
	border: 1px solid rgba(255,109,82,.16);
	border-radius: 16px;
	background: linear-gradient(135deg,#fff4e8,#fff);
}

.starroar-video-cta > .material-symbols-outlined {
	display: grid;
	place-items: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	color: #ff6d52;
	background: #ffe5d4;
	font-size: 36px;
}

.starroar-video-cta h2 {
	margin: 0 0 4px;
	color: #071d36;
	font-size: 24px;
	font-weight: 900;
}

.starroar-video-cta p {
	margin: 0;
	color: #51606f;
}

@media (max-width:1100px) {
	.starroar-hero__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.starroar-hero__visual {
		min-height: 330px;
	}

	.starroar-filter {
		grid-template-columns: repeat(2, minmax(0,1fr));
	}

	.starroar-search {
		grid-column: 1 / -1;
	}

	.starroar-filter label:nth-of-type(2) {
		grid-column: 1 / -1;
	}

	.starroar-video-grid {
		grid-template-columns: repeat(4, minmax(0,1fr));
	}

	.starroar-video-grid--related {
		grid-template-columns: repeat(4, minmax(0,1fr));
	}

	.starroar-video-layout {
		grid-template-columns: 1fr;
	}
}

@media (max-width:767px) {
	.starroar-hero,
	.starroar-video-detail {
		padding: 82px 0 30px;
	}

	.starroar-videos {
		scroll-margin-top: calc(var(--gb-height) + var(--header-height-m) + 24px);
	}

	.starroar-breadcrumb {
		margin-bottom: 22px;
	}

	.starroar-logo-slot {
		width: 240px;
		min-height: 70px;
		margin: 0 auto 8px;
		background-position: center;
	}

	.starroar-hero__copy {
		text-align: center;
	}

	.starroar-hero h1 {
		font-size: 25px;
	}

	.starroar-hero p {
		margin: 0 auto;
		font-size: 15px;
	}

	/* .starroar-hero__cta{
    display:inline-flex;
    margin-top:22px;
  } */

	.starroar-stats {
		display: none;
		grid-template-columns: repeat(3, minmax(0,1fr));
		gap: 10px;
		margin: 24px auto 0;
	}

	.starroar-stats div {
		display: block;
		text-align: center;
	}

	.starroar-stats .material-symbols-outlined {
		display: block;
		margin: 0 auto 6px;
		font-size: 27px;
	}

	.starroar-stats strong {
		display: block;
		font-size: 16px;
	}

	.starroar-stats small {
		display: block;
		font-size: 11px;
	}

	.starroar-hero__visual {
		margin-top: -25px;
		border-radius: 16px;
	}

	.starroar-hero__photo {
		font-size: 9px;
		border-radius: 12px;
	}

	.starroar-filter {
		grid-template-columns: repeat(2, minmax(0,1fr));
		gap: 10px;
		padding: 14px;
	}

	.starroar-filter input,
	.starroar-filter select {
		height: 46px;
		font-size: 14px;
	}

	.starroar-clear {
		grid-column: 1 / -1;
		justify-self: center;
		min-height: 36px;
	}

	.starroar-themes {
		padding: 32px 0 24px;
	}

	.starroar-themes h2,
	.starroar-videos h2,
	.starroar-related h2 {
		font-size: 22px;
	}

	.starroar-theme-grid {
		grid-template-columns: 1fr;
	}

	.starroar-theme-card {
		min-height: 112px;
		padding: 18px;
		gap: 14px;
	}

	.starroar-theme-card > .material-symbols-outlined {
		width: 58px;
		height: 58px;
		font-size: 32px;
	}

	.starroar-theme-card strong {
		font-size: 18px;
	}

	.starroar-video-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.starroar-video-card {
		display: grid;
		grid-template-columns: 128px 1fr;
		gap: 14px;
		align-items: center;
	}

	.starroar-video-card__body {
		padding-top: 0;
	}

	.starroar-video-card__play {
		width: 42px;
		height: 42px;
	}

	.starroar-load-more {
		margin-top: 26px;
	}

	.starroar-support__grid {
		grid-template-columns: repeat(2, minmax(0,1fr));
	}

	.starroar-support__grid div {
		display: block;
		text-align: center;
	}

	.starroar-support__grid .material-symbols-outlined {
		display: block;
		margin: 0 auto 8px;
	}

	.starroar-video-info h1 {
		font-size: 30px;
	}

	.starroar-video-layout {
		gap: 20px;
	}

	.starroar-video-info {
		padding-top: 0;
	}

	.starroar-video-meta div {
		grid-template-columns: minmax(118px,.44fr) minmax(0,1fr);
		gap: 12px;
		align-items: start;
	}

	.starroar-video-meta dt {
		font-weight: 900;
	}

	.starroar-video-meta dd {
		font-weight: 600;
	}

	.starroar-share {
		text-align: center;
	}

	.starroar-share div {
		justify-content: center;
	}

	.starroar-related {
		padding: 22px 14px;
	}

	.starroar-video-grid--related {
		grid-template-columns: repeat(2, minmax(0,1fr));
	}

	.starroar-video-grid--related .starroar-video-card {
		display: block;
	}

	.starroar-video-grid--related .starroar-video-card__body {
		padding-top: 9px;
	}

	.starroar-video-cta {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
		padding: 24px 18px;
	}
}

@media (max-width:900px) and (orientation:portrait) {
	.starroar-filter {
		grid-template-columns: minmax(0,1fr) auto;
		gap: 6px;
		padding: 0px;
		background: none;
		border: none;
		box-shadow: none;
	}

	.starroar-search {
		grid-column: auto;
	}

	.starroar-filter-toggle {
		display: inline-flex;
		white-space: nowrap;
	}

	.starroar-filter > label:not(.starroar-search),
	.starroar-filter .starroar-clear {
		display: none;
		grid-column: 1 / -1;
	}

	.starroar-filter.is-expanded > label:not(.starroar-search) {
		display: block;
	}

	.starroar-filter.is-expanded .starroar-clear {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		justify-self: center;
		min-height: 36px;
		margin-top: 2px;
	}

	.starroar-filter-toggle[aria-expanded="true"] {
		border-color: #ff6d52;
		background: #fff4ef;
	}
}

@media (max-width:420px) {

	.starroar-video-card {
		grid-template-columns: 124px 1fr;
	}

	.starroar-support__grid {
		grid-template-columns: repeat(3, minmax(0,1fr));
		gap: 12px;
	}

	.starroar-support__grid div:nth-child(4) {
		display: none;
	}

	.starroar-support__grid .material-symbols-outlined {
		font-size: 34px;
	}

	.starroar-support__grid p {
		display: none;
	}
}