/* Community Pages */
.community-page {
	background: radial-gradient(circle at top, #f1f5ff 0%, #ffffff 55%);
	padding-bottom: 4rem;
}

.community-subsection-layout {
	max-width: 1100px;
	margin: 0 auto;
	padding: 1.5rem 1rem 0;
}

.community-subsection-layout > .community-back-link {
	margin: 0 0 1.5rem;
}

.community-hero-topbar {
	max-width: 1100px;
	margin: 0 auto 0.25rem;
	padding: 0 1rem;
	display: flex;
	align-items: center;
	gap: 1rem;
}

.community-hero-topbar .community-hero__share-button {
	margin-left: auto;
}

.community-hero-topbar__hint {
	max-width: 1100px;
	margin: 0 auto 1rem;
	padding: 0 1rem;
	text-align: right;
	font-size: 0.85rem;
	color: rgba(15, 23, 42, 0.6);
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.community-hero {
	background: linear-gradient(135deg, #091540 0%, #162447 100%);
	color: #fff;
	border-radius: 32px;
	padding: 3rem;
	margin-bottom: 1rem;
	max-width: 1100px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 30px 80px rgba(9, 21, 64, 0.35);
}

.community-hero__header {
	display: grid;
	grid-template-columns: auto minmax(280px, 1fr);
	align-items: center;
	gap: 2rem;
}

	background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
	right: -60px;
	top: -80px;
	filter: blur(2px);
}

.community-hero__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.35em;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.75);
	margin-bottom: 0.75rem;
}

.community-hero__title {
	font-size: clamp(2rem, 4vw, 3.5rem);
	font-weight: 700;
	margin-bottom: 0.75rem;
}


.community-hero__subtitle {
	font-size: 1.1rem;
	line-height: 1.55;
	max-width: 720px;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 0;
}

.community-hero__actions {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.75rem;
	text-align: left;
	max-width: 360px;
	margin-top: 1rem;
}


.community-hero__share-button {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background: #25d366;
	color: #0b331a;
	font-weight: 600;
	padding: 0.75rem 1.5rem;
	border-radius: 999px;
	text-decoration: none;
	box-shadow: 0 15px 30px rgba(37, 211, 102, 0.35);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.community-hero__share-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 32px rgba(37, 211, 102, 0.45);
}

.community-hero__share-button i {
	font-size: 1.2rem;
}


.community-hero__share-hint {
	margin: 0;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.85rem;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.community-hero__logo {
	margin: 0;
	background: transparent;
	border-radius: 0;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 96px;
	width: min(260px, 100%);
}

.community-hero__logo-image {
	display: block;
	max-width: 220px;
	max-height: 120px;
	width: 100%;
	height: auto;
	object-fit: contain;
	margin: 0 auto;
	border-radius: 8px;
}

.community-quick-links {
	max-width: 1100px;
	margin: 0 auto 2.5rem;
	padding: 0 1rem;
}

.community-quick-links__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1.5rem 0 1.25rem;
}

.community-quick-links__eyebrow {
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 0.25em;
	color: #6b7280;
	margin-bottom: 0.25rem;
}

.community-quick-links__title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0;
}

.community-quick-links__subtitle {
	color: #6b7280;
	margin-top: 0.35rem;
	font-size: 1rem;
}

.community-quick-links__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.5rem;
}

.community-quick-links-card {
	text-align: center;
}

.community-quick-links-card__link {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.75rem;
}

.community-quick-links-card__media {
	width: 100%;
	max-width: 220px;
	background: #0f3a5f;
	border-radius: 24px;
	padding: 0.65rem;
	box-shadow: 0 18px 38px rgba(15, 23, 42, 0.14);
}

.community-quick-links-card__image,
.community-quick-links-card__placeholder {
	width: 100%;
	height: 140px;
	object-fit: cover;
	border-radius: 18px;
	display: block;
}

.community-quick-links-card__placeholder {
	background: rgba(255, 255, 255, 0.1);
	color: #e2e8f0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
}

.community-quick-links-card__title {
	font-size: 1rem;
	font-weight: 700;
	color: #0f172a;
	margin: 0;
}

.community-quick-links__empty {
	border-radius: 20px;
	border: 1px dashed #cbd5f5;
	background: #f8fafc;
	padding: 2rem;
	text-align: center;
	color: #64748b;
}

.community-quick-links__empty i {
	font-size: 2rem;
	color: #94a3b8;
	margin-bottom: 0.5rem;
}

.community-events {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 1rem;
}

.community-events__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
}

.community-events__eyebrow {
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 0.25em;
	color: #6b7280;
	margin-bottom: 0.25rem;
}

.community-events__title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0;
}

.community-events__subtitle {
	color: #6b7280;
	margin-top: 0.35rem;
	font-size: 1rem;
}

.community-events__count {
	font-weight: 600;
	color: #1d4ed8;
	background: rgba(29, 78, 216, 0.1);
	padding: 0.5rem 1.25rem;
	border-radius: 999px;
}

.community-advertising {
	max-width: 1100px;
	margin: 0 auto 4rem;
	padding: 0 1rem;
}

.community-advertising__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 2.5rem 0 1.5rem;
}

.community-advertising__reach {
	background: linear-gradient(135deg, #fff1f2 0%, #ffffff 100%);
	border-radius: 18px;
	padding: 0.9rem 1.4rem;
	border: 2px solid #fecdd3;
	box-shadow: 0 20px 40px rgba(225, 29, 72, 0.18);
	text-align: right;
	min-width: 210px;
}

.community-advertising__reach-text {
	display: block;
}

.community-advertising__reach-label {
	display: block;
	font-size: 1.45rem;
	font-weight: 700;
	color: #be123c;
	line-height: 1.15;
}

.community-advertising__reach-value {
	font-size: 1.45rem;
	font-weight: 700;
	color: #e11d48;
	line-height: 1.15;
}

.community-advertising__eyebrow {
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 0.25em;
	color: #6b7280;
	margin-bottom: 0.25rem;
}

.community-advertising__title {
	font-size: 2rem;
	font-weight: 700;
	margin: 0;
}

.community-advertising__subtitle {
	color: #6b7280;
	margin-top: 0.35rem;
	font-size: 1rem;
}

.community-advertising__search {
	margin-bottom: 2rem;
}

.community-advertising-search__form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	background: #fff;
	border-radius: 20px;
	padding: 1rem;
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.community-advertising-search__input-group {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	padding: 0.75rem 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #f8fafc;
}

.community-advertising-search__icon {
	color: #64748b;
	font-size: 1rem;
}

.community-advertising-search__input {
	border: none;
	background: transparent;
	flex: 1;
	font-size: 1rem;
	outline: none;
}


.community-advertising-search__clear {
	margin-top: 0.75rem;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #64748b;
	text-decoration: none;
	font-size: 0.9rem;
}

.community-advertising-search__clear:hover {
	color: #1d4ed8;
}

.community-advertising-search__meta {
	margin-top: 0.75rem;
	color: #6b7280;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.community-advertising-carousel {
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
	margin-bottom: 2rem;
}

.community-advertising-carousel__link {
	display: block;
	text-decoration: none;
}

.community-advertising-carousel__image {
	width: 100%;
	height: 210px;
	object-fit: cover;
	object-position: center;
	display: block;
	background: #fff;
}

.community-advertising-carousel__placeholder {
	width: 100%;
	height: 210px;
	background: #e2e8f0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #64748b;
	font-size: 2rem;
}

.community-advertising__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1.25rem;
}

.community-advertising-card {
	background: #fff;
	border-radius: 24px;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}

.community-advertising-card__link {
	text-decoration: none;
	color: inherit;
}

.community-advertising-card__media {
	background: #eef2ff;
}

.community-advertising-card__image,
.community-advertising-card__placeholder {
	width: 100%;
	height: 160px;
	object-fit: cover;
	display: block;
}

.community-advertising-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4338ca;
	font-size: 2rem;
}

.community-advertising-card__body {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.community-advertising-card__title {
	font-size: 1rem;
	font-weight: 700;
	margin: 0;
}

.community-advertising-card__meta {
	display: flex;
	align-items: center;
	gap: 0.4rem;
	color: #6b7280;
	font-size: 0.85rem;
}

.community-advertising-card__phone {
	color: inherit;
	text-decoration: none;
}

.community-advertising-card__cta {
	margin-top: 0.35rem;
	align-self: flex-start;
	background: #1d4ed8;
	color: #fff;
	padding: 0.45rem 1rem;
	border-radius: 999px;
	text-decoration: none;
	font-weight: 600;
	font-size: 0.85rem;
}

.community-advertising-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.community-advertising-card__cta--secondary {
	background: rgba(29, 78, 216, 0.12);
	color: #1d4ed8;
}

.community-advertising__empty {
	border-radius: 20px;
	border: 1px dashed #cbd5f5;
	background: #f8fafc;
	padding: 2rem;
	text-align: center;
	color: #64748b;
	margin-bottom: 2rem;
}

.community-advertising__empty i {
	font-size: 2rem;
	color: #94a3b8;
	margin-bottom: 0.5rem;
}

.community-advertisement {
	max-width: 1100px;
	margin: 0 auto 3rem;
	padding: 0 1rem;
}

.community-advertisement-hero {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2rem;
	align-items: center;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}

.community-advertisement-hero--with-media {
	grid-template-columns: 1fr;
}

.community-advertisement-hero--with-media .community-advertisement-hero__media {
	grid-column: 1 / -1;
}

.community-advertisement-hero__eyebrow {
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 0.25em;
	color: #6b7280;
	margin-bottom: 0.5rem;
}

.community-advertisement-hero__title {
	font-size: clamp(2rem, 4vw, 2.8rem);
	margin: 0 0 0.75rem;
	font-weight: 700;
}

.community-advertisement-hero__meta {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	color: #4b5563;
}

.community-advertisement-hero__meta li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.community-advertisement-hero__media img {
	width: 100%;
	max-height: 480px;
	aspect-ratio: 16 / 9;
	border-radius: 24px;
	object-fit: cover;
	box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
}

.community-advertisement-body {
	margin-bottom: 2rem;
}

.community-advertisement-contact {
	background: #f8fafc;
	border-radius: 24px;
	padding: 1.5rem;
	margin-bottom: 2rem;
}

.community-advertisement-contact__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
	margin-bottom: 1.5rem;
}

.community-advertisement-contact__item {
	display: flex;
	align-items: center;
	gap: 0.6rem;
	color: #1f2937;
	font-weight: 600;
}

.community-advertisement-contact__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.community-advertisement-gallery {
	margin-bottom: 2rem;
}

@media (max-width: 768px) {
	.community-advertising-carousel__image {
		max-height: 120px;
	}

	.community-advertising-carousel__placeholder {
		height: 120px;
	}

	.community-advertising__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.community-advertising__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.community-advertising__reach {
		text-align: left;
		width: 100%;
	}

	.community-quick-links__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.community-quick-links__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}
}

@media (max-width: 576px) {
	.community-advertising__grid {
		grid-template-columns: 1fr;
	}

	.community-quick-links__grid {
		grid-template-columns: 1fr;
	}
}

.community-news {
	max-width: 1100px;
	margin: 0 auto 3rem;
	padding: 0 1rem;
}

.community-news__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1.5rem;
	gap: 1rem;
}

.community-news__eyebrow {
	text-transform: uppercase;
	font-size: 0.8rem;
	letter-spacing: 0.25em;
	color: #6b7280;
	margin-bottom: 0.25rem;
}

.community-news__title {
	font-size: 2.1rem;
	margin: 0;
	font-weight: 700;
}

.community-news__subtitle {
	color: #4b5563;
	margin: 0.25rem 0 0;
}

.community-news__count {
	font-weight: 600;
	color: #047857;
	background: rgba(16, 185, 129, 0.12);
	padding: 0.5rem 1.25rem;
	border-radius: 999px;
}

.community-news__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
}

.community-news-card {
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 25px 50px rgba(15, 23, 42, 0.12);
	overflow: hidden;
}

.community-news-card__link {
	display: flex;
	flex-direction: column;
	color: inherit;
	text-decoration: none;
	height: 100%;
}

.community-news-card__media img,
.community-news-card__placeholder {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

.community-news-card__placeholder {
	background: #eef2ff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4338ca;
	font-size: 2rem;
}

.community-news-card__body {
	padding: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.community-news-card__meta {
	font-size: 0.9rem;
	color: #6b7280;
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

.community-news-card__title {
	font-size: 1.35rem;
	margin: 0;
	color: #0f172a;
}

.community-news-card__excerpt {
	margin: 0;
	color: #4b5563;
}

.community-news-card__cta {
	font-weight: 600;
	color: #2563eb;
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
}

.community-news__empty,
.community-events__empty {
	text-align: center;
	padding: 3rem;
	background: #fff;
	border-radius: 28px;
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.05);
}

.community-news__empty i,
.community-events__empty i {
	font-size: 2rem;
	color: #94a3b8;
	display: block;
	margin-bottom: 0.75rem;
}

.community-events__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 1.5rem;
}

.community-event-card {
	border-radius: 28px;
	background: #fff;
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.1);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.community-event-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: inherit;
	text-decoration: none;
}

.community-event-card__media {
	margin: 1rem;
	border-radius: 24px;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	display: flex;
	background: rgba(15, 23, 42, 0.04);
}

.community-event-card__media img,
.community-event-card__placeholder {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin: 0;
	display: block;
}

.community-event-card__placeholder {
	background: rgba(15, 23, 42, 0.05);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0f172a;
	font-size: 2rem;
}

.community-event-card__body {
	padding: 0 1.75rem 1.75rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	flex: 1;
}

.community-event-card__meta {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	font-size: 0.9rem;
	color: #6b7280;
}

.community-event-card__meta i {
	color: #2563eb;
	margin-right: 0.35rem;
}

.community-event-card__title {
	font-size: 1.35rem;
	margin: 0;
	color: #0f172a;
}

.community-event-card__excerpt {
	color: #4b5563;
	flex: 1;
	margin: 0;
}

.community-event-card__footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 1rem;
}

.community-event-card__price {
	margin: 0;
	color: #0f172a;
}

.community-event-card__stock {
	margin: 0;
	font-size: 0.85rem;
	color: #6b7280;
}

.community-event-card__cta {
	font-weight: 600;
	color: #2563eb;
}

.community-event-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 40px 80px rgba(15, 23, 42, 0.12);
}

@media (max-width: 768px) {
	.community-hero__header {
		grid-template-columns: 1fr;
	}

	.community-hero-topbar {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}

	.community-hero-topbar .community-hero__share-button {
		margin-left: 0;
		width: 100%;
		justify-content: center;
	}

	.community-hero-topbar__hint {
		text-align: left;
	}

	.community-hero__logo {
		justify-self: flex-start;
		margin-top: 1rem;
	}
}

.community-event {
	max-width: 1100px;
	margin: 0 auto 4rem;
	padding: 0 1rem;
}

.community-back-link {
	display: inline-flex;
	align-items: center;
	gap: 0.6rem;
	margin: 0.75rem 0 2rem;
	padding: 0.6rem 1rem 0.6rem 0.8rem;
	color: #475569;
	font-weight: 600;
	text-decoration: none;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.04);
	transition: background-color 0.2s ease, color 0.2s ease;
}

.community-back-link:hover {
	color: #0f172a;
	text-decoration: none;
	background: rgba(15, 23, 42, 0.08);
}

.community-back-link i {
	font-size: 1rem;
}

.community-event-hero {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	background: #fff;
	border-radius: 28px;
	padding: 2rem;
	box-shadow: 0 30px 60px rgba(15, 23, 42, 0.1);
}

.community-event-hero__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-size: 0.75rem;
	color: #94a3b8;
	margin-bottom: 0.5rem;
}

.community-event-hero__title {
	font-size: clamp(2rem, 4vw, 3rem);
	margin: 0 0 0.75rem;
}

.community-event-hero__meta {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	gap: 1rem;
	color: #475569;
	flex-wrap: wrap;
}

.community-event-hero__media img {
	width: 100%;
	border-radius: 22px;
	object-fit: cover;
}

.community-section-title {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #111827;
}

.community-event-body,
.community-event-gallery,
.community-ticketing {
	background: #fff;
	border-radius: 28px;
	padding: 2rem;
	box-shadow: 0 25px 60px rgba(15, 23, 42, 0.08);
	margin-top: 2rem;
}

.community-event-body__content {
	color: #374151;
	font-size: 1.05rem;
	line-height: 1.7;
}

.community-gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
}

.community-gallery__item img,
.community-gallery__ratio {
	width: 100%;
	border-radius: 18px;
	overflow: hidden;
}

.community-gallery__ratio {
	position: relative;
	padding-bottom: 56%;
	background: #0f172a;
}

.community-gallery__ratio iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 0;
}

.community-ticketing__header {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.community-ticketing__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #94a3b8;
	font-size: 0.8rem;
}

.community-ticketing__subtitle {
	color: #475569;
	margin: 0;
}

.community-ticket-form {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.community-ticket-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1.25rem;
}

.community-ticket-card {
	border: 1px solid rgba(148, 163, 184, 0.5);
	border-radius: 18px;
	padding: 1rem 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	background: #fff;
	box-shadow: 0 15px 35px rgba(15, 23, 42, 0.05);
}

.community-ticket-card--disabled {
	opacity: 0.6;
}

.community-ticket-card__status {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.4rem;
}

.community-ticket-card__description {
	margin-bottom: 0;
	color: #475569;
	font-size: 0.95rem;
}

.community-ticket-card__info {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #4b5563;
	font-size: 0.9rem;
}

.community-ticket-card__info li {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-bottom: 0.35rem;
}

.community-ticket-card__quantity {
	margin-top: 0.35rem;
	padding-top: 0.75rem;
	border-top: 1px dashed #e2e8f0;
}

.community-ticket-card__quantity label {
	font-weight: 600;
	margin-bottom: 0.35rem;
	display: block;
}

.community-ticket-card__quantity .input-group {
	display: inline-flex;
	align-items: center;
	background: #f8fafc;
	border: 1px solid #d1d8e5;
	border-radius: 999px;
	overflow: hidden;
	width: fit-content;
	min-width: 140px;
}

.community-ticket-card__quantity-input {
	border: 0;
	background: transparent;
	box-shadow: none;
	width: 72px;
	max-width: 72px;
	font-weight: 600;
	padding: 0.35rem 0;
	text-align: center;
	font-variant-numeric: tabular-nums;
	appearance: textfield;
	-moz-appearance: textfield;
}

/* Remove browser spin buttons so the value stays visually centered */
.community-ticket-card__quantity-input::-webkit-outer-spin-button,
.community-ticket-card__quantity-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


.community-ticket-card__quantity-input:disabled {
	background: transparent;
}

.community-ticket-card__quantity .community-ticket-card__quantity-btn {
	border: 0;
	background: transparent;
	color: #0f172a;
	padding: 0.2rem 0.5rem;
	font-size: 0.85rem;
}

.community-ticket-card__quantity .community-ticket-card__quantity-btn i {
	font-size: 0.85rem;
}

.community-ticket-card__quantity .community-ticket-card__quantity-btn:disabled {
	opacity: 0.4;
}

.community-ticket-card__notice {
	font-size: 0.85rem;
	color: #c2410c;
	margin: 0;
}

.community-ticket-form__buyer {
	background: #f8fafc;
	border-radius: 22px;
	padding: 1.5rem;
}

.community-ticket-form__actions {
	display: flex;
	justify-content: flex-end;
}

.community-payment {
	max-width: 1200px;
	margin: 0 auto 4rem;
	padding: 0 1rem;
}

.community-payment__hero {
	text-align: center;
	margin: 3rem 0 2rem;
}

.community-payment__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.3em;
	color: #94a3b8;
	font-size: 0.75rem;
	margin-bottom: 0.5rem;
}

.community-payment__title {
	font-size: clamp(1.5rem, 5vw, 2.5rem);
	margin-bottom: 0.5rem;
	word-break: break-word;
}

.community-payment__subtitle {
	color: #475569;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	margin: 0;
	flex-wrap: wrap;
	justify-content: center;
}

.community-payment__card {
	background: #fff;
	border-radius: 24px;
	padding: 1.5rem;
	box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
	height: 100%;
}

.community-payment__status {
	display: flex;
	gap: 1rem;
	align-items: flex-start;
}

.community-payment__status--success {
	background: rgba(16, 185, 129, 0.08);
	border-radius: 16px;
	padding: 1.5rem;
}

.community-payment__status i {
	font-size: 2rem;
	color: #10b981;
}

.community-payment__qr {
	text-align: center;
}

.community-payment__qr img {
	width: 100%;
	max-width: 280px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.community-payment__qr-placeholder {
	color: #94a3b8;
}

.community-payment__actions {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.community-payment__code {
	background: #0f172a;
	color: #fff;
	padding: 1rem;
	border-radius: 12px;
	font-size: 0.75rem;
	word-break: break-all;
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	white-space: pre-wrap;
}

.community-payment__total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.15rem;
	padding: 1rem;
	background: #f8fafc;
	border-radius: 12px;
}

.community-payment__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.community-payment__list li {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0.75rem 0;
	gap: 1rem;
	border-bottom: 1px solid #f1f5f9;
}

.community-payment__list li:last-child {
	border-bottom: none;
}

@media (max-width: 768px) {
	.community-hero,
	.community-event-hero,
	.community-event-body,
	.community-event-gallery,
	.community-ticketing,
	.community-payment__card {
		padding: 1.25rem;
		border-radius: 20px;
	}

	.community-payment {
		padding: 0 0.75rem;
		margin-bottom: 2rem;
	}

	.community-payment__hero {
		margin: 2rem 0 1.5rem;
	}

	.community-payment__eyebrow {
		font-size: 0.65rem;
	}

	.community-payment__title {
		font-size: 1.5rem;
	}

	.community-payment__qr img {
		max-width: 240px;
	}

	.community-payment__code {
		font-size: 0.65rem;
		padding: 0.875rem;
		max-height: 120px;
	}

	.community-payment__total {
		font-size: 1rem;
		padding: 0.875rem;
	}

	.community-payment__list li {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.25rem;
		padding: 0.875rem 0;
	}

	.community-payment__status {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}

	.community-payment__status i {
		font-size: 2.5rem;
	}

	.community-hero__header {
		flex-direction: column;
	}

	.community-hero__actions {
		align-items: flex-start;
		text-align: left;
		width: 100%;
	}

	.community-hero__share-button {
		width: 100%;
		justify-content: center;
	}

	.community-news__header {
		flex-direction: column;
		align-items: flex-start;
	}

	.community-news__count {
		width: 100%;
		text-align: left;
	}

	.community-events__header {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
	}
}
/* Lawyer home page */
.lawyer-home-container {
	margin: 0;
	min-height: 100vh;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.lawyer-home-header {
	background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
	color: white;
	padding: 2rem 1.5rem 1.75rem;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.subsection-logo-container {
	text-align: center;
}

.subsection-logo {
	height: 56px;
	max-width: 180px;
	object-fit: contain;
	filter: brightness(1.15) contrast(1.05);
}

.subsection-section-title {
	font-size: 0.7rem;
	letter-spacing: 0.5px;
}

.subsection-qr-section {
	align-items: flex-start;
}

.subsection-qr-card {
	background: #fff;
	border: 1px solid var(--oab-border);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	min-height: 200px;
}

.subsection-qr-image {
	max-width: 240px;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.subsection-qr-preview {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.welcome-section {
	text-align: center;
	margin-top: 1.25rem;
}

.welcome-title {
	font-size: 1.625rem;
	font-weight: 700;
	margin-bottom: 0.375rem;
	color: white;
}

.welcome-subtitle {
	font-size: 0.9375rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	font-weight: 400;
}

.lawyer-role-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: 0.75rem;
	padding: 0.25rem 0.9rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fefefe;
	font-size: 0.85rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.lawyer-home-menu {
	padding: 1.5rem 1rem;
}

.menu-grid {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-bottom: 2rem;
}

.pwa-install-card {
	position: relative;
	padding: 1.75rem;
	background: linear-gradient(135deg, #475569 0%, #64748b 100%);
	border-radius: 24px;
	color: #ffffff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1);
	margin-bottom: 2rem;
	overflow: hidden;
}

.pwa-install-card::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -20%;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(148, 163, 184, 0.2) 0%, transparent 70%);
	border-radius: 50%;
	pointer-events: none;
}

.pwa-install-wrapper {
	position: relative;
	display: flex;
	gap: 1.25rem;
	align-items: flex-start;
}

.pwa-install-icon-wrapper {
	position: relative;
	flex-shrink: 0;
}

.pwa-install-icon {
	width: 64px;
	height: 64px;
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: #475569;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15), inset 0 2px 4px rgba(255, 255, 255, 0.5);
	position: relative;
	z-index: 1;
}

.pwa-install-icon-sparkle {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 28px;
	height: 28px;
	background: linear-gradient(135deg, #10b981 0%, #059669 100%);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 0.875rem;
	box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
	animation: pulse-sparkle 2s ease-in-out infinite;
	z-index: 2;
}

@keyframes pulse-sparkle {
	0%, 100% {
		transform: scale(1);
		opacity: 1;
	}
	50% {
		transform: scale(1.15);
		opacity: 0.85;
	}
}

.pwa-install-content {
	flex: 1;
	min-width: 0;
}

.pwa-install-text {
	flex: 1;
}

.pwa-install-title {
	font-size: 1.375rem;
	font-weight: 700;
	margin-bottom: 0.375rem;
	color: #ffffff;
	letter-spacing: -0.01em;
}

.pwa-install-status {
	margin: 0;
	color: rgba(255, 255, 255, 0.95);
	font-size: 0.9375rem;
	font-weight: 400;
}

.pwa-install-button {
	border-radius: 14px;
	padding: 0.75rem 1.75rem;
	background: white;
	border: none;
	font-size: 0.9375rem;
	font-weight: 600;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	white-space: nowrap;
}

.pwa-install-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 2px 6px rgba(0, 0, 0, 0.15);
	background: #ffffff;
}

.pwa-install-button:active {
	transform: translateY(0);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.pwa-install-instructions {
	margin-top: 1.25rem;
	padding: 1.25rem;
	background: rgba(30, 41, 59, 0.5);
	border-radius: 16px;
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.15);
}

.pwa-install-instructions-header {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	color: #ffffff;
	font-size: 0.9375rem;
}

.pwa-install-instructions-list {
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
}

.pwa-instruction-item {
	display: flex;
	gap: 0.875rem;
	align-items: flex-start;
	padding: 0.875rem;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	transition: all 0.2s ease;
}

.pwa-instruction-item:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.2);
}

.pwa-instruction-icon {
	width: 32px;
	height: 32px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 1.125rem;
	flex-shrink: 0;
}

.pwa-instruction-text {
	flex: 1;
	color: rgba(255, 255, 255, 0.95);
	font-size: 0.875rem;
	line-height: 1.5;
}

.pwa-instruction-text strong {
	color: #ffffff;
	font-weight: 600;
}

.menu-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.25rem;
	background: white;
	border-radius: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	text-decoration: none;
	color: inherit;
	transition: all 0.3s ease;
	border: 2px solid transparent;
}

button.menu-card {
	border: none;
	text-align: left;
	width: 100%;
}

.menu-card:active {
	transform: scale(0.98);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.menu-card-icon {
	position: relative;
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	font-size: 1.75rem;
}

.menu-card-primary .menu-card-icon {
	background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 100%);
	color: white;
}

.menu-card-success .menu-card-icon {
	background: linear-gradient(135deg, #198754 0%, #146c43 100%);
	color: white;
}

.menu-card-warning .menu-card-icon {
	background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
	color: #000;
}

.menu-card-info .menu-card-icon {
	background: linear-gradient(135deg, #0dcaf0 0%, #0aa2c0 100%);
	color: white;
}

.menu-card-secondary .menu-card-icon {
	background: linear-gradient(135deg, #f97316 0%, #ea580c 100%);
	color: white;
}

.menu-card-news .menu-card-icon {
	background: linear-gradient(135deg, #6f42c1 0%, #593196 100%);
	color: white;
}

.notification-badge {
	position: absolute;
	top: -4px;
	right: -4px;
	background: #dc3545;
	color: white;
	font-size: 0.7rem;
	font-weight: 700;
	min-width: 20px;
	height: 20px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 6px;
	border: 2px solid white;
}

.menu-card-content {
	flex: 1;
	min-width: 0;
}

.menu-card-title {
	font-size: 1.125rem;
	font-weight: 600;
	margin: 0 0 0.25rem 0;
	color: #212529;
}

.menu-card-description {
	font-size: 0.875rem;
	color: #6c757d;
	margin: 0 0 0.5rem 0;
	line-height: 1.4;
}

.menu-card-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
}

.badge-count {
	font-weight: 700;
	font-size: 1rem;
	color: #212529;
}

.badge-label {
	font-size: 0.75rem;
	color: #6c757d;
}

.menu-card-arrow {
	flex-shrink: 0;
	font-size: 1.25rem;
	color: #adb5bd;
}


.menu-card-soon {
	background: linear-gradient(135deg, #f4f5f7 0%, #fdfdfd 65%, #ffffff 100%);
	border: 2px dashed #cfd4da;
	box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.03), 0 4px 10px rgba(15, 23, 42, 0.08);
	color: #23252c;
	cursor: not-allowed;
}

.menu-card-soon .menu-card-icon {
	background: rgba(134, 142, 150, 0.18);
	color: #6c757d;
}

.menu-card-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.15rem 0.65rem;
	border-radius: 999px;
	font-size: 0.65rem;
	letter-spacing: 0.08em;
	font-weight: 700;
	color: #495057;
	background: #e9ecef;
	text-transform: uppercase;
	margin-bottom: 0.35rem;
}

.menu-card-soon .menu-card-title {
	color: #343a40;
	margin: 0;
}

.menu-card-soon .menu-card-arrow {
	color: #adb5bd;
}

.secondary-actions {
	background: white;
	border-radius: 16px;
	padding: 0.5rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.secondary-action-link {
	display: flex;
	align-items: center;
	padding: 1rem;
	color: #495057;
	text-decoration: none;
	border-radius: 12px;
	transition: background-color 0.2s ease;
}

.secondary-action-link:hover,
.secondary-action-link:active {
	background-color: #f8f9fa;
	color: #212529;
}

.secondary-action-link i:first-child {
	font-size: 1.5rem;
	color: #6c757d;
}

.secondary-action-link i:last-child {
	font-size: 1rem;
	color: #adb5bd;
}

@media (hover: none) and (pointer: coarse) {
	.menu-card {
		min-height: 96px;
	}
	
	.secondary-action-link {
		min-height: 60px;
	}
}

@media (min-width: 992px) {
	.lawyer-home-header {
		padding: 3rem 2rem 2.5rem;
	}
	
	.subsection-logo {
		height: 80px;
		max-width: 250px;
	}
	
	.welcome-title {
		font-size: 2rem;
	}
	
	.welcome-subtitle {
		font-size: 1.125rem;
	}
	
	.lawyer-home-menu {
		max-width: 900px;
		margin: 0 auto;
		padding: 3rem 2rem;
	}
	
	.menu-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 1.5rem;
		margin-bottom: 2rem;
	}
	
	.menu-card {
		transition: all 0.3s ease;
	}
	
	.menu-card:hover {
		transform: translateY(-4px);
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
	}
	
	.secondary-actions {
		max-width: 600px;
		margin: 0 auto;
	}

	.pwa-install-card {
		padding: 2rem;
	}
	
	.pwa-install-wrapper {
		flex-direction: row;
		align-items: center;
	}
}

@media (max-width: 991px) {
	.pwa-install-card {
		padding: 1.5rem;
	}
	
	.pwa-install-wrapper {
		flex-direction: column;
	}
	
	.pwa-install-icon {
		width: 56px;
		height: 56px;
		font-size: 1.75rem;
	}
	
	.pwa-install-icon-sparkle {
		width: 24px;
		height: 24px;
		font-size: 0.75rem;
	}
	
	.pwa-install-title {
		font-size: 1.25rem;
	}
	
	.pwa-install-button {
		width: 100%;
		justify-content: center;
	}
}
/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

:root {
	/* Paleta de Cores Advocacia - Premium & Moderna */
	--oab-navy: #0f172a;
	--oab-dark-navy: #020617;
	--oab-gold: #c5984c;
	--oab-light-gold: #d4a76a;
	--oab-bg: #f1f5f9;
	--oab-white: #ffffff;
	--oab-gray: #64748b;
	--oab-light-gray: #e2e8f0;
	--oab-blue-accent: #1e40af;
	--oab-slate: #475569;
	--oab-border: #cbd5e1;
	--oab-success: #059669;
	--oab-success-light: #d1fae5;
}

body {
	background-color: var(--oab-bg);
	overflow-x: hidden;
	overflow-y: auto;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	color: var(--oab-slate);
	font-size: 1rem;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Smooth scroll */
html {
	scroll-behavior: smooth;
}

/* Custom scrollbar */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background: var(--oab-light-gray);
}

::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, var(--oab-gold) 0%, var(--oab-light-gold) 100%);
	border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(180deg, var(--oab-light-gold) 0%, var(--oab-gold) 100%);
}

/* Admin Layout Styles */
.admin-layout {
	min-height: 100vh;
}

/* Hide topbar on mobile for lawyer portal */
@media (max-width: 991.98px) {
	/* Show topbar with back button styling on mobile */
	body.lawyer-portal .navbar {
		display: flex !important;
		background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%) !important;
		border-bottom: none !important;
		box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
		padding: 1rem !important;
	}
	
	body.lawyer-portal .navbar .container-fluid {
		padding: 0 !important;
	}
	
	body.lawyer-portal .navbar .btn-link {
		color: white !important;
		text-decoration: none !important;
		padding: 0.5rem !important;
	}
	
	body.lawyer-portal .navbar .btn-link i {
		color: white !important;
		font-size: 1.5rem !important;
	}
	
	body.lawyer-portal .navbar h1 {
		color: white !important;
		font-size: 1.125rem !important;
		margin: 0 !important;
	}

	body.lawyer-portal .mobile-topbar-control > a,
	body.lawyer-portal .mobile-topbar-control > button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		padding: 0 !important;
	}
	
	/* Hide topbar only on home page */
	body.lawyer-portal.lawyer-home-page .navbar {
		display: none !important;
	}

	/* Hide the duplicate title on the page content on mobile, but keep the subtitle */
	body.lawyer-portal .lawyer-page-header .lawyer-page-title {
		display: none;
	}
	
	/* Adjust spacing when title is hidden */
	body.lawyer-portal .lawyer-page-header .lawyer-page-subtitle {
		margin-top: 0;
	}

	body.lawyer-portal .lawyer-page-header-content .mb-3.d-none.d-lg-block {
		display: none !important;
	}
}

/* Hide topbar on desktop for lawyer portal */
@media (min-width: 992px) {
	body.lawyer-portal .navbar {
		display: none !important;
	}
}

/* Hide sidebar and adjust layout for all lawyer portal pages */
body.lawyer-portal #sidebar-wrapper {
	display: none;
}

body.lawyer-portal #page-content-wrapper {
	margin-left: 0 !important;
	width: 100% !important;
	padding-top: 0 !important;
}

body.lawyer-portal .container-fluid.py-4 {
	padding: 0 !important;
}

/* Lawyer portal inner pages styling */
body.lawyer-portal .lawyer-page-container {
	min-height: 100vh;
	background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

body.lawyer-portal .lawyer-page-header {
	background: white;
	padding: 2rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid #e9ecef;
}

body.lawyer-portal .lawyer-page-header-content {
	max-width: 900px;
	margin: 0 auto;
}

body.lawyer-portal .lawyer-page-title {
	font-size: 1.75rem;
	font-weight: 700;
	color: #1e293b;
	margin-bottom: 0.5rem;
}

body.lawyer-portal .lawyer-page-subtitle {
	font-size: 1rem;
	color: #64748b;
	margin: 0;
}

body.lawyer-portal .lawyer-page-content {
	max-width: 900px;
	margin: 0 auto;
	padding: 2rem;
}

.booking-dependency-card {
	transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.booking-dependency-card.is-focused {
	border-color: #2563eb !important;
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.dependency-card__notes {
	max-width: 100%;
	color: #64748b;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
}

.dependency-scheduler {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 20px;
	padding: 1.5rem;
	box-shadow: 0 16px 30px rgba(15, 23, 42, 0.06);
}

.dependency-scheduler__dates {
	display: flex;
	gap: 0.75rem;
	overflow-x: auto;
	padding-bottom: 0.25rem;
	scroll-snap-type: x proximity;
}

.scheduler-date-chip {
	min-width: 90px;
	border: 1px solid #d0d7e6;
	border-radius: 14px;
	padding: 0.45rem 0.75rem;
	background: #ffffff;
	color: #0f172a;
	text-align: center;
	transition: all 0.2s ease;
	cursor: pointer;
	scroll-snap-align: start;
}

.scheduler-date-chip__weekday {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #64748b;
}

.scheduler-date-chip__day {
	display: block;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
}

.scheduler-date-chip__full {
	display: block;
	font-size: 0.75rem;
	color: #94a3b8;
}

.scheduler-date-chip.is-active {
	background: linear-gradient(135deg, #eef2ff 0%, #dbeafe 100%);
	color: #0f172a;
	box-shadow: 0 10px 22px rgba(37, 99, 235, 0.2);
	border-color: #2563eb;
}

.scheduler-date-chip.is-active .scheduler-date-chip__weekday,
.scheduler-date-chip.is-active .scheduler-date-chip__full {
	color: #1e3a8a;
}

.dependency-scheduler__slots {
	margin-top: 1rem;
	border-radius: 14px;
	background: #f8fafc;
	border: none;
	padding: 0.75rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 0.75rem;
}

.scheduler-slot-btn {
	border: 1px solid #d7e3f4;
	border-radius: 16px;
	background: #ffffff;
	padding: 0.75rem 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
	text-align: left;
	font-weight: 600;
	color: #0f172a;
	transition: all 0.2s ease;
}

.scheduler-slot-btn__header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 0.5rem;
}

.scheduler-slot-btn__time {
	font-size: 1.05rem;
}

.scheduler-slot-btn__price {
	font-size: 0.9rem;
	font-weight: 600;
	color: #2563eb;
}

.scheduler-slot-btn__price.is-free {
	color: #0f172a;
	font-weight: 500;
}

.scheduler-slot-btn__meta {
	font-size: 0.8rem;
	color: #64748b;
}

.scheduler-slot-btn:hover {
	border-color: #2563eb;
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.scheduler-slot-btn.is-selected {
	border-color: #2563eb;
	background: rgba(37, 99, 235, 0.08);
	box-shadow: 0 15px 30px rgba(37, 99, 235, 0.25);
}

.scheduler-placeholder {
	grid-column: 1 / -1;
	text-align: center;
	padding: 1rem;
	color: #64748b;
}

.scheduler-selection-empty {
	border: none;
	border-radius: 12px;
	padding: 1rem;
	background: #f8fafc;
}

.scheduler-selection-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.scheduler-pricing-summary {
	border-radius: 12px;
	padding: 1rem 0;
	background: transparent;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.scheduler-pricing-summary__unit,
.scheduler-pricing-summary__total {
	flex: 1;
}

@media (min-width: 768px) {
	.scheduler-pricing-summary {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.scheduler-pricing-summary__total {
		text-align: right;
	}
}

.scheduler-selection-pill {
	background: #ffffff;
	color: #0f172a;
	border-radius: 12px;
	border: 1px solid #d7e3f4;
	border-left: 3px solid #2563eb;
	padding: 0.6rem 0.75rem;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	box-shadow: none;
	transition: all 0.2s ease;
	width: 100%;
}

.scheduler-selection-pill:hover {
	border-color: #2563eb;
	border-left-color: #2563eb;
	background: #f8fafc;
}

.scheduler-selection-pill__icon {
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #eef2ff;
	border-radius: 8px;
	color: #2563eb;
	font-size: 0.85rem;
}

.scheduler-selection-pill__content {
	flex: 1;
	min-width: 0;
}

.scheduler-selection-pill__time {
	display: block;
	font-weight: 600;
	font-size: 0.9rem;
	color: #0f172a;
}

.scheduler-selection-pill__meta {
	display: block;
	font-size: 0.75rem;
	color: #64748b;
}

.scheduler-selection-pill__price {
	flex-shrink: 0;
	font-size: 0.8rem;
	color: #2563eb;
	font-weight: 600;
	white-space: nowrap;
}

.scheduler-selection-pill__remove {
	flex-shrink: 0;
	border: none;
	background: none;
	color: #94a3b8;
	padding: 0.25rem;
	cursor: pointer;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.15s ease;
	font-size: 0.8rem;
}

.scheduler-selection-pill__remove:hover {
	color: #dc2626;
	background: #fef2f2;
}

.cursor-pointer {
	cursor: pointer;
}

.cursor-pointer:hover {
	background-color: rgba(15, 23, 42, 0.02);
}

.transition-transform {
	transition: transform 0.2s ease;
}

.lawyer-back-link {
	color: #64748b;
	font-weight: 600;
	text-decoration: none;
}

.lawyer-back-link:hover {
	color: #0f172a;
	text-decoration: none;
}

.lawyer-back-link i {
	font-size: 1.1rem;
}

.lawyer-events-grid {
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.lawyer-events-section {
	text-align: left;
}

.lawyer-events-section__header {
	margin-bottom: 2rem;
}

.lawyer-events-section__eyebrow {
	font-size: 0.85rem;
	letter-spacing: 0.18rem;
	color: #94a3b8;
	margin-bottom: 0.5rem;
}

.lawyer-events-section__title {
	font-size: 1.875rem;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #0f172a;
	margin: 0;
}

.lawyer-events-section__subtitle {
	color: #64748b;
	margin: 0.5rem 0 0;
}

.lawyer-events-section__empty {
	color: #94a3b8;
	font-style: italic;
}

.lawyer-event-tile {
	border-radius: 24px;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.08);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
	height: 100%;
	width: 100%;
}

.lawyer-event-tile--link {
	text-decoration: none;
	color: inherit;
	transition: all 0.2s ease;
	cursor: pointer;
}

.lawyer-event-tile--link:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
	border-color: rgba(15, 23, 42, 0.12);
}


.lawyer-event-tile__figure,
.lawyer-event-tile__placeholder {
	margin: 0;
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(135deg, #e2e8f0 0%, #f8fafc 100%);
	aspect-ratio: 16 / 9;
	max-height: 160px;
	width: 100%;
}

.lawyer-event-tile__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lawyer-event-tile__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #94a3b8;
	font-size: 2rem;
}

.lawyer-event-tile__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: #475569;
}

.lawyer-event-tile__kind {
	letter-spacing: 0.08rem;
	text-transform: uppercase;
	font-size: 0.75rem;
	padding: 0.2rem 0.8rem;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.08);
	color: #0f172a;
}

.lawyer-event-tile--event .lawyer-event-tile__kind {
	background: rgba(37, 99, 235, 0.12);
	color: #1d4ed8;
}

.lawyer-event-tile--news .lawyer-event-tile__kind {
	background: rgba(16, 185, 129, 0.12);
	color: #047857;
}

.lawyer-event-tile__date {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: #475569;
}

.lawyer-event-tile__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.lawyer-event-tile__title {
	font-size: 1.1rem;
	margin: 0.5rem 0 0.25rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.lawyer-event-tile__excerpt {
	margin: 0;
	color: #475569;
	flex: 1;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.lawyer-event-tile__cta {
	color: #0f5a82;
	font-weight: 600;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	margin-top: auto;
}

.lawyer-event-tile__cta::after {
	content: "\2192";
	font-size: 1rem;
}

.event-gallery__title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #0f172a;
	margin-bottom: 1.5rem;
}

.event-gallery {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.event-gallery__section {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.event-gallery__section-title {
	font-size: 1.1rem;
	font-weight: 600;
	color: #0f172a;
	margin: 0;
}

.event-gallery__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
}

.event-gallery__media {
	border-radius: 18px;
	overflow: hidden;
	background: linear-gradient(135deg, #e2e8f0 0%, #f8fafc 100%);
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
	min-height: 200px;
}

.event-gallery__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.event-gallery__media--video {
	background: #020617;
	padding: 0;
}

.event-gallery__ratio {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.event-gallery__ratio iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.event-gallery__grid--videos {
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.event-form-preview {
	border-radius: 16px;
	overflow: hidden;
	background: linear-gradient(135deg, #e2e8f0 0%, #f8fafc 100%);
	box-shadow: 0 10px 25px rgba(15, 23, 42, 0.05);
	width: 100%;
	aspect-ratio: 4 / 3;
	position: relative;
}

.event-form-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.event-video-card {
	border-radius: 16px;
	background: linear-gradient(135deg, #0f172a, #1d2450);
	padding: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.event-video-preview {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
	background: #020617;
}

.event-video-preview iframe {
	border: 0;
	width: 100%;
	height: 100%;
}

.event-media-remove {
	z-index: 2;
}

@media (max-width: 991.98px) {
	body.lawyer-portal .lawyer-page-content {
		padding: 0.75rem;
		max-width: 100%;
	}
	
	body.lawyer-portal .lawyer-page-header {
		padding: 1.5rem 1rem;
	}

	.booking-page-content {
		padding-left: 0.5rem !important;
		padding-right: 0.5rem !important;
	}

	.booking-dependencies-panel__body {
		padding: 0.75rem;
	}

	.booking-dependency-card {
		padding: 0.75rem !important;
	}

	.booking-dependency-card .collapse.mt-3 {
		margin-top: 0.75rem !important;
	}

	.booking-dependency-card .dependency-scheduler {
		padding: 0.875rem;
		border-radius: 16px;
	}
}

#wrapper {
	min-height: 100vh;
}

/* Sidebar Styles */
#sidebar-wrapper {
	min-height: 100vh;
	width: 280px;
	transition: margin 0.25s ease-out;
	display: flex;
	flex-direction: column;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	background: linear-gradient(180deg, var(--oab-navy) 0%, var(--oab-dark-navy) 100%);
	box-shadow: 4px 0 20px rgba(0, 0, 0, 0.15);
	border-right: 1px solid rgba(197, 152, 76, 0.1);
	max-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	scrollbar-gutter: stable;
	padding-bottom: 1.5rem;
}

#sidebar-wrapper .sidebar-heading {
	padding: 0;
	min-height: 80px;
	display: flex;
	align-items: center;
	background: rgba(0, 0, 0, 0.15);
	border-bottom: 2px solid var(--oab-gold);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#sidebar-wrapper .list-group-item {
	padding: 1rem 1.5rem;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	background-color: transparent;
	border: none;
	color: rgba(255, 255, 255, 0.75);
	font-weight: 500;
	letter-spacing: 0.5px;
	font-size: 0.95rem;
	margin: 0.2rem 0.75rem;
	border-radius: 10px;
}

#sidebar-wrapper .list-group-item:hover {
	background: rgba(197, 152, 76, 0.12);
	color: var(--oab-white);
	transform: translateX(3px);
	box-shadow: 0 2px 8px rgba(197, 152, 76, 0.15);
}

#sidebar-wrapper .list-group-item.active {
	background: linear-gradient(90deg, rgba(197, 152, 76, 0.2) 0%, rgba(197, 152, 76, 0.1) 100%) !important;
	color: var(--oab-light-gold) !important;
	box-shadow: 0 2px 12px rgba(197, 152, 76, 0.25), inset 2px 0 0 var(--oab-gold) !important;
	font-weight: 600;
}

#sidebar-wrapper .list-group-item i {
	font-size: 1.1rem;
	width: 24px;
	text-align: center;
}

#sidebar-wrapper .sidebar-section {
	margin-bottom: 0.35rem;
}

#sidebar-wrapper .sidebar-section-toggle {
	display: flex;
	align-items: center;
	text-align: left;
	width: calc(100% - 1.5rem);
}

#sidebar-wrapper .sidebar-section-caret {
	font-size: 0.85rem;
	opacity: 0.7;
	transition: transform 0.2s ease;
}

#sidebar-wrapper .sidebar-section-toggle[aria-expanded="true"] .sidebar-section-caret {
	transform: rotate(180deg);
}

#sidebar-wrapper .sidebar-submenu {
	padding-bottom: 0.35rem;
}

#sidebar-wrapper .sidebar-submenu-item {
	margin: 0.15rem 0.75rem 0.15rem 1.35rem;
	padding: 1rem 1.2rem;
	padding-left: 2.2rem;
	font-size: 0.9rem;
}

#sidebar-wrapper .sidebar-footer {
	margin-top: auto;
	padding: 1rem 0.75rem;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: rgba(0, 0, 0, 0.1);
}

/* Form Controls - Padronização Global */
.form-control,
.form-select {
	border: 1.5px solid var(--oab-border);
	border-radius: 10px;
	padding: 0.75rem 1rem;
	font-size: 0.95rem;
	transition: all 0.2s ease;
	color: var(--oab-navy);
}

.form-control:focus,
.form-select:focus {
	border-color: var(--oab-gold) !important;
	box-shadow: 0 0 0 3px rgba(197, 152, 76, 0.1) !important;
	outline: none;
}

.form-control::placeholder {
	color: var(--oab-gray);
	opacity: 0.6;
}

.form-label {
	font-weight: 600;
	font-size: 0.875rem;
	color: var(--oab-slate);
	letter-spacing: 0.3px;
	margin-bottom: 0.5rem;
}

.input-group-text {
	border: 1.5px solid var(--oab-border);
	background: white;
	color: var(--oab-gray);
	border-radius: 10px;
}
#page-content-wrapper {
	width: 100%;
	margin-left: 280px;
	transition: margin 0.25s ease-out;
	background-color: var(--oab-bg);
	overflow-x: hidden;
	overflow-y: auto;
}

/* Sidebar Toggle States */
#wrapper.toggled #sidebar-wrapper {
	margin-left: -280px;
}

#wrapper.toggled #page-content-wrapper {
	margin-left: 0;
}

/* Panel / admin home styles (dashboard removed) */
.card {
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border: 1px solid var(--oab-border);
	border-radius: 16px;
	background: var(--oab-white);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}

.card:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12);
	border-color: rgba(197, 152, 76, 0.3);
}

.card-header {
	border-bottom: 1px solid var(--oab-light-gray);
	background: var(--oab-white);
	padding: 1.25rem 1.5rem;
	font-weight: 600;
	color: var(--oab-navy);
}

.card-body {
	padding: 1.5rem;
}

.card-footer {
	border-top: 1px solid var(--oab-light-gray);
	background: var(--oab-bg);
	padding: 1rem 1.5rem;
}

/* Card header styles removed - use bg-white or specific classes as needed */

.list-group-item {
	border-left: none;
	border-right: none;
	transition: all 0.2s ease;
	padding: 1rem 1.25rem;
}

.list-group-item:first-child {
	border-top: none;
}

.list-group-item:last-child {
	border-bottom: none;
}

.list-group-item:hover {
	background-color: rgba(197, 152, 76, 0.05);
	border-left: 3px solid var(--oab-gold);
	padding-left: calc(1.25rem + 3px);
	transform: translateX(2px);
}

/* Mobile menu button */
#page-content-wrapper > .d-lg-none {
	position: sticky;
	top: 0;
	z-index: 999;
	backdrop-filter: blur(8px);
}

/* Stats Cards */
.card .bg-primary.bg-opacity-10 {
	background: linear-gradient(135deg, rgba(15, 23, 42, 0.08) 0%, rgba(30, 64, 175, 0.08) 100%) !important;
	border: 1px solid rgba(30, 64, 175, 0.15);
	border-radius: 12px;
}

.card .text-primary {
	color: var(--oab-navy) !important;
	font-weight: 700;
}

.card .bg-success.bg-opacity-10 {
	background: linear-gradient(135deg, rgba(5, 150, 105, 0.1) 0%, rgba(4, 120, 87, 0.1) 100%) !important;
	border: 1px solid rgba(5, 150, 105, 0.2);
	border-radius: 12px;
}

.card .bg-warning.bg-opacity-10 {
	background: linear-gradient(135deg, rgba(197, 152, 76, 0.12) 0%, rgba(212, 167, 106, 0.12) 100%) !important;
	border: 1px solid rgba(197, 152, 76, 0.25);
	border-radius: 12px;
}

.card .text-warning {
	color: var(--oab-gold) !important;
	font-weight: 700;
}

/* Events list */
.events-list-card {
	margin-bottom: 1.5rem;
}

.events-list-card .list-group-item {
	border-color: var(--oab-light-gray);
}

.events-list-item {
	display: flex;
	padding: 1.5rem;
}

.events-list-thumbnail {
	width: 160px;
	height: 120px;
	border-radius: 14px;
	border: 1px solid var(--oab-border);
	background-color: var(--oab-white);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.events-list-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.events-list-placeholder {
	width: 100%;
	height: 100%;
	background: var(--oab-bg);
	color: var(--oab-gray);
	font-size: 1.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.events-list-body h3 {
	color: var(--oab-navy);
	font-weight: 600;
}

.events-list-actions {
	min-width: 190px;
	align-self: stretch;
}

.events-list-actions .btn {
	white-space: nowrap;
}

@media (max-width: 991.98px) {
	.events-list-thumbnail {
		width: 100%;
		height: 180px;
	}

	.events-list-actions {
		width: 100%;
	}

	.events-list-actions .btn {
		width: 100%;
	}
}

.card .bg-info.bg-opacity-10 {
	background: linear-gradient(135deg, rgba(14, 165, 233, 0.1) 0%, rgba(2, 132, 199, 0.1) 100%) !important;
	border: 1px solid rgba(14, 165, 233, 0.2);
	border-radius: 12px;
}

/* Buttons */
.btn {
	border-radius: 10px;
	padding: 0.625rem 1.5rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: all 0.3s ease;
	border: none;
	font-size: 0.95rem;
}

.btn-sm {
	padding: 0.5rem 1rem;
	font-size: 0.875rem;
	border-radius: 8px;
}

.btn-lg {
	padding: 0.875rem 2rem;
	font-size: 1rem;
	border-radius: 12px;
}

.btn-primary {
	background: var(--oab-navy);
	border: none;
	box-shadow: 0 1px 3px rgba(15, 23, 42, 0.12), 0 1px 2px rgba(15, 23, 42, 0.08);
	color: white;
	transition: all 0.2s ease;
}

.btn-primary:hover {
	background: #1e3a8a;
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15), 0 2px 4px rgba(15, 23, 42, 0.1);
	transform: translateY(-1px);
	color: white;
}

.btn-outline-primary {
	border: 1.5px solid var(--oab-navy);
	color: var(--oab-navy);
	background: transparent;
}

.btn-outline-primary:hover {
	background: var(--oab-navy);
	color: white;
	transform: translateY(-1px);
}

.btn-outline-secondary {
	border: 1.5px solid var(--oab-border);
	color: var(--oab-slate);
	background: transparent;
}

.btn-outline-secondary:hover {
	background: var(--oab-light-gray);
	border-color: var(--oab-slate);
	color: var(--oab-navy);
	transform: translateY(-1px);
}

.btn-outline-danger {
	border: 1.5px solid #fecaca;
	color: #dc2626;
	background: transparent;
}

.btn-outline-danger:hover {
	background: #dc2626;
	border-color: #dc2626;
	color: white;
	transform: translateY(-1px);
}

.btn-success {
	background: linear-gradient(135deg, var(--oab-success) 0%, #047857 100%);
	color: white;
	box-shadow: 0 2px 8px rgba(5, 150, 105, 0.2);
}

.btn-success:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(5, 150, 105, 0.3);
	background: linear-gradient(135deg, #047857 0%, var(--oab-success) 100%);
}

.btn-icon {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-radius: 10px;
}

/* Badges */
.badge {
	font-weight: 600;
	padding: 0.4em 0.75em;
	letter-spacing: 0.5px;
	border-radius: 8px;
	font-size: 0.85rem;
}

.badge.bg-warning {
	background: linear-gradient(135deg, var(--oab-gold) 0%, var(--oab-light-gold) 100%) !important;
	color: var(--oab-dark-navy) !important;
	box-shadow: 0 2px 6px rgba(197, 152, 76, 0.25);
}

/* Table Styles */
.table {
	color: var(--oab-navy);
}

.table-light {
	background: linear-gradient(135deg, var(--oab-light-gray) 0%, #f8fafc 100%);
	font-weight: 600;
	color: var(--oab-navy);
	border-bottom: 2px solid var(--oab-border);
}

.table-hover tbody tr {
	transition: all 0.2s ease;
}

.table-hover tbody tr:hover {
	background-color: rgba(197, 152, 76, 0.06);
}

/* Avatar Circle */
.bg-primary.rounded-circle {
	background: linear-gradient(135deg, var(--oab-gold) 0%, var(--oab-light-gold) 100%) !important;
	box-shadow: 0 3px 10px rgba(197, 152, 76, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
	font-weight: 700;
	letter-spacing: 0.5px;
}

/* User Photo */
.user-photo-card {
	border: none;
	border-radius: 1.25rem;
	background: linear-gradient(135deg, rgba(248, 250, 252, 1) 0%, rgba(226, 232, 240, 0.8) 100%);
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.1);
}

.user-photo-frame {
	position: relative;
	width: 200px;
	height: 200px;
	border-radius: 2rem;
	overflow: hidden;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 18px 30px rgba(15, 23, 42, 0.15);
	background: linear-gradient(135deg, #0f172a 0%, #1d4ed8 100%);
}

.user-photo-frame--xl {
	width: 230px;
	height: 230px;
}

@media (max-width: 576px) {
	.user-photo-frame--xl {
		width: 180px;
		height: 180px;
	}
}

.user-photo-frame__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.user-photo-frame__placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fefefe;
	font-size: 2.5rem;
	font-weight: 700;
	text-transform: uppercase;
}

.user-photo-frame__placeholder-icon {
	width: 96px;
	height: 96px;
	opacity: 0.9;
}

@media (max-width: 576px) {
	.user-photo-frame__placeholder-icon {
		width: 72px;
		height: 72px;
	}
}

.user-photo-fallback__icon {
	width: 60%;
	max-width: 110px;
	height: auto;
	display: block;
}

.user-avatar {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.15);
	background: linear-gradient(135deg, var(--oab-gold) 0%, var(--oab-light-gold) 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.user-avatar--sm {
	width: 48px;
	height: 48px;
}

.user-avatar--md {
	width: 72px;
	height: 72px;
}

.user-avatar--lg {
	width: 96px;
	height: 96px;
}

.user-avatar__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user-avatar__fallback {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	color: var(--oab-dark-navy);
}

.lawyer-highlight-card {
	border: none;
	border-radius: 1.5rem;
	background: var(--oab-white, #ffffff);
}

.lawyer-highlight-card__photo,
.lawyer-profile-hero__photo {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
}

.lawyer-highlight-card__image,
.lawyer-profile-hero__image,
.lawyer-home-avatar__image {
	border-radius: 2rem;
	box-shadow: 0 20px 45px rgba(15, 23, 42, 0.15);
	width: 220px;
	height: 220px;
	object-fit: cover;
}

.lawyer-home-avatar__image {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.lawyer-highlight-card__fallback,
.lawyer-profile-hero__fallback,
.lawyer-home-avatar__fallback {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 2rem;
	background: linear-gradient(135deg, var(--oab-navy) 0%, var(--oab-blue-accent) 100%);
	color: white;
	font-size: 3rem;
	font-weight: 700;
}

.lawyer-home-avatar__fallback {
	border-radius: 50%;
}

.lawyer-profile-hero {
	background: linear-gradient(135deg, rgba(248, 250, 252, 1) 0%, rgba(226, 232, 240, 0.8) 100%);
	border-radius: 1.5rem;
}

.lawyer-status-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.35rem 1rem;
	border-radius: 999px;
	font-weight: 600;
	font-size: 0.85rem;
}

.lawyer-status-pill--approved {
	background: rgba(5, 150, 105, 0.15);
	color: #047857;
}

.lawyer-status-pill--pending {
	background: rgba(234, 179, 8, 0.2);
	color: #b45309;
}

.lawyer-status-pill--rejected {
	background: rgba(239, 68, 68, 0.15);
	color: #b91c1c;
}

.lawyer-home-hero-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
	background: rgba(15, 23, 42, 0.25);
	border-radius: 1.5rem;
	padding: 1.5rem;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 20px 35px rgba(0, 0, 0, 0.2);
}

.lawyer-home-avatar {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.lawyer-home-avatar__image,
.lawyer-home-avatar__fallback {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.5rem;
	font-weight: 700;
	color: white;
	background: linear-gradient(135deg, #2563eb 0%, #0f172a 100%);
}

@media (min-width: 768px) {
	.lawyer-home-hero-card {
		flex-direction: row;
		justify-content: center;
	}
	.lawyer-home-avatar {
		width: 150px;
		height: 150px;
	}
}

/* Dashboard */
.dashboard-page {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.dashboard-eyebrow {
	font-size: 0.75rem;
	letter-spacing: 0.3rem;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--oab-gray);
	margin-bottom: 0.35rem;
}

.dashboard-hero .dashboard-eyebrow {
	color: rgba(255, 255, 255, 0.75);
}

.dashboard-hero {
	background: linear-gradient(135deg, var(--oab-navy) 0%, var(--oab-blue-accent) 100%);
	color: var(--oab-white);
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.25);
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.dashboard-hero::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	height: 300px;
	background: radial-gradient(circle, rgba(197, 152, 76, 0.15) 0%, transparent 70%);
	pointer-events: none;
}

.dashboard-hero__body {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 2rem;
}

.dashboard-hero__title {
	font-weight: 700;
	margin-bottom: 0.5rem;
}

.dashboard-hero__subtitle {
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
}

.dashboard-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.dashboard-hero__action {
	font-weight: 600;
}

.dashboard-hero__stats {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.5rem;
	align-items: stretch;
	padding: 1.5rem 2rem 2rem;
}

.dashboard-hero__stat {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 14px;
	padding: 1rem 1.25rem;
	min-height: 420px;
	height: 100%;
	width: 100%;
	transition: all 0.3s ease;
}

.dashboard-hero__stat:hover {
	background: rgba(255, 255, 255, 0.15);
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.dashboard-hero__stat .label {
	display: block;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.1rem;
	opacity: 0.75;
}

.dashboard-hero__stat .value {
	font-size: 1.75rem;
	font-weight: 700;
}

.dashboard-metric {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem;
}

.dashboard-metric__content {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
}

.dashboard-metric__label {
	text-transform: uppercase;
	font-size: 0.75rem;
	letter-spacing: 0.2rem;
	color: var(--oab-gray);
	margin: 0;
}

.dashboard-metric__value {
	font-size: 2rem;
	margin: 0;
	color: var(--oab-navy);
	font-weight: 700;
}

.dashboard-metric__hint {
	margin: 0;
	color: var(--oab-gray);
	font-size: 0.85rem;
}

.dashboard-metric__icon {
	width: 64px;
	height: 64px;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.75rem;
	transition: all 0.3s ease;
}

.dashboard-metric__icon:hover {
	transform: scale(1.1) rotate(5deg);
}

.metric--subsections .dashboard-metric__icon {
	background: rgba(44, 82, 130, 0.1);
	color: var(--oab-blue-accent);
}

.metric--employees .dashboard-metric__icon {
	background: rgba(25, 135, 84, 0.1);
	color: #198754;
}

.metric--admins .dashboard-metric__icon {
	background: rgba(212, 175, 55, 0.15);
	color: var(--oab-gold);
}

.metric--staff .dashboard-metric__icon {
	background: rgba(13, 110, 253, 0.1);
	color: #0d6efd;
}

.dashboard-panel {
	height: 100%;
	border: none;
}

.dashboard-panel__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 1.5rem;
	border-bottom: 1px solid var(--oab-light-gray);
}

.dashboard-panel__title {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--oab-navy);
}

.dashboard-panel__body {
	padding: 0;
}

.dashboard-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dashboard-list__item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.25rem 1.5rem;
	border-bottom: 1px solid var(--oab-light-gray);
}

.dashboard-list__item:last-child {
	border-bottom: none;
}

.dashboard-list__title {
	margin: 0 0 0.35rem;
	font-weight: 600;
	color: var(--oab-navy);
}

.dashboard-list__meta {
	margin: 0;
	color: var(--oab-gray);
	font-size: 0.9rem;
}

.dashboard-list__time {
	font-size: 0.85rem;
	color: var(--oab-gray);
	white-space: nowrap;
}

.dashboard-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	margin-left: 0.5rem;
	padding: 0.15rem 0.75rem;
	font-size: 0.7rem;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--oab-gold) 0%, var(--oab-light-gold) 100%);
	color: var(--oab-dark-navy);
	box-shadow: 0 2px 6px rgba(197, 152, 76, 0.3);
	font-weight: 700;
}

.dashboard-empty {
	text-align: center;
	padding: 2.5rem 1rem;
	color: var(--oab-gray);
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	align-items: center;
}

.dashboard-empty i {
	font-size: 2rem;
	color: var(--oab-light-gold);
}

.dashboard-panel__action {
	white-space: nowrap;
}

/* Page headers */
.page-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1.5rem;
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 2px solid var(--oab-light-gray);
}

.page-header__info {
	display: inline-flex;
	align-items: flex-start;
	gap: 1rem;
}

.page-header__accent {
	width: 5px;
	height: 60px;
	border-radius: 3px;
	background: linear-gradient(180deg, var(--oab-gold) 0%, var(--oab-light-gold) 100%);
	flex-shrink: 0;
	box-shadow: 0 2px 8px rgba(197, 152, 76, 0.3);
}

.page-header__titles {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.page-header__title {
	margin: 0;
	color: var(--oab-navy);
	font-weight: 700;
	letter-spacing: -0.5px;
	font-size: 1.75rem;
}

.page-header__subtitle {
	margin: 0;
	color: var(--oab-slate);
	font-size: 0.95rem;
	font-weight: 400;
}

.page-header__actions {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
}

/* Subsections page */
.subsections-page {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.subsections-hero {
	background: linear-gradient(135deg, var(--oab-navy) 0%, var(--oab-blue-accent) 100%);
	color: var(--oab-white);
	border: none;
	box-shadow: 0 12px 35px rgba(15, 23, 42, 0.3);
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.subsections-hero::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 350px;
	height: 350px;
	background: radial-gradient(circle, rgba(197, 152, 76, 0.12) 0%, transparent 70%);
	pointer-events: none;
}

.subsections-hero__header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	padding: 1.75rem 2rem 0;
}

.subsections-hero__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.4rem;
	font-size: 0.75rem;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0.4rem;
}

.subsections-hero__title {
	margin: 0 0 0.35rem;
	font-weight: 700;
	color: var(--oab-white);
}

.subsections-hero__subtitle {
	margin: 0;
	color: rgba(255, 255, 255, 0.78);
}

.subsections-hero__stats {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 1rem;
	padding: 1.5rem 2rem 2rem;
}

.subsections-hero__stat {
	background: rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	padding: 1rem 1.25rem;
	backdrop-filter: blur(6px);
}

.subsections-hero__stat .label {
	display: block;
	font-size: 0.75rem;
	letter-spacing: 0.08rem;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
	margin-bottom: 0.5rem;
}

.subsections-hero__stat .value {
	font-size: 1.85rem;
	font-weight: 700;
	color: var(--oab-white);
}

.subsections-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 1.5rem;
}

.subsection-card {
	padding: 0;
	position: relative;
	border: 1px solid var(--oab-border);
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.subsection-card:hover {
	border-color: var(--oab-gold);
	transform: translateY(-4px);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.15);
}

.subsection-card__body {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	padding: 1.5rem 1.75rem;
	border-bottom: 1px solid var(--oab-light-gray);
}

.subsection-card__icon {
	width: 64px;
	height: 64px;
	border-radius: 16px;
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
	color: var(--oab-navy);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.75rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border: 1px solid var(--oab-border);
	transition: all 0.3s ease;
}

.subsection-card:hover .subsection-card__icon {
	background: linear-gradient(135deg, var(--oab-gold) 0%, var(--oab-light-gold) 100%);
	color: var(--oab-white);
	transform: scale(1.1);
}

.subsection-card__content {
	flex: 1;
}

.subsection-card__title {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--oab-navy);
	text-decoration: none;
}

.subsection-card__title:hover {
	color: var(--oab-blue-accent);
}

.subsection-card__hint {
	margin: 0.25rem 0 0;
	color: var(--oab-gray);
	font-size: 0.9rem;
}

.subsection-card__tag {
	text-align: center;
	background: rgba(212, 175, 55, 0.15);
	border-radius: 14px;
	padding: 0.65rem 1rem;
	min-width: 120px;
}

.subsection-card__tag .metric {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
}

.subsection-card__tag small {
	text-transform: uppercase;
	letter-spacing: 0.08rem;
	color: var(--oab-gray);
}

.subsection-card__meta {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	gap: 1rem;
	align-items: center;
	padding: 1rem 1.75rem 1.5rem;
}

.subsection-card__meta .label {
	display: block;
	text-transform: uppercase;
	font-size: 0.7rem;
	letter-spacing: 0.1rem;
	color: var(--oab-gray);
	margin-bottom: 0.2rem;
}

.subsection-card__meta strong {
	font-size: 0.95rem;
	color: var(--oab-navy);
}

.subsection-card__actions {
	display: flex;
	justify-content: flex-end;
	gap: 0.5rem;
}

.table-actions {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0.5rem;
}

.table-actions .btn-icon {
	width: 40px;
	height: 40px;
}

.table-description-cell {
	max-width: 260px;
}

.btn-icon {
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
}

.subsections-empty__body {
	padding: 3rem 1rem;
	text-align: center;
}

.subsections-empty__icon {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	border-radius: 24px;
	background: rgba(26, 41, 71, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: var(--oab-navy);
}

@media (min-width: 992px) {
	.dashboard-hero__body {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.dashboard-hero__actions {
		justify-content: flex-end;
	}
}

/* Responsive Design */
@media (max-width: 991.98px) {
	#sidebar-wrapper {
		margin-left: -280px;
	}
	
	#page-content-wrapper {
		margin-left: 0;
		width: 100%;
	}
	
	#wrapper.toggled #sidebar-wrapper {
		margin-left: 0;
	}
}

@media (max-width: 767.98px) {
	.h2-md {
		font-size: 1.5rem;
	}
	
	.card-body {
		padding: 1rem;
	}
	
	.list-group-item h6 {
		font-size: 0.9rem;
	}
	
	.list-group-item small {
		font-size: 0.75rem;
	}
}

@media (max-width: 575.98px) {
	.container-fluid {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

/* Button Styles */
.btn-sm {
	white-space: nowrap;
}

/* Backdrop for mobile sidebar */
#wrapper.toggled::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(15, 23, 42, 0.75);
	z-index: 999;
	display: none;
	backdrop-filter: blur(3px);
}

@media (max-width: 991.98px) {
	#wrapper.toggled::after {
		display: block;
	}
}

/* Scrollbar Styles removed */

/* Public Landing Page */
/* Mobile-specific styles */
@media (max-width: 767.98px) {
	/* Improve form usability on mobile */
	.form-control,
	.form-select {
		font-size: 16px !important; /* Prevent iOS zoom */
	}
	
	/* Better touch targets */
	.btn {
		min-height: 44px;
	}
}

/* Custom Button Styles */
.btn-outline-oab {
  color: var(--oab-navy);
  border-color: var(--oab-navy);
  border-width: 2px;
}

.btn-outline-oab:hover {
  color: var(--oab-white);
  background-color: var(--oab-navy);
  border-color: var(--oab-navy);
}

/* Fix password visibility toggle button border to match input */
[data-controller="password-visibility"] .btn-outline-secondary {
  border-color: #dee2e6;
  color: #6c757d;
}

[data-controller="password-visibility"] .btn-outline-secondary:hover,
[data-controller="password-visibility"] .btn-outline-secondary:focus {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}

/* Sortable Partners Styles */
.sortable-ghost {
  opacity: 0.4;
}

.sortable-drag {
  opacity: 1;
}

.sortable-chosen .drag-handle {
  cursor: grabbing !important;
}

.partner-card-wrapper {
  transition: transform 0.2s ease;
}

.partner-card-wrapper:hover .drag-handle {
  background: rgba(255, 255, 255, 1) !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15) !important;
}

.drag-handle {
  transition: all 0.2s ease;
  cursor: grab;
}

.drag-handle:active {
  cursor: grabbing;
}

.drag-handle:hover {
  transform: scale(1.1);
}

.form-section-accent {
	display: inline-block;
	width: 4px;
	height: 32px;
	background: var(--oab-navy);
	border-radius: 999px;
}

.advertisement-card,
.advertisement-carousel-card {
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}

.advertisement-card__handle {
	position: absolute;
	top: 0.75rem;
	left: 0.75rem;
	z-index: 2;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 6px;
	padding: 0.25rem 0.5rem;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.advertisement-card__handle i {
	color: var(--oab-navy);
	font-size: 1.1rem;
}

.advertisement-card__media,
.advertisement-carousel-card__media {
	height: 160px;
	background: linear-gradient(135deg, var(--oab-bg) 0%, #e2e8f0 100%);
}

.advertisement-card__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.advertisement-card__placeholder {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--oab-slate);
	font-size: 2rem;
}

.advertisement-card__body {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.advertiser-pix-upload {
	display: flex;
	gap: 1rem;
	align-items: center;
	flex-wrap: nowrap;
}

.advertiser-pix-upload__field {
	flex: 1 1 240px;
	min-width: 200px;
}

.advertiser-pix-upload__preview {
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
}

.advertiser-pix-preview {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px solid #dee2e6;
	border-radius: 0.5rem;
	background-color: #fff;
	padding: 0.1rem;
}

@media (max-width: 576px) {
	.advertiser-pix-upload {
		flex-wrap: wrap;
	}
}

.advertisement-card__title {
	font-weight: 700;
	font-size: 1rem;
	color: var(--oab-navy);
	margin: 0;
}

.advertisement-card__meta {
	display: grid;
	gap: 0.4rem;
	font-size: 0.85rem;
	color: #64748b;
}

.advertisement-card__meta-item {
	display: flex;
	align-items: center;
	gap: 0.4rem;
}

.advertisement-card__badge {
	align-self: flex-start;
	font-size: 0.7rem;
}

.advertisement-card-wrapper {
	transition: transform 0.2s ease;
}

.advertisement-card-wrapper:hover .advertisement-card__handle,
.advertisement-carousel-card-wrapper:hover .advertisement-card__handle {
	background: #fff;
}

.advertisement-image-preview {
	border-radius: 12px;
}

/* PWA Install Banner */
.pwa-install-banner {
  z-index: 1050;
  animation: slideUp 0.3s ease-out;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.pwa-install-banner .btn-close {
  opacity: 0.5;
}

.pwa-install-banner .btn-close:hover {
  opacity: 1;
}

@media (max-width: 576px) {
  .pwa-install-banner .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.contact-categories-modal {
	z-index: 1100;
}

.contact-categories-modal .modal-dialog {
	z-index: 1110;
}
