/*
Theme Name: Blocksy Child
Theme URI: https://creativethemes.com/blocksy/
Template: blocksy
Author: CreativeThemes
Author URI: https://creativethemes.com
Description: Blocksy is a fast, modern WordPress theme with advanced WooCommerce support and full compatibility with the block editor.
Tags: accessibility-ready,blog,block-patterns,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments
Version: 2.1.47.1783098273
Updated: 2026-07-03 23:04:33

*/


.post-meta-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    background: #f6f8f7;
    border: 1px solid #e5e9e7;
    border-radius: 8px;
    padding: 14px 20px;
    margin: 20px 0 24px 0;
    font-size: 13.5px;
}

.post-meta-info p {
    margin: 0 24px 8px 0;
    color: #4a4a4a;
    line-height: 1.5;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.post-meta-info strong {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-right: 5px;
    white-space: nowrap;
}

.post-meta-info a {
    color: #2e7d32;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
}

.post-meta-info a:hover {
    border-bottom-color: #2e7d32;
}

.post-meta-info p:not(:last-child):not(.rh-meta-source) {
    border-right: none;
    padding-right: 0;
}

.post-meta-info p.rh-meta-source {
    flex: 1 1 100%;
    margin: 8px 0 0 0;
    padding-top: 10px;
    border-top: 1px dashed #d0d5d3;
    border-right: none !important;
    padding-right: 0 !important;
}

@media (max-width: 600px) {
    .post-meta-info {
        flex-direction: column;
        align-items: flex-start;
        padding: 12px 16px;
    }
    .post-meta-info p {
        margin: 0 0 8px 0;
        border-right: none !important;
        padding-right: 0 !important;
    }
    .post-meta-info p.rh-meta-source {
        margin-top: 4px;
        padding-top: 8px;
    }
}


/* ===== Rating ===== */
.rh-product-rating{ display:flex; align-items:center; gap:8px; margin-bottom:8px; }
.rh-rating-count{ font-size:13px; color:#6b7a74; }


.summary.entry-summary p.price{
	margin-bottom: 6px !important;
}



/* Duplicate rating হাইড — যদি remove_action কোনো কারণে কাজ না করে, এই CSS নিশ্চিত করে শুধু আমাদের rating row-ই দেখাবে */
.summary.entry-summary .woocommerce-product-rating{ display:none !important; }

/* Comment form — সহজ ও প্রিমিয়াম লুক */
#respond{
	margin-top:20px; padding:22px; background:#fff;
	border:1px solid rgba(0,135,95,0.14); border-radius:14px;
}

#respond > label,
#respond .comment-form-author > label,
#respond .comment-form-email > label,
#respond .comment-form-comment > label,
#respond .rh-rating-select > label{
	font-weight:600; color:#00432c;
}

/* star labels-কে জোর করে override — specificity war এড়াতে */
#respond .rh-star-input label{
	color:#d8dfdb !important; font-weight:400 !important;
}
#respond .rh-star-input input:checked ~ label,
#respond .rh-star-input label:hover,
#respond .rh-star-input label:hover ~ label{
	color:#f5a623 !important;
}

#respond .comment-form-comment textarea{
	width:100%; border-radius:10px; border:1px solid #d8e3de;
	padding:12px 14px; font-size:14.5px; resize:vertical;
}
#respond .comment-form-comment textarea:focus{
	outline:none; border-color:#00875f; box-shadow:0 0 0 3px rgba(0,135,95,0.12);
}
#respond .form-submit input[type="submit"]{
	background:#00875f; color:#fff; border:none; padding:12px 26px;
	border-radius:10px; font-weight:700; cursor:pointer;
	transition:background .2s ease, transform .15s ease;
}
#respond .form-submit input[type="submit"]:hover{
	background:#00734f; transform:translateY(-1px);
}

/* Star-click rating input */
.rh-rating-select{ margin: 10px 0 16px; }
.rh-star-input{
	display:flex; flex-direction:row-reverse; justify-content:flex-end;
	gap:3px; font-size:28px; margin-top:6px; width:max-content;
}
.rh-star-input input{ display:none; }
.rh-star-input label{
	color:#d8dfdb; cursor:pointer; transition:color .15s ease; line-height:1;
}
.rh-star-input input:checked ~ label,
.rh-star-input label:hover,
.rh-star-input label:hover ~ label{
	color:#f5a623;
}


.rhozex-category-title {
    color: #007a53;
    font-size: 26px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 14px;
}

.rhozex-category-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 4px;
    background: #4ca634;
    border-radius: 2px;
}

.term-description {
    background: #f4faf7;
    border-left: 4px solid #007a53;
    border-radius: 10px;
    padding: 20px 28px;
    color: #333;
    line-height: 1.7;
}

/* Shop পেজে থিমের hero title হাইড করা */
body.woocommerce-shop .hero-section {
    display: none !important;
}

/* ক্যাটাগরি পেজেও একইভাবে (আগেই যোগ করা থাকলে ডুপ্লিকেট করবেন না) */
body.tax-product_cat .hero-section {
    display: none !important;
}



.rh-llm-share-block {
    margin: 0 0 20px 0;
    padding: 14px 20px;
    background: #f6f8f7;
    border: 1px solid #e5e9e7;
    border-radius: 8px;
}
.rh-llm-share-title {
    font-weight: 700;
    font-size: 15px;
    color: #1a1a1a;
    margin-bottom: 10px;
}
.rh-llm-share-buttons {
    display: flex;
    gap: 12px;
    width: 100%;
}
.rh-llm-btn {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 16px;
    border: 1px solid #d0d5d3;
    border-radius: 8px;
    color: #1a1a1a !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    background: #fff;
    transition: border-color 0.2s ease, background 0.2s ease;
}
.rh-llm-btn:hover {
    border-color: #2e7d32;
    background: #f4faf7;
}
@media (max-width: 480px) {
    .rh-llm-share-buttons {
        flex-direction: column;
    }
}

/* ===== Trust Badges (Shipping + Return) — price এর পরে, mobile-responsive ===== */
.rh-trust-badges {
    display: flex;
    gap: 12px;
    margin: 4px 0 16px;
}
.rh-trust-badge {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 12px;
    background: #f4faf7;
    border: 1px solid rgba(0, 135, 95, 0.2);
    border-radius: 10px;
    min-width: 0; /* text overflow ঠিক রাখতে */
}
.rh-trust-badge svg {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}
.rh-trust-badge-text {
    display: flex;
    flex-direction: column;
    line-height: 1.35;
    min-width: 0;
}
.rh-trust-badge-text strong {
    font-size: 12.5px;
    font-weight: 700;
    color: #00432c;
    white-space: nowrap;
}
.rh-trust-badge-text span {
    font-size: 11px;
    color: #5a6b64;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .rh-trust-badges {
        flex-direction: column;
        gap: 8px;
    }
    .rh-trust-badge {
        padding: 9px 10px;
    }
    .rh-trust-badge svg {
        width: 20px;
        height: 20px;
    }
    .rh-trust-badge-text strong {
        font-size: 12px;
        white-space: normal;
    }
    .rh-trust-badge-text span {
        font-size: 10.5px;
        white-space: normal;
    }
}