/*
Theme Name: Sakurairo Child
Theme URI: https://github.com/mirai-mamori/Sakurairo
Description: Sakurairo 子主题，用于存放自定义文件（Ultimate Member 邮件模板等），避免父主题升级时被覆盖。
Author: tabitabi
Template: Sakurairo
Version: 1.0.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sakurairo-child
*/

/* Footer CC license link styling.
   Used by HTML emitted from iro_options['footer_info'].
   Two-line layout: copyright on top, license link (4 icons + 中文 description) on
   the second line. inline-flex + white-space:nowrap on the link keeps icons and
   text bound together when narrow viewports wrap the second line. */
.footer_info .footer-license {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: inherit;
    text-decoration: none;
    opacity: 0.85;
    transition: opacity .2s ease;
    margin-top: 4px;
    white-space: nowrap;
}

.footer_info .footer-license:hover {
    opacity: 1;
}

.footer_info .footer-license i {
    font-size: 1.1em;
}
