*,
:after,
:before {
	box-sizing: border-box;
	border: 0 solid #e5e7eb;
}

.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.text-gray {
	color: #6b7280;
}

/* MARGINS */
.ml-05 {
	margin-left: 0.5em;
}

.mt-05 {
	margin-top: 0.5em;
}

.mb-05 {
	margin-bottom: 0.5em;
}

.topic-grid-wrapper {
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 1440px;
	width: 100%;

	margin-inline: auto;
}

.topic-sidebar {
	width: 100%;
}

@media (min-width: 1100px) {
	.topic-grid-wrapper {
		display: grid;
		grid-template-columns: 1fr 296px;
		align-items: start;
	}

	.topic-sidebar {
		width: 296px;
	}
}

.topic-container {
	font-size: 1rem;
	display: flex;
	padding: 29px 0;
	flex-direction: column;
	background: #f8fafb;
	color: #29354e;
	width: 100%;
	margin-top: 60px;
}

@media (min-width: 768px) {
	.topic-container {
		font-size: 1rem;
	}
}

.topic-container h1 {
	color: #3f3f46;
	font-family: 'Inter Variable';
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
}

.topic-title {
	color: #3f3f46;
	font-family: 'Aeonik' !important;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
}

.topic-title-container {
	margin-top: 24px;
	margin-bottom: 8px;
}

.topic-subtitle {
	color: #3f3f46;
	font-family: 'Inter Variable' !important;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
}

.topic-subtitle-container {
	margin-bottom: 24px;
}

.base-card {
	width: 100%;
	background: #ffffff;
}

.base-card-questions {
	width: 100%;
	background: rgba(235, 242, 255, 1);
}

.subtopic-subtitle {
	font-weight: 600;
	color: #29354e;
	margin: 0 0 2rem 0;
}

.subtopics-title {
	display: flex;
	line-height: 1.25em !important;
	margin-bottom: 1.5rem !important;
	margin-top: 2rem !important;
	font-family: 'Aeonik' !important;
}

.info-card-column-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
	margin-top: 1em;
	border: 1px solid #e2e8f0;
	border-radius: 0.5em;
	padding: 2em;
	background-color: #ffffff;
}

.info-card-column-wrapper-card {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 550px;
}

.info-card-subtopics {
	display: flex;
	flex-direction: column;
	margin-top: 34px;
}

.showing-results-pagination {
	color: #787474;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 28px 0;
}

/* BREADCRUMB */

.breadcrumb-container {
	margin-top: 2rem;
}

.breadcrumb-back-mobile {
	display: none;
}

.breadcrumb-back-button {
	background: none;
	border: none;
	color: #29354e;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
	padding: 0;
}

.breadcrumb-back-button:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.breadcrumb-desktop {
		display: none !important;
	}

	.breadcrumb-back-mobile {
		display: block;
		margin-bottom: 1rem;
	}
}

/* HEADER */

.topics-header-image-search {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.topics-header-search-desktop-container {
	display: none;
}

@media (min-width: 768px) {
	.topics-header-search-desktop-container {
		display: flex;
	}
}

.topics-header-container-search-mobile {
	display: flex;
	width: 100%;
	max-width: 1440px;
	padding-bottom: 1rem;
	justify-content: center;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 768px) {
	.topics-header-container-search-mobile {
		display: none;
	}
}

.topics-header-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* background-color: rgb(14 27 42 / var(--tw-bg-opacity, 1)); */
	background-color: #29354e;
}

.topics-header-container-inside {
	color: black;
	font-size: 2em;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1440px;
	padding: 1rem;
	align-items: center;
}

.sign-in-button::part(base) {
	color: white;
	border: 1px solid white;
	background-color: transparent;
	border-radius: 6px;
}

.sign-in-button::part(base):hover {
	background-color: white;
	color: #323b43;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.vincent-button::part(base) {
	color: #323b43;
	background-color: white;
	border: 1px solid white;
	border-radius: 6px;
}

.vincent-button::part(base):hover {
	background-color: transparent;
	color: white;
	border: 1px solid white;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.topics-header-img {
	width: 90px;
	height: 42px;
	align-self: center;
	object-fit: contain;
}

.topics-header-container-buttons {
	display: flex;
	gap: 0.5rem;
	align-items: center;
	padding-bottom: 4px;
}

.topics-header-container-buttons sl-button::part(base) {
	vertical-align: middle;
}

.topics-header-container-buttons sl-button {
	align-self: center;
}

@media (min-width: 768px) {
	.topics-header-container-inside {
		padding: 1rem 3rem;
		align-items: center;
	}
}

.topics-header-tabs-container {
	background-color: #ffffff;
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 0.1rem;
	border: 1px solid #e5e7eb;
}

.topics-header-tabs-container-inside {
	display: flex;
	width: 100%;
	max-width: 1440px;
	padding: 0 2rem;
}

.topics-header-tabs::part(base),
.topics-header-tabs::part(nav) {
	border: none !important;
	box-shadow: none !important;
}

.topics-header-tabs::part(indicator) {
	background-color: #1d4ed8 !important;
	height: 3px;
}

.topics-header-tabs::part(tab) {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #374151;
	padding: 0 0.75rem;
}

.topics-header-tabs sl-tab::part(base) {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.5rem 0.75rem;
	height: 40px;
	font-size: 14px;
	font-weight: 400;
	color: #374151;
	padding-bottom: 0.5rem;
}

.topics-header-tabs sl-tab[active]::part(base) {
	color: #333333;
	font-weight: 600;
}

.topics-header-tabs sl-tab:hover::part(base) {
	color: #333333;
}

.tab-scroll-wrapper {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: white;
	border-top: 1px solid #e5e7eb;
	border-bottom: 1px solid #e5e7eb;
	padding: 0;
}

.tab-scroll-container {
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	width: 1440px;
	padding: 0 1rem;
}

@media (min-width: 768px) {
	.tab-scroll-container {
		padding: 0 3rem;
	}
}

/* SEARCHBAR */

/* .custom-search-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 12px;
    border: 1px solid #374151;
}

@media (min-width: 768px) {
    .custom-search-wrapper {
        width: fit-content;
    }
}

.search-icon {
    color: rgb(255 255 255 / 0.7);
    width: 1rem;
}

.custom-input-element {
    color: white;
    background-color: transparent;
}

.custom-input-element:focus-visible {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.custom-select-wrapper {
    position: relative;
    width: 120px;
    color: white;
    border-right: none;
}

.custom-select-arrow {
    color: rgb(255 255 255 / 0.7);
    font-size: 0.5rem;
    margin-left: 0.3rem;
    transition: transform 0.2s ease;
}

.custom-select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 0.5rem;
    background-color: rgb(255 255 255/0.1);
    border-right: 1px solid rgb(255 255 255/0.1);
    height: 40px;
    font-size: 0.8rem;
    width: 120px;
    padding-left: 12px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.custom-input {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0.5rem;
    padding-right: 1rem;
    background-color: rgb(255 255 255/0.1);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    height: 40px;
    border-left: none;
}

@media (min-width: 768px) {
    .custom-input {
        width: 264px;
    }
}

.custom-select-options {
    display: none;
    position: absolute;
    top: 1rem;
    left: 0;
    width: 150px;
    background-color: white;
    border-radius: 0.5rem;
    padding: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 10;
    list-style: none;
}

.custom-select-option-item {
    padding: 0.5rem 0.2rem;
    cursor: pointer;
    color: black;
    font-size: 0.8rem;
}

.custom-select-wrapper.open .custom-select-options {
    display: block;
}

.custom-select-option-item:hover {
    background-color: #f3f4f6;
}

.custom-select-option-item.selected {
    background-color: #f3f4f6;
}

.custom-select-wrapper.open .custom-select-arrow {
    transform: rotate(180deg);
}

.custom-input-element::placeholder {
    color: rgb(255 255 255 / 0.7);
} */

/* FOOTER */

.topics-footer-container {
	background-color: #29354e;
	color: #ffffff;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.topics-footer-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex-direction: column;
	max-width: 1440px;
	padding: 0 1rem;
}

@media (min-width: 768px) {
	.topics-footer-wrapper {
		padding: 0 3rem;
	}
}

.topics-footer-container-inside {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 2rem;
	width: 100%;
	max-width: 1440px;
}

.topics-footer-logo {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	padding-top: 2rem;
	padding-bottom: 1rem;
}

.footer-column h4 {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.footer-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-column li {
	margin-bottom: 0.5rem;
}

.footer-column a {
	color: #cbd5e1;
	font-size: 0.9rem;
	text-decoration: none;
}

.footer-column a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #1f2a38;
	font-size: 0.8rem;
	color: #94a3b8;
}

.footer-bottom a {
	margin-left: 1rem;
	color: #94a3b8;
	text-decoration: none;
}

.footer-bottom a:hover {
	color: #ffffff;
}

@media (max-width: 423px) {
	.topics-footer-container-inside > div {
		text-align: center;
	}

	.topics-footer-container-inside ul {
		padding-left: 0;
	}
}

.topics-footer-bottom {
	justify-content: space-between;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	border-top: 1px solid #e5e7eb;
	margin-top: 2rem;
	padding-top: 2rem;
	padding-bottom: 4rem;
	font-size: 0.9rem;
	color: #9ca3af;
}

.topics-footer-bottom a {
	color: #9ca3af;
	text-decoration: none;
	text-align: center;
}

.topics-footer-bottom a:hover {
	text-decoration: underline;
}

.topics-footer-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	margin-top: 1rem;
	flex-direction: column;
}

@media (min-width: 768px) {
	.topics-footer-links {
		flex-direction: row;
		margin-top: 0;
	}
}

@media (min-width: 768px) {
	.topics-footer-bottom {
		flex-direction: row;
	}
}

.topics-footer-social {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-top: 2rem;
}

@media (min-width: 768px) {
	.topics-footer-social {
		margin-top: 0;
	}
}

.footer-icon {
	font-size: 1.2rem;
	color: #9ca3af;
	transition: color 0.2s ease;
}

.footer-icon:hover {
	color: #ffffff;
}

/* MAIN */

.main-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #f8fafb;
}

.main-topics-content {
	width: 100%;
	max-width: 1440px;
	padding: 1rem;
}

@media (min-width: 1200px) {
	.main-topics-content {
		padding: 1rem 68px;
		align-items: center;
		max-width: 1440px;
	}
}

/* INFO CARD */

.info-card-body {
	display: flex;
	gap: 1em;
	border-width: 1px;
	border-color: none;
	border-radius: 0.5em;
	padding: 1em;
	margin: 1em 0;
	color: #29354e;
	background-color: rgba(241, 210, 205, 1);
}

.info-card-left-side {
	font-size: 20px;
	color: #29354e;
	padding-top: 3px;
}

.info-card-right-side h3 {
	margin-top: 0;
	color: #29354e;
	font-weight: 600;
}

.info-card-content {
	font-size: 0.875em;
	color: #29354e;
}

.info-card-button::part(base) {
	color: #ffffff;
	background-color: #29354e;
	border: 1px solid #29354e;
	border-radius: 6px;
}

.info-card-button::part(base):hover {
	background-color: #506281;
	color: white;
	border: 1px solid #506281;
	transition: background-color 0.2s ease, color 0.2s ease;
}

/* RESULT CARD */

.result-card-body {
	display: flex;
	gap: 1em;
	border-width: 1px;
	border-color: #dbeafe;
	border-radius: 0.5em;
	padding: 1em;
	margin: 1em 0;
}

.result-card-left-side {
	font-size: 20px;
	color: #29354e;
	padding-top: 3px;
}

.result-card-header {
	display: flex;
	align-items: center;
}

.result-card-title {
	font-weight: 600;
	color: #29354e;
}

.result-card-title-link {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size: 1.05em;
	color: #506281;
	cursor: pointer;
	text-align: left;
}

.result-card-title-link:hover {
	text-decoration: underline;
}

.result-card-footer a {
	color: #29354e;
	font-size: 0.75em;
}

.result-card-footer .footer-link::after {
	content: '•';
	margin: 0 0.5em;
	color: #9ca3af;
	font-size: 0.75em;
	position: relative;
	top: -0.1em;
}

.result-card-footer .footer-link:last-child::after {
	content: '';
}

.topics-grid {
	align-items: start;
	margin-bottom: 4em;
}

@media (min-width: 768px) {
	.topics-grid {
		display: grid;
		grid-template-columns: 3fr 1fr;
		gap: 2rem;
		align-items: start;
	}
}

.subtopics-page-grid {
	display: grid;
	grid-template-areas:
		'left'
		'main'
		'right';
	gap: 1.5rem;
	margin-bottom: 4em;
	margin-top: 1rem;
}

/* Estructura en pantallas grandes */
@media (min-width: 1024px) {
	.subtopics-page-grid {
		grid-template-columns: minmax(0, 13rem) 1fr minmax(0, 20rem);
		grid-template-areas: 'left main right';
	}
}

.left-column {
	grid-area: left;
}

.main-column {
	grid-area: main;
}

.right-column {
	grid-area: right;
}

/* BASE CARD */
.base-card-content {
	display: flex;
	flex-direction: column;
	border-width: 1px;
	border-color: #e2e8f0;
	border-radius: 0.5em;
	padding: 1.5em;
	margin: 1em 0;
}

@media (max-width: 768px) {
	.none-display-mobile {
		display: none;
	}
}

.base-card-header {
	line-height: 1.75rem;
	font-weight: 600;
	font-size: 1.17em;
}

.card-related-sub-topics {
	color: #29354e !important;
	background-color: rgba(235, 242, 255, 1);
}

.subtopics-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0px;
	margin: 24px 0px;
	padding: 20px 32px 20px 32px;
	border-radius: 8px;
	border: 1px solid #e7e4e4;
	background: #f9f7f7;
}

.subtopics-grid-related-topics {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
	border-radius: 4px;
	border: 1px solid #e4e4e7;
	background: #f9f7f7;
	padding: 20px 24px 24px 24px;
}

.subtopics-grid-related-topics ul li,
.subtopics-grid-related-topics ul li a {
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: unset !important;
}

.subtopics-column {
	color: #0061ff !important;
	font-family: 'Inter Variable';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	min-width: 0;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	overflow-wrap: anywhere;
}

.no-ellipsis h4 a {
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
	display: inline;
}

@media (max-width: 768px) {
	.subtopics-grid {
		grid-template-columns: 1fr;
		padding: 20px 24px 20px 24px;
	}

	.subtopics-column ul li,
	.subtopics-column ul li a {
		white-space: normal !important;
		overflow: visible !important;
		text-overflow: unset !important;
		color: #0061ff !important;
		font-weight: 400 !important;
		margin-bottom: 12px;
	}
}

.subtopics-column ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.subtopics-column li {
	font-size: 16px;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.subtopics-column a {
	text-decoration: none;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 12px;
}

.subtopics-column a:hover {
	text-decoration: underline;
}

/* TABS TOPIC */
.tab-topic {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5em 1em;
	line-height: 1.5em;
}

sl-tab[active]::part(base) {
	color: #29354e;
}

/* VLEX BUTTON */
sl-button.vlex-base-btn::part(base) {
	background-color: #1e4ffa;
}

/* VLEX BADGE PILLS */
.custom-badge {
	display: inline-block;
	padding: 0.125rem 0.625rem;
	font-size: 0.75rem;
	font-weight: 600;
	border-radius: 0.25rem;
	color: white;
	background-color: #6b7280;
	line-height: 1rem;
}

.custom-badge--pill {
	border-radius: 9999px;
}

.custom-badge--primary {
	background-color: #2563eb;
}

.custom-badge--success {
	background-color: #16a34a;
}

.custom-badge--litigation {
	--custom-bg: #fef3c7;

	background-color: var(--custom-bg);
	color: #92400e;
	border: 1px solid var(--custom-bg);
}

.custom-badge--danger {
	background-color: #dc2626;
}

.custom-badge--journal {
	--custom-bg: #f3e8ff;

	background-color: var(--custom-bg);
	color: #6b21a8;
	border: 1px solid var(--custom-bg);
}

.custom-badge--case-law {
	--custom-bg: #dbeafe;

	background-color: var(--custom-bg);
	color: #1e40af;
	border: 1px solid var(--custom-bg);
}

.custom-badge--constitution {
	--custom-bg: #dcfce7;

	background-color: var(--custom-bg);
	color: #166534;
	border: 1px solid var(--custom-bg);
}

.custom-badge--document {
	--custom-bg: #dbeafe;

	background-color: var(--custom-bg);
	color: #1e40af;
	border: 1px solid var(--custom-bg);
}

/* PAGINATION */
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
	padding-top: 1rem;
	font-family: 'Inter Variable';
}

.pagination-btn {
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	background-color: transparent;
	color: #464343;
	transition: background 0.2s;
	width: 30px;
	height: 30px;
	font-family: 'Inter Variable';
}

.pagination-btn:hover {
	background-color: #e2e8f0;
}

.pagination-btn:disabled {
	opacity: 0.4;
	cursor: not-allowed;
	font-family: 'Inter Variable';
}

.pagination-btn.active {
	background-color: #29354e;
	color: white;

	border-radius: 4px;
	font-family: 'Inter Variable';
}

/* VINCENT MODAL */
.vincent-modal-backdrop {
	position: fixed;
	inset: 0;
	background: rgb(0 0 0 / 0.8);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.vincent-modal {
	background: white;
	border-radius: 0.5em;
	padding: 1.5em;
	width: 100%;
	max-width: 450px;
	text-align: center;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.vincent-modal h3 {
	margin-top: 0;
	font-size: 1.25rem;
	color: #000;
	font-family: 'At Aero Retina', sans-serif;
}

.vincent-modal p {
	font-size: 0.9rem;
	color: #000;
	margin: 1rem 0 1.5rem;
	font-family: 'Aeonik', sans-serif;
}

.vincent-modal-primary {
	background-color: #0061ff;
	color: white;
	border: none;
	padding: 0.75rem;
	border-radius: 4px;
	width: 100%;
	font-size: 1rem;
	cursor: pointer;
	font-family: 'Aeonik', sans-serif;
}

.vincent-modal-primary:hover {
	opacity: 0.9;
}

.vincent-modal-secondary {
	background-color: white;
	border: 1px solid #e2e8f0;
	margin-top: 0.5rem;
	padding: 0.75rem;
	border-radius: 4px;
	width: 100%;
	font-size: 1rem;
	cursor: pointer;
	color: #000;
	font-family: 'Aeonik', sans-serif;
}

.vincent-modal-secondary:hover {
	background-color: #0061ff;
	color: white;
}

.vincent-modal-close {
	position: absolute;
	top: 10px;
	right: 14px;
	font-size: 1.25rem;
	border: none;
	background: none;
	cursor: pointer;
	color: #888;
}

.hidden {
	display: none !important;
}

/* BREADCRUMB */

.custom-breadcrumb .breadcrumb-separator {
	padding: 0 0rem;
	color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.custom-breadcrumb sl-breadcrumb-item::part(base) {
	font-weight: 400;
}

.custom-breadcrumb sl-breadcrumb-item::part(base) a {
	color: #374151 !important;
	text-decoration: none;
}

.custom-breadcrumb sl-breadcrumb-item:last-of-type::part(base) {
	color: #374151 !important;
}

/* SHOWING RESULTS */

.showing-results {
	font-size: 14px;
	color: #6b7280;
	margin: 1rem 0;
}

/* COLLAPSIBLE CARD */

.collapsible-card {
	border: 1px solid #e5e7eb;
	border-radius: 0.5rem;
	background-color: #fff;
	padding: 1rem;
	margin-bottom: 1rem;
}

.card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-weight: 600;
	font-size: 1rem;
	color: #29354e;
}

.card-title {
	flex-grow: 1;
	font-size: 14px;
}

.chevron-icon::part(base) {
	font-size: 1rem;
	color: #6b7280;
}

.card-body {
	margin-top: 1rem;
}

.collapsible-card summary {
	cursor: pointer;
	list-style: none;
}

.collapsible-card summary::-webkit-details-marker {
	display: none;
}

.chevron-icon {
	transition: transform 0.3s ease;
}

/* ⏬ Al abrir, rotamos el ícono hacia arriba */
.collapsible-card[open] .chevron-icon {
	transform: rotate(180deg);
}

/* NESTED LIST */

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

.nested-list-item {
	display: block;
	margin-bottom: 0.4rem;
}

.nested-list-count {
	color: #6b7280;
	font-size: 12px;
}

.level-1 .nested-list-item {
	margin-left: 1rem;
}

.level-2 .nested-list-item {
	margin-left: 2rem;
}

.nested-list a:hover {
	text-decoration: underline;
}

.nested-link {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nested-link a {
	color: #29354e;
	font-size: 14px;
	text-decoration: none;
}

.nested-link a:hover {
	text-decoration: underline;
}

.show-more-link {
	color: #29354e !important;
	font-size: 12px;
	text-decoration: none;
}

.show-more-link:hover {
	text-decoration: underline;
}

/* VINCENT CARD */

.question-row {
	background-color: #dbeafe;
	border-radius: 6px;
	padding: 0.5rem;
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
	font-weight: 500;
	cursor: pointer;
}

.show-more-link {
	color: #1e4ffa;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	margin-top: 0.5rem;
	font-weight: 500;
}

.show-more-link:hover {
	text-decoration: underline;
}

.hidden {
	display: none !important;
}

.vincent-questions.expanded .extra-question {
	display: block;
}

.vincent-questions.expanded .show-more-link::after {
	font-size: 12px;
	display: inline;
}

.vincent-questions.expanded .extra-question {
	display: block !important;
}

.vincent-card-title-link {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size: 1.05em;
	color: #29354e;
	text-align: left;
	margin-top: 0.5rem;
	margin-bottom: 1rem;
}

/* CUSTOM SORT SELECT */

.sort-select-wrapper {
	display: flex;
	align-items: center;
	font-size: 14px;
	margin-bottom: 1rem;
	position: relative;
	justify-content: flex-end;
}

.sort-label {
	margin-right: 0.5rem;
	color: #374151;
	font-size: 14px;
}

.sort-select-container {
	position: relative;
}

.sort-select {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #d1d5db;
	border-radius: 0.5rem;
	padding: 0.25rem 0.75rem;
	min-width: 180px;
	height: 34px;
	cursor: pointer;
	background-color: transparent;
}

.sort-select-value {
	font-size: 14px;
	color: #29354e;
}

.sort-select-arrow {
	color: #6b7280;
	font-size: 14px;
	margin-left: 0.5rem;
	transition: transform 0.3s ease;
}

.sort-select-container.open .sort-select-arrow {
	transform: rotate(180deg);
}

.sort-select-options {
	display: none;
	position: absolute;
	top: 36px;
	left: 0;
	width: 180px;
	background: white;
	border: 1px solid #d1d5db;
	border-radius: 0.5rem;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	z-index: 20;
	list-style: none;
	margin: 0;
	padding: 6px;
}

.sort-select-container.open .sort-select-options {
	display: block;
}

.sort-select-option-item {
	padding: 0.5rem 0.75rem;
	white-space: nowrap;
	font-size: 14px;
	cursor: pointer;
	color: #29354e;
	border-radius: 4px;
}

.sort-select-option-item.selected {
	background-color: #0596691a;
	font-weight: 600;
}

.sort-select-option-item:hover {
	background-color: #f3f4f6;
}

/* DATE PICKER */
.custom-datepicker-container {
	position: relative;
	display: inline-block;
}

.datepicker-label {
	display: block;
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 12px;
}

.datepicker-input-wrapper {
	position: relative;
	display: inline-block;
	width: 160px;
}

.datepicker-input {
	padding: 0.5rem 2.2rem 0.5rem 0.5rem;
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	cursor: pointer;
	font-size: 0.9rem;
}

.datepicker-icon {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	font-size: 1rem;
	color: #888;
}

.datepicker-calendar {
	position: absolute;
	background: white;
	border: 1px solid #ddd;
	padding: 1rem;
	border-radius: 8px;
	margin-top: 0.5rem;
	z-index: 9999;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.datepicker-calendar.hidden {
	display: none;
}

.datepicker-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.5rem;
	font-weight: 600;
	text-transform: capitalize;
	color: #373636;
}

.datepicker-grid {
	display: grid;
	grid-template-columns: repeat(7, 2rem);
	gap: 0.25rem;
}

.datepicker-grid .day {
	background: transparent;
	border: none;
	padding: 0.5rem;
	border-radius: 4px;
	cursor: pointer;
	color: #373636;
}

.datepicker-grid .day:hover {
	background-color: #1d4ed8;
	color: white;
}

.empty {
	visibility: hidden;
}

/* DIVIDER */

.divider {
	border: none;
	border-top: 1px solid #e5e7eb;
}

/* DESCRIPTION CARD */

.description-card {
	gap: 18px;
}

.description-card-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.description-card-header span {
	color: #3f3f46;
	font-family: 'Aeonik' !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.description-card-body {
	color: #3f3f46;
	font-family: 'Inter Variable';
	font-size: 16px;
	font-style: normal;
	line-height: 160%;
	font-weight: 400;
}

.unstyled-element {
	all: unset;
	display: block;
	font-size: inherit;
	font-weight: inherit;
}

.related-subtopics-title {
	color: #3f3f46;
	font-family: 'Aeonik' !important;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-top: 54px;
}

.topics-column-titles {
	color: #3f3f46;
	font-family: 'Aeonik' !important;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

/* QUESTIONS */

.questions-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin: 24px 0px;
	padding: 20px 32px 20px 32px;
	border-radius: 8px;
	border: 1px solid #e7e4e4;
	background: #f9f7f7;
}
.questions-badge {
	color: #3f3f46;
	font-family: 'Inter Variable';
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.questions-column-rows {
	color: #0061ff;
	font-family: 'Inter Variable';
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	cursor: pointer;
}

.questions-tag {
	color: #0061ff;
	text-decoration: none;
}

.questions-tag:hover {
	text-decoration: underline;
}

/* DOCUMENT BANNER */

.document-case-banner-layout {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 29px 29px 0px 29px;
	justify-content: center;
	align-items: flex-start;
	border-radius: 4px;
	border: 1px solid #e7e4e4;
	background: #f9f7f7;
}

.document-case-banner-layout-inside {
	display: flex;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #ffffff;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 96px 16px;
}

.cta-content {
	background-color: transparent;
	width: 100%;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.cta-title {
	font-size: 24px;
	color: #000;
	width: 100%;
	max-width: 550px;
	text-align: center;
	font-family: 'At Aero Retina';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	margin-bottom: 16px;
}
