.other-sites {
	margin-top: 1rem;
	.button-salad { 
		display: flex;
		flex-wrap: wrap;
		gap: 0.2rem;
		a {
			display: flex;
			&[target="_blank"]::after {
				content: none;
			}
			&:hover img {
				outline: 0.05rem solid var(--global_color-accent);
			}
		}
		img:not(.uncv) {
			border: none;
			width: 88px;
			height: 31px;
		}
	}
}

.linkboxes {
	margin-top: 1rem;

	ul {
		line-height: 1.5;
		padding: 0;
		margin: 0;
		list-style-type: none;
	}

	ul.gridbox {
		display: grid;
		grid-gap: 0.2em;
		grid-template-columns: repeat(2, 1fr);
	}
	
	.category {
		border: 0.1rem solid var(--global_color-foreground);
		padding: 0.5rem;

		ul.base-list > li:not(.title) {
			padding-left: 2em;
			text-indent: -1em;
			 
			/* a {
				display: block;
			} */
		}

		ul.base-list > ul {
			li {
				padding-left: 2rem;	
			}
		}

		&.wide {
			grid-column: 1 / 3;
		}
	}

	.title {
		display: block;
		font-weight: bold;
		font-style: italic;
	}

	.desc {
		font-size: 0.8em;
		line-height: 1.2 !important;
		font-style: italic;
		margin: 0;
		font-weight: normal;
	}
}

.fonts {
	ul.base-list span.title {
		display: inline;
	}
}