/*! wpo-style.css
*
* @package WP-Onaga / Inazuma
* @copyright Copyright (c) 2024 Onaga Studio <https://www.onagastudio.com/>
* @license GNU General Public License, version 2 (GPL-2.0)
*/

/*	Details Table
	---------------------------------------- */

.wpo-inazuma-table { /**/ }
.wpo-inazuma-table td {
	text-align: left;
	border: none;
	padding: 0.25rem 0;
}
body.rtl .wpo-inazuma-table td {
	text-align: right;
}
.wpo-inazuma-table td > em:before {
	content: ":";
	width: 1rem;
	font-style: normal;
	display: inline-block;
}
.wpo-inazuma-table tr > td:nth-child(odd) {
	width: 30%;
	white-space: nowrap;
}
.wpo-inazuma-table tr > td:nth-child(even) {
	width: 70%;
	text-transform: uppercase;
}

/* @Typography */
.wpo-inazuma-table {
	font: normal 400 1rem Arial,Helvetica,sans-serif;
	line-height: 1rem;
	text-transform: uppercase;
}


/*	Link Button
	---------------------------------------- */

.wpo-inazuma-button {
	width: 100%;
	border: 1px solid #ddd;
	margin: 0.5rem 0 0;
	color: #555;
	text-decoration: none;
	display: inline-block;
}
.wpo-inazuma-button-inside { /**/ }

.wpo-inazuma-button-icon:before {
	width: 2.5rem;
	height: 2.5rem;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 2.5rem;
	line-height: 1;
}
.wpo-inazuma-button-icon {
	background: #222;
	padding: 1rem;
	color: #fff;
	position: relative;
	order: 0;
}
body.rtl .wpo-inazuma-button-icon {
	order: 1;
}

.wpo-inazuma-button-text {
	text-align: center;
	padding: 0.75rem 0;
	flex-grow: 1;
	order: 1;
}
body.rtl .wpo-inazuma-button-text {
	order: 0;
}

.wpo-inazuma-button-info {
	text-align: center;
	color: #ddd;
	display: block;
}
.wpo-inazuma-button-info ul {
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}
.wpo-inazuma-button-info li {
	margin: 0 !important;
	padding: 0 !important;
	display: inline-block;
}
.wpo-inazuma-button-info li:not(:last-child):after {
	content: "/";
	padding: 0 0.5rem;
	display: inline-block;
}

/* Download Link */
.wpo-inazuma-download .wpo-inazuma-button-icon:before {
	content: "\f019" !important;
}
.wpo-inazuma-download .wpo-inazuma-button-icon { /**/ }

/* External Link */
.wpo-inazuma-external .wpo-inazuma-button-icon:before {
	content: "\f35d" !important;
}
.wpo-inazuma-external .wpo-inazuma-button-icon {
	background: #f00;
}

/* @Typography */
.wpo-inazuma-button-text {
	font: normal 400 1.25rem Arial,Helvetica,sans-serif;
	line-height: 2rem;
	text-transform: none;
}
.wpo-inazuma-button-info {
	font: normal 400 1rem Arial,Helvetica,sans-serif;
	line-height: 1rem;
	text-transform: none;
}
