/**
 * Copyright ©2024 The sako Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style
 * license that can be found in the LICENSE file.
 */

.no-btn {
	border: 0;
	background-color: initial;
	vertical-align: unset;
}
.no-btn:hover {
	border: 0;
	background-color: initial;
	vertical-align: unset;
	cursor: pointer;
}

.sako-pill {
	font-size:87.5%;
	border-radius:.2rem;
	background:#ddd;
}

.sako-no-padding {
	padding: 0;
	margin-bottom: 0;
	border-bottom: 0;
}

.sako-small-navbar {
	padding-top: 3px;
	padding-bottom: 1px;
	margin-bottom: 0;
	border-bottom: 0;
	color: #000;
}

.sako-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  padding: 5px;
}

.sako-grid-container > div {
  text-align: left;
  padding: 3px;
}

.sako-grid-item {
  padding: 2px;
}

.sako-icon-link {
  color: unset;
  fill: unset;
}

a.sako-icon-link {
  color: unset;
  fill: unset;
}
