/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.4.1776059970
Updated: 2026-04-13 05:59:30

*/
:where(.wp-site-blocks :focus) {
    outline: none !important;
}
.width-fit {
	width: fit-content !important;
}

.author-box {
	display: flex;
    gap: 12px;
    align-items: center;
}
.author-avatar img {
	height: 34px;
    width: 34px;
    border-radius: 50%;
}
.author-content {
	color: rgba(255,255,255,0.5);
	font-size: 12px;
	font-weight: 400;
}
.author-content .author-name {
	color: rgba(255,255,255,0.85);
	margin-bottom: 2px;
}
.post-views-count {
	color: #9bb1bc;
	display: block;
	font-size: 12px;
}
.views-count {
	align-items: baseline;
}
.wp-block-post-template-is-layout-grid .author-avatar {
    display: flex;
    align-items: center;
}
.wp-block-post-template-is-layout-grid .author-avatar img {
    height: 26px;
    width: 26px;
}
.wp-block-post-template-is-layout-grid .author-box {
    gap: 8px;
}
.wp-block-post-template-is-layout-grid .author-box p {
    margin: 0;
}
.wp-block-post-template-is-layout-grid .author-meta,
.wp-block-post-template-is-layout-grid .author-name {
    color: #1a2830;
} 
.wp-block-post-template-is-layout-grid .author-name {
    line-height: 1;
    margin-bottom: 0;
}
.wp-block-post-template-is-layout-grid .author-content .category {
    display: none;
}
.wp-block-post-template-is-layout-grid .wp-block-post .taxonomy-category {
    position: absolute;
    top: 12px;
    left: 12px;
    text-transform: none;
}

/* header */
.wp-block-navigation-link a {
    border-radius: 8px;
    display: block;
    line-height: 1.2;
    padding: 8px 16px !important;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.wp-block-navigation-link a:hover,
.wp-block-navigation-link a[aria-current="page"] {
    background: #e3f4fc;
    color: #235472;
}
.btn-add-post {
    padding: 9px 20px;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    background: #235472;
    color: #fff;
    border-radius: 8px;
}

/* post popup */
#blog-preview-modal {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#blog-preview-container {
    background: #fff;
    width: 90%;
    max-width: 760px;
    max-height: 90vh;
    border-radius: 16px;
    overflow-y: auto;
    position: relative;
}

.popup-author-wrapper {
	margin-bottom: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d0dce3;
}
.popup-author-wrapper .author-name {
	color: #1a2830;
	font-size: 14px;
	margin-bottom: 1px;
}
.popup-author-wrapper .author-meta {
	color: #5a6e7a;
	font-size: 13px;
}.popup-author-wrapper .author-avatar img {
	height: 44px;
	width: 44px;
}
.popup-content { 
	position: relative; 
}
.popup-close {
    position: absolute;
    right: 20px; top: 20px;
    font-size: 30px; cursor: pointer; z-index: 10;
    color: #fff; text-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.popup-image img {
    height: 280px;
    border-radius: 16px 16px 0 0;
    display: block;
    object-fit: cover;
    width: 100%; 
}

.popup-body { 
	padding: 36px; 
}
.popup-body h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 14px;
	margin-top: 0;
} 
.popup-cat {
    background: #e3f4fc; 
    color: #189ed6;
    display: block;
    padding: 4px 12px; 
    border-radius: 20px;
    font-size: 11px; 
    margin-bottom: 14px;
    text-transform: uppercase; 
    font-weight: 700;
    width: fit-content;
}
.popup-loader {
	padding: 20px;
}
.popup-text p { 
	font-size: 15px;
	line-height: 1.8;
	color: #1a2830;
	margin-bottom: 18px;
}

/* team */
.team-section {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    max-width: 350px;
    font-family: inherit;
}

.team-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
}

.team-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.team-member {
    display: flex;
    align-items: center;
    gap: 12px;
}

.team-avatar {
	background: #235472;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    flex-shrink: 0;
}

.team-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.team-info p {
	margin: 0;
}

.team-name-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.team-name {
    font-weight: 700;
    font-size: 13px;
    color: #1a2830;
}

.team-badge {
    background: #eff5ff;
    color: #6b87b3;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 12px;
    white-space: nowrap;
}

.team-count {
    font-size: 12px;
    color: #5a637a;
}

/* popular posts */
.popular-posts .post-views-count {
	color: #5a6e7a;
	font-size: 11px;
}

/* products */
.product-availability {
    background: #e6f4ea;
    border-radius: 20px;
    color: #1a6b30;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 12px;
}
.product-availability.is-low-stock {
    background: #fff4e0;
    color: #9a5800;

}
.product-category {
    background: #1a3f58;
    border-radius: 20px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 12px;
    position: absolute;
    left: 12px;
    top: 12px;
}
.product-price-current {
    color: #235472;
    font-size: 21px;
    font-weight: 800;
}
.product-price-old {
    font-size: 13px;
    color: #9bb1bc;
    text-decoration: line-through;
    margin-left: 6px;
}
.products li {
    display: flex;
}
.products li > .wp-block-group,
.products li > .wp-block-group > .wp-block-group {
    display: flex;
    flex-wrap: wrap;
}
.products li > .wp-block-group h2 {
    height: 41.41px;
}
.products li > .wp-block-group .wp-block-columns {
    width: 100%;
}

/* post */

.wp-block-query.posts li {
    display: flex;
}
.wp-block-query.posts li > .wp-block-group {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
}
.post-more {
    margin-top: auto;
    width: 100%;
}


@media (max-width: 1200px) {
    .posts .wp-block-post-template-is-layout-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991px) {
    .posts-container {
        flex-wrap: wrap !important;
    }
    .posts-container > .wp-block-column {
        flex-basis: 100% !important;
    }
}

@media (max-width: 768px) {
    .posts .wp-block-post-template-is-layout-grid {
        grid-template-columns: 1fr !important;
    }
}