/*
Theme Name: Twenty Twenty-Five Child
Theme URI:
Description: Child theme for Twenty Twenty-Five with a fixed bottom-left widget
Author: Your Name
Author URI:
Template: twentytwentyfive
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

body {
    font-family: Vazirmatn, sans-serif !important;
}

.fixed-electronic-symbol {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    background: #ffffff;
    padding: 10px 15px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
    border-radius: 8px;
    max-width: 100px;
    font-size: 14px;
    line-height: 1.5;
    text-align:center;
}
.fixed-electronic-symbol img{
    max-width:100%
}
@media (max-width: 768px) {
    .fixed-electronic-symbol {
        position: relative;
        bottom: auto;
        left: auto;
        margin: 40px auto 0;
        box-shadow: none;
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #f9f9f9;
    }
}
.border-bottom-link {
	transition: all .5s;
	text-decoration:none !important;;
	border-bottom: 1px dashed rgba(27,63,122,.35) !important;
}
.border-bottom-link:hover {
	border-bottom-color: transparent !important;
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content{
	text-decoration: none !important;
}
.rdap-content-page {
	min-height: calc( 100vh - 250px);
}
