/* --------------------------------------------|
|                                              |
|  Component More TODOIS                       |
|                                              |
|-------------------------------------------- */

.more {
	color: #a81c31;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding: 10px 10px 10px 22px;
	cursor: pointer;
}

.more:hover {
	text-decoration: underline;
}

.more::before {
	content: "\2192 \0020";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	color: #a81c31;
	font-family: "btpnormal", sans-serif;
	font-size: 22rem;
	line-height: 0;
	cursor: pointer;
}

/* --------------------------------------------|
|                                              |
|  with summary                                |
|                                              |
|-------------------------------------------- */

summary {
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}
