/*
Theme Name: Quantum Lab
Theme URI: http://linlab.sziqa.ac.cn
Author: Lin Lab
Author URI: http://linlab.sziqa.ac.cn
Description: Accessible Soft UI theme for a two-dimensional quantum materials laboratory, with editable Graphene and Kagome visual elements and responsive bento layouts.
Version: 1.11.13
Requires at least: 7.0
Tested up to: 7.0.1
Requires PHP: 8.2
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: quantum-lab
Tags: science, research, dark, grid-layout, custom-colors, custom-logo, custom-menu, featured-images, translation-ready, block-patterns
*/

/* Compiled CSS lives at assets/dist/style.css. These unlayered rules protect
   action text from WordPress global link-color overrides. */
.btn.btn-primary,
a.btn.btn-primary,
button.btn.btn-primary,
input.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:visited,
.btn.btn-primary:active {
	color: #071411 !important;
	-webkit-text-fill-color: #071411;
	text-shadow: none;
}

.wp-block-button__link:not(.has-text-color),
.wp-element-button.has-graphene-background-color,
.wp-element-button.has-kagome-background-color {
	color: #071411 !important;
}

.btn.btn-primary:disabled,
.btn.btn-primary[aria-disabled="true"] {
	color: #071411 !important;
	opacity: .58;
}

/* WordPress emits its flow-layout margins outside the theme's CSS layers.
   Reset them here so cards sharing an Ideas grid row stretch equally. */
.ideas-grid > .idea-card {
	align-self: stretch;
	margin-block: 0 !important;
}
