.libro-main {
	background-color: var(--bg-white);
	padding: 80px var(--lateral-spacing);
}

.libro-wrap-mobile {
	display: none;
}

.libro-wrap {
	width: 100%;
	display: grid;
	grid-template-columns: 320px 1fr;
	gap: 65px;
	align-items: start;
}

.libro-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
	position: sticky;
	top: 80px;
	height: fit-content;
}

.libro-cover {
	width: 100%;
	aspect-ratio: 1 / 1.42;
	object-fit: cover;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	background-color: #F3F4F6;
}

.libro-cover-caption {
	font-weight: 400;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0px;
	text-align: center;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-thickness: 1px;
	color: #A4A4A4;
}

.libro-cover-author {
	font-weight: 300;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: center;
	color: #4A5565;

}

.libro-btn-primary,
.libro-btn-secondary {
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 0.3px;
	text-align: center;
	height: 48px;
	cursor: pointer;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-decoration: none;
	box-sizing: border-box;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
		box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	width: 100%;
}

.libro-btn-primary {
	background-color: #466060;
	color: #FFFFFF;
	border: none;
}

.libro-btn-primary:hover {
	animation: var(--button-animation);
	background-color: #034732;
}

.libro-btn-secondary {
	background-color: #FFFFFF;
	color: #034732;
	border: 1px solid #E5E7EB;
}

.libro-btn-secondary:hover {
	animation: var(--button-animation);
	border-color: #466060;
}

.libro-btn--primary {
	background-color: #466060;
	color: #FFFFFF;
}

.libro-btn--secondary {
	background-color: #FFFFFF;
	color: #034732;
	border: 1px solid #E5E7EB;
}

.libro-btn--secondary:hover {
	border-color: #466060;
}

.libro-hint {
	text-align: center;
	font-weight: 400;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0px;
	color: #034732;
}

.libro-mini-label {
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: center;
	color: #4A5565;
}

.libro-rating-section {
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: auto;
	border: 1px solid #F3F4F6;
	padding: 14px;
}

.libro-rating {
	display: flex;
	align-items: center;
	gap: 8px;
}

.libro-stars {
	color: #FFB800;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
	height: 14px;
}

.libro-rating-value {
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: #FDC700;
	display: flex;
	align-items: center;
	height: 14px;
}

.libro-reviews {
	font-weight: 400;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0px;
	color: #99A1AF;
}

.libro-content {
	display: flex;
	flex-direction: column;
	gap: 35px;
}

.libro-header {
	display: flex;
	flex-direction: column;
	gap: 21px;
}

.libro-kicker {
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	letter-spacing: 1.1px;
	text-transform: uppercase;
	color: #466060;
}

.libro-title {
	font-weight: 300;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #034732;
}

.libro-meta {
	display: flex;
	gap: 65px;
}

.libro-meta-item {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.libro-meta-label {
	font-weight: 500;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #98BFBF;
}

.libro-meta-value {
	font-weight: 800;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #034732;

}

.libro-description {
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #4A5565;

}

.libro-route-section {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.libro-route-label {
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #466060;
}

.libro-route-title {
	font-weight: 300;
	font-size: 26px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #034732;
	margin: 0;
}

.libro-route-description {
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0%;
	color: #4A5565;
	margin: 0;
}

.libro-chapters-section {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.libro-section-label {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: #4A5565;
}

.libro-chapters {
	display: flex;
	flex-direction: column;
	gap: 25px;
	list-style: none;
	padding: 0;
	margin: 0;
	counter-reset: chapter-counter;
}

.libro-chapter {
	display: grid;
	grid-template-columns: 24px 1fr;
	gap: 12px;
	counter-increment: chapter-counter;
	align-items: start;
}

.libro-chapter::before {
	content: counter(chapter-counter, decimal-leading-zero);
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #98BFBF;
	grid-column: 1;
	text-align: center;
}

.libro-chapter-title {
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #034732;
	margin: 0;
	grid-column: 2;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.libro-chapter-title::before {
	display: none;
}

.libro-chapter-description {
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0%;
	color: #4A5565;
	margin: 0;
	grid-column: 2;
}

.libro-subdescription {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0%;
	color: #99A1AF;
	margin: 0;
}

.libro-quote {
	display: flex;
	flex-direction: column;
	gap: 8px;
	height: 110px;
	padding: 20px;
	background-color: #F9FAFB;
	border: 1px solid #F3F4F6;
}

.libro-quote-text {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0%;
	color: #4A5565;
}

.libro-quote-author {
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	letter-spacing: 0%;
	color: #99A1AF;
}

.libro-cta-band {
	background-color: #F9FAFB;
	height: 140px;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	border: 1px solid #F3F4F6;
	transform: translateY(20px);
}

.libro-cta-title {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #034732;
}

.libro-cta-actions {
	display: flex;
	gap: 16px;
	flex-wrap: nowrap;
}

.libro-cta-actions .libro-btn {
	flex: 1;
}

@media (min-width: 1025px) and (max-width: 1440px) {
	.libro-wrap-mobile {
		display: none;
	}

	.libro-main {
		padding: 60px var(--lateral-spacing);
	}

	.libro-wrap {
		gap: 50px;
	}

	.libro-sidebar {
		gap: 14px;
	}

	.libro-btn-primary {
		font-size: 12px;
		height: 40px;
		padding: 10px 16px;
	}

	.libro-btn-secondary {
		font-size: 11px;
		height: 40px;
		padding: 10px 16px;
	}

	.libro-hint {
		font-size: 9px;
		line-height: 14px;
	}

	.libro-mini-label {
		font-size: 12px;
		line-height: 16px;
	}

	.libro-rating-section {
		gap: 6px;
		padding: 12px;
		align-items: center;
		justify-content: center;
	}

	.libro-rating {
		justify-content: center;
	}

	.libro-stars {
		font-size: 13px;
		line-height: 13px;
		height: 13px;
	}

	.libro-rating-value {
		font-size: 13px;
		line-height: 13px;
		height: 13px;
	}

	.libro-reviews {
		font-size: 9px;
		line-height: 14px;
	}

	.libro-content {
		gap: 30px;
	}

	.libro-header {
		gap: 16px;
	}

	.libro-kicker {
		font-size: 12px;
		line-height: 14px;
	}

	.libro-title {
		font-size: 28px;
		line-height: 1.2;
	}

	.libro-meta {
		gap: 45px;
	}

	.libro-meta-label {
		font-size: 9px;
		line-height: 14px;
	}

	.libro-meta-value {
		font-size: 18px;
		line-height: 22px;
	}

	.libro-description {
		font-size: 13px;
		line-height: 18px;
	}

	.libro-chapters-section {
		gap: 12px;
	}

	.libro-chapters {
		gap: 20px;
	}

	.libro-chapter {
		gap: 12px;
		font-size: 12px;
		line-height: 18px;
	}

	.libro-chapter::before {
		font-size: 14px;
		line-height: 1.2;
	}

	.libro-section-label {
		font-size: 11px;
		line-height: 1.2;
	}

	.libro-quote {
		gap: 6px;
		padding: 16px;
		height: 80px;
	}

	.libro-quote-text {
		font-size: 13px;
		line-height: 20px;
	}

	.libro-quote-author {
		font-size: 11px;
		line-height: 1.2;
	}

	.libro-cta-band {
		padding: 20px;
		gap: 14px;
		height: 120px;
	}

	.libro-cta-title {
		font-size: 12px;
		line-height: 17px;
	}

	.libro-cta-actions {
		gap: 10px;
	}

	.libro-btn-primary,
	.libro-btn-secondary {
		height: 40px;
		font-size: 10px;
		font-weight: 600;
		padding: 10px 6px;
	}

	.libro-cover {
		aspect-ratio: 1 / 1.42;
	}

	.libro-cover-caption {
		font-size: 9px;
		line-height: 14px;
	}

	.libro-cover-author {
		font-size: 12px;
		line-height: 15px;
	}

	.libro-btn-primary:hover {
		animation: var(--button-animation);
		background-color: #034732;
	}

	.libro-btn-secondary:hover {
		animation: var(--button-animation);
		border-color: #466060;
	}

	.libro-btn--primary {
		background-color: #466060;
		color: #FFFFFF;
	}

	.libro-btn--secondary {
		background-color: #FFFFFF;
		color: #034732;
		border: 1px solid #E5E7EB;
	}

	.libro-btn--secondary:hover {
		border-color: #466060;
	}

	.libro-meta-item {
		gap: 3px;
	}

	.libro-route-section {
		gap: 8px;
	}

	.libro-route-label {
		font-size: 12px;
		line-height: 1;
	}

	.libro-route-title {
		font-size: 22px;
		line-height: 1;
	}

	.libro-route-description {
		font-size: 13px;
		line-height: 20px;
	}

	.libro-chapter-title {
		font-size: 13px;
		line-height: 1;
		grid-column: 2;
		display: flex;
		flex-direction: column;
		gap: 4px;
	}

	.libro-chapter-title::before {
		display: none;
	}

	.libro-chapter-description {
		font-size: 12px;
		line-height: 18px;
		grid-column: 2;
	}

	.libro-subdescription {
		font-size: 13px;
		line-height: 20px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.libro-wrap-mobile {
		display: none;
	}

	.libro-main {
		padding: 50px var(--lateral-spacing);
	}

	.libro-wrap {
		grid-template-columns: 300px 1fr;
		gap: 40px;
	}

	.libro-sidebar {
		gap: 12px;
	}

	.libro-btn-primary {
		font-size: 11px;
		height: 38px;
		padding: 9px 14px;
	}

	.libro-btn-secondary {
		font-size: 10px;
		height: 38px;
		padding: 9px 14px;
	}

	.libro-hint {
		font-size: 8px;
		line-height: 13px;
	}

	.libro-mini-label {
		font-size: 11px;
		line-height: 15px;
	}

	.libro-rating-section {
		gap: 5px;
		padding: 11px;
		align-items: center;
		justify-content: center;
	}

	.libro-rating {
		justify-content: center;
	}

	.libro-stars {
		font-size: 12px;
		line-height: 12px;
		height: 12px;
	}

	.libro-rating-value {
		font-size: 12px;
		line-height: 12px;
		height: 12px;
	}

	.libro-reviews {
		font-size: 8px;
		line-height: 13px;
	}

	.libro-content {
		gap: 28px;
	}

	.libro-header {
		gap: 15px;
	}

	.libro-kicker {
		font-size: 11px;
		line-height: 1.2;
	}

	.libro-title {
		font-size: 26px;
		line-height: 31px;
	}

	.libro-meta {
		gap: 40px;
	}

	.libro-meta-label {
		font-size: 8px;
		line-height: 13px;
	}

	.libro-meta-value {
		font-size: 17px;
		line-height: 20px;
	}

	.libro-description {
		font-size: 12px;
		line-height: 17px;
	}

	.libro-chapters-section {
		gap: 11px;
	}

	.libro-chapters {
		gap: 18px;
	}

	.libro-chapter {
		gap: 11px;
		font-size: 11px;
		line-height: 17px;
	}

	.libro-chapter::before {
		font-size: 13px;
		line-height: 1.2;
	}

	.libro-section-label {
		font-size: 10px;
		line-height: 1.2;
	}

	.libro-quote {
		gap: 5px;
		padding: 15px;
		height: auto;
	}

	.libro-quote-text {
		font-size: 12px;
		line-height: 18px;
	}

	.libro-quote-author {
		font-size: 10px;
		line-height: 1.2;
	}

	.libro-cta-band {
		padding: 22px;
		gap: 12px;
		height: auto;
	}

	.libro-cta-title {
		font-size: 12px;
		line-height: 17px;
	}

	.libro-cta-actions {
		gap: 9px;
		display: flex;
		flex-direction: column;
	}

	.libro-btn-primary,
	.libro-btn-secondary {
		height: 38px;
		font-size: 9px;
		font-weight: 600;
		width: 100%;
	}

	.libro-cover {
		aspect-ratio: 1 / 1.42;
	}

	.libro-cover-caption {
		font-size: 8px;
		line-height: 13px;
	}

	.libro-cover-author {
		font-size: 11px;
		line-height: 15px;
	}

	.libro-btn-primary:hover {
		animation: var(--button-animation);
		background-color: #034732;
	}

	.libro-btn-secondary:hover {
		animation: var(--button-animation);
		border-color: #466060;
	}

	.libro-btn--primary {
		background-color: #466060;
		color: #FFFFFF;
	}

	.libro-btn--secondary {
		background-color: #FFFFFF;
		color: #034732;
		border: 1px solid #E5E7EB;
	}

	.libro-btn--secondary:hover {
		border-color: #466060;
	}

	.libro-meta-item {
		gap: 3px;
	}

	.libro-route-section {
		gap: 8px;
	}

	.libro-route-label {
		font-size: 11px;
		line-height: 1.2;
	}

	.libro-route-title {
		font-size: 20px;
		line-height: 1.2;
	}

	.libro-route-description {
		font-size: 12px;
		line-height: 18px;
	}

	.libro-chapter-title {
		font-size: 12px;
		line-height: 1.2;
		grid-column: 2;
		display: flex;
		flex-direction: column;
		gap: 4px;
	}

	.libro-chapter-title::before {
		display: none;
	}

	.libro-chapter-description {
		font-size: 11px;
		line-height: 17px;
		grid-column: 2;
	}

	.libro-subdescription {
		font-size: 12px;
		line-height: 18px;
	}
}

@media (min-width: 480px) and (max-width: 768px) {
	.libro-wrap-mobile {
		display: none;
	}

	.libro-main {
		padding: 40px var(--lateral-spacing);
	}

	.libro-wrap {
		grid-template-columns: 280px 1fr;
		gap: 35px;
	}

	.libro-sidebar {
		gap: 11px;
	}

	.libro-btn-primary {
		font-size: 10px;
		height: 36px;
		padding: 8px 13px;
	}

	.libro-btn-secondary {
		font-size: 9px;
		height: 36px;
		padding: 8px 13px;
	}

	.libro-hint {
		font-size: 7px;
		line-height: 12px;
	}

	.libro-mini-label {
		font-size: 10px;
		line-height: 14px;
	}

	.libro-rating-section {
		gap: 4px;
		padding: 10px;
	}

	.libro-stars {
		font-size: 11px;
		line-height: 14px;
	}

	.libro-rating-value {
		font-size: 9px;
		line-height: 13px;
	}

	.libro-reviews {
		font-size: 7px;
		line-height: 12px;
	}

	.libro-content {
		gap: 26px;
	}

	.libro-header {
		gap: 14px;
	}

	.libro-kicker {
		font-size: 10px;
		line-height: 14px;
	}

	.libro-title {
		font-size: 24px;
		line-height: 29px;
	}

	.libro-meta {
		gap: 38px;
	}

	.libro-meta-label {
		font-size: 7px;
		line-height: 12px;
	}

	.libro-meta-value {
		font-size: 16px;
		line-height: 19px;
	}

	.libro-description {
		font-size: 11px;
		line-height: 16px;
	}

	.libro-chapters-section {
		gap: 10px;
	}

	.libro-chapters {
		gap: 12px;
	}

	.libro-chapter {
		gap: 10px;
		font-size: 10px;
		line-height: 16px;
	}

	.libro-chapter::before {
		font-size: 12px;
		line-height: 15px;
	}

	.libro-section-label {
		font-size: 9px;
		line-height: 11px;
		margin-bottom: 15px;
	}

	.libro-quote {
		gap: 4px;
		padding: 14px;
		height: auto;
	}

	.libro-quote-text {
		font-size: 11px;
		line-height: 17px;
	}

	.libro-quote-author {
		font-size: 9px;
		line-height: 11px;
	}

	.libro-cta-band {
		padding: 21px;
		gap: 11px;
		height: auto;
	}

	.libro-cta-title {
		font-size: 12px;
		line-height: 16px;
	}

	.libro-cta-actions {
		gap: 8px;
		display: flex;
		flex-direction: column;
	}

	.libro-btn-primary,
	.libro-btn-secondary {
		height: 36px;
		font-size: 8px;
		width: 100%;
	}

	.libro-cover {
		aspect-ratio: 1 / 1.42;
	}

	.libro-cover-caption {
		font-size: 7px;
		line-height: 12px;
	}

	.libro-cover-author {
		font-size: 10px;
		line-height: 14px;
	}

	.libro-btn-primary:hover {
		animation: var(--button-animation);
		background-color: #034732;
	}

	.libro-btn-secondary:hover {
		animation: var(--button-animation);
		border-color: #466060;
	}

	.libro-btn--primary {
		background-color: #466060;
		color: #FFFFFF;
	}

	.libro-btn--secondary {
		background-color: #FFFFFF;
		color: #034732;
		border: 1px solid #E5E7EB;
	}

	.libro-btn--secondary:hover {
		border-color: #466060;
	}

	.libro-rating {
		justify-content: center;
	}

	.libro-meta-item {
		gap: 3px;
	}

	.libro-route-section {
		gap: 8px;
	}

	.libro-route-label {
		font-size: 10px;
		line-height: 1.2;
	}

	.libro-route-title {
		font-size: 18px;
		line-height: 1.2;
	}

	.libro-route-description {
		font-size: 11px;
		line-height: 16px;
	}

	.libro-chapter-title {
		font-size: 11px;
		line-height: 1.2;
		grid-column: 2;
		display: flex;
		flex-direction: column;
		gap: 4px;
	}

	.libro-chapter-title::before {
		display: none;
	}

	.libro-chapter-description {
		font-size: 10px;
		line-height: 16px;
		grid-column: 2;
	}

	.libro-subdescription {
		font-size: 11px;
		line-height: 16px;
	}
}

@media (max-width: 479px) {
	.libro-wrap-mobile {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.libro-wrap {
		display: none;
	}

	.libro-main {
		padding: 30px var(--lateral-spacing);
	}

	.libro-header-section-mobile {
		display: grid;
		grid-template-columns: 3fr 7fr;
		gap: 20px;
		align-items: flex-start;
		height: auto;
	}

	.libro-header-content-mobile {
		display: flex;
		flex-direction: column;
		gap: 20px;
		height: 100%;
	}

	.libro-header-mobile {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.libro-header-mobile .libro-kicker {
		font-weight: 700;
		font-size: 11px;
		line-height: 100%;
		letter-spacing: 8%;
		color: #466060;
	}

	.libro-header-mobile .libro-title {
		font-weight: 700;
		font-size: 20px;
		line-height: 120%;
		letter-spacing: 0%;
	}

	.libro-wrap-mobile .libro-description {
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
		letter-spacing: 0%;
		color: #4A5466;
	}

	.libro-sidebar-mobile {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.libro-meta-mobile {
		display: flex;
		gap: 12px;
	}

	.libro-meta-mobile .libro-meta-item {
		flex: 1;
		gap: 2px;
	}

	.libro-meta-mobile .libro-meta-label {
		font-weight: 700;
		font-size: 9px;
		line-height: 100%;
		letter-spacing: 8%;
	}

	.libro-meta-mobile .libro-meta-value {
		font-weight: 700;
		font-size: 19px;
		line-height: 100%;
		letter-spacing: 0%;
	}

	.libro-btn-primary-mobile {
		font-weight: 700;
		font-size: 14px;
		line-height: 100%;
		letter-spacing: 0%;
		text-align: center;
		height: 49px;
		cursor: pointer;
		padding: 16px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		text-decoration: none;
		box-sizing: border-box;
		transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		width: 100%;
		background-color: #466060;
		color: #FFFFFF;
		border: none;
	}

	.libro-stars {
		font-weight: 400;
		font-size: 14px;
		line-height: 100%;
		letter-spacing: 0%;
		display: flex;
		align-items: center;
		height: 17px;
	}

	.libro-rating-value {
		font-weight: 700;
		font-size: 12px;
		line-height: 100%;
		letter-spacing: 0%;
		display: flex;
		align-items: center;
		height: 14px;
	}

	.libro-rating-section {
		display: flex;
		flex-direction: column;
		gap: 8px;
		height: auto;
		border: 1px solid #F3F4F6;
		padding: 12px 15px;
		opacity: 1;
		transform: none;
	}

	.libro-reviews {
		font-weight: 400;
		font-size: 10px;
		line-height: 100%;
		letter-spacing: 0%;
	}

	.libro-btn-primary-mobile:hover {
		animation: var(--button-animation);
		background-color: #034732;
	}

	.libro-route-section-mobile {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.libro-route-label-mobile {
		font-weight: 500;
		font-size: 12px;
		line-height: 100%;
		letter-spacing: 6%;
		color: #466060;
	}

	.libro-route-title-mobile {

		font-weight: 300;
		font-size: 20px;
		line-height: 100%;
		letter-spacing: 0%;
		color: #034732;
	}

	.libro-route-description-mobile {
		font-weight: 400;
		font-size: 13px;
		line-height: 20px;
		color: #4A5565;

	}

	.libro-chapters-section-mobile {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}

	.libro-section-label-mobile {
		font-weight: 600;
		font-size: 12px;
		line-height: 100%;
		letter-spacing: 0%;
		color: #034732;
	}

	.libro-chapters-mobile {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.libro-chapter-mobile {
		display: grid;
		grid-template-columns: 24px 1fr;
		gap: 4px 14px;
		counter-increment: chapter-counter;
		align-items: start;
	}

	.libro-chapter-mobile::before {
		content: counter(chapter-counter, decimal-leading-zero);
		font-weight: 700;
		font-size: 15px;
		line-height: 100%;
		letter-spacing: 0%;
		color: #98BFBF;
		grid-column: 1;
		text-align: center;
	}

	.libro-chapter-title-mobile {
		font-weight: 600;
		font-size: 14px;
		line-height: 100%;
		letter-spacing: 0%;
		color: #034732;
		margin: 0;
		grid-column: 2;
		display: flex;
		flex-direction: column;
		gap: 5px;
	}

	.libro-chapter-title-mobile::before {
		display: none;
	}

	.libro-chapter-description-mobile {
		font-weight: 400;
		font-size: 12px;
		line-height: 18px;
		letter-spacing: 0%;
		color: #4A5565;
		margin: 0;
		grid-column: 2;
	}

	.libro-subdescription-mobile {
		font-weight: 400;
		font-size: 12px;
		line-height: 19px;
		letter-spacing: 0%;
		color: #99A1AF;
	}

	.libro-quote-mobile {
		display: flex;
		flex-direction: column;
		gap: 6px;
		padding: 20px;
		background-color: #FFFFFF;
		border: 1px solid #E5E8EB;
	}

	.libro-quote-text-mobile {
		font-weight: 400;
		font-size: 13px;
		line-height: 20px;
		letter-spacing: 0%;
		color: #4A5565;
	}

	.libro-quote-author-mobile {
		font-weight: 600;
		font-size: 11px;
		line-height: 100%;
		letter-spacing: 0%;
		color: #99A1AF;
	}

	.libro-cta-band-mobile {
		background-color: #FFFFFF;
		padding: 16px;
		display: flex;
		flex-direction: column;
		gap: 15px;
		border: 1px solid #E5E8EB;
	}

	.libro-cta-title-mobile {
		font-weight: 700;
		font-size: 15px;
		line-height: 100%;
		letter-spacing: 0%;
		color: #034732;
	}

	.libro-cta-actions-mobile {
		display: flex;
		gap: 10px;
		flex-direction: column;
	}

	.libro-btn-mobile {
		font-weight: 600;
		font-size: 13px;
		line-height: 100%;
		letter-spacing: 0%;
		height: 40px;
		cursor: pointer;
		padding: 14px;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		text-decoration: none;
		box-sizing: border-box;
		transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		width: 100%;
	}

	.libro-btn-mobile:hover {
		transform: translateY(-2px);
		box-shadow: 0 4px 12px rgba(70, 96, 96, 0.15);
	}

	.libro-btn--primary-mobile {
		background-color: #466060;
		color: #FFFFFF;
		border: 1px solid #466060;
	}

	.libro-btn--secondary-mobile {
		background-color: #FFFFFF;
		color: #034732;
		border: 1px solid #E5E7EB;
	}

	.libro-btn--secondary-mobile:hover {
		border-color: #466060;
	}
}