.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
  text-decoration: none;
}
.hfe-nav-menu a.hfe-sub-menu-item {line-height:1.4em; text-align:right; direction: rtl;}
.single-post .post-thumb img {
  box-shadow: 0px 0px 20px #bab17c;
  border-radius: 30px;
}
	
@media screen and (min-width: 992px) {
	.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {margin-right: 10px; margin-left: 0;}
	.hfe-nav-menu a.hfe-sub-menu-item {line-height:1.4em; width:240px;}
}

@media screen and (max-width: 767px) {
table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
	p, b, li, h1, h2, h3, h4, h5, h6 {line-height: 1.6em}
}

/* ---------------BEGIN: Css for buttons block in all blog posts */

/* Main container for centering and spacing */
.fal-buttons-container {
    max-width: 600px;
    margin: 40px auto; /* Adds space above and below the whole block */
    padding: 10px;
    text-align: center;
    font-family: IRANYekan,Helvetica,Arial,sans-serif; /* A beautiful font for Persian text */
    direction: rtl; /* Right-to-left direction for Persian */
}

/* Base style for all buttons */
.fal-buttons-container .fal-btn {
    display: inline-block;
    padding: 12px 28px;
    border: none;
    border-radius: 50px; /* Fully rounded corners */
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    margin: 10px 5px;
}

/* Hover effect for all buttons */
.fal-buttons-container .fal-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* Specific colors and styles for each button */
.fal-btn-purple {
    background: linear-gradient(145deg, #9333ea, #7e22ce);
    width: 80%;
    max-width: 350px;
}

.fal-info-text {
    color: #4a5568;
    margin: 20px 0;
    font-size: 13px;
}

.fal-btn-gray {
    background: linear-gradient(145deg, #b0b0b0, #929292);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #808080;
    flex: 1; /* Makes both buttons in the row equal width */
    min-width: 200px;
}

.fal-btn-orange {
    background: linear-gradient(145deg, #fb923c, #f97316);
    width: 80%;
    max-width: 350px;
}

.fal-btn-wood {
    background: linear-gradient(145deg, #c89c7c, #754f34);
    width: 80%;
    max-width: 350px;
}

/* Flexbox container for the two gray buttons */
.fal-button-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px; /* Space between the two gray buttons */
    margin: 15px 0;
}

/* Responsive Design: Stacks the two gray buttons on smaller screens */
@media (max-width: 600px) {
    .fal-button-row {
        flex-direction: column; /* Stack them vertically */
        gap: 10px;
    }
    
    .fal-buttons-container .fal-btn {
        width: 90%; /* Make buttons wider on mobile */
        padding: 14px 20px;
        font-size: 15px;
    }

    .fal-btn-gray {
        min-width: initial; /* Reset min-width for mobile */
    }
}

/* ---------------END: Css for buttons block in all blog posts */

/* internal linking to pillar content in each blog post */

.fh-related-pillar-box {
    display: flex;
    align-items: center;
    background-color: #f8f9fa; /* رنگ پس‌زمینه خنثی و ملایم */
    border: 1px solid #e9ecef;
    border-right: 5px solid #1e8d82; /* نوار رنگی برند برای تاکید */
    padding: 20px;
    border-radius: 12px;
    margin: 30px 0;
    text-decoration: none;
    color: inherit;
}

.fh-related-pillar-box .icon-container {
    font-size: 2.5rem;
    margin-left: 20px;
}

.fh-related-pillar-box .text-container {
    flex-grow: 1;
}

.fh-related-pillar-box .text-container h4 {
    margin: 0 0 5px 0;
    color: #1e8d82;
    font-size: 1.15rem;
}

.fh-related-pillar-box .text-container p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.8;
    color: #555;
}
.fh-related-pillar-box .text-container p strong {
    color: #333;
}

.fh-related-pillar-box .arrow-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #1e8d82;
    color: white !important;
    border-radius: 50%;
    font-size: 2rem;
    line-height: 1;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-right: 15px; /* فاصله از متن */
}

.fh-related-pillar-box .arrow-container a:hover {
    background-color: #156a62;
    transform: scale(1.1);
}

/* استایل برای موبایل */
@media (max-width: 600px) {
    .fh-related-pillar-box {
        padding: 15px;
    }
    .fh-related-pillar-box .icon-container {
        font-size: 2rem;
        margin-left: 15px;
    }
    .fh-related-pillar-box .text-container h4 {
        font-size: 1.05rem;
    }
}

/* internal linking to pillar content in each blog post */

/* daily tarot clock in tarot landing */
.daily-promo-card {
    background-color: #f8f9fa; 
    border: 1px solid #dee2e6;
    border-left: 5px solid #8e44ad;
    border-radius: 12px;
    padding: 25px;
    margin: 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07);
    transition: all 0.3s ease;
}

.daily-promo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(142, 68, 173, 0.15);
}

.daily-promo-card .promo-icon {
    font-size: 3rem;
    color: #8e44ad;
    margin-bottom: 15px;
}

.daily-promo-card .promo-text h3 {
    font-size: 1.5em;
    font-weight: 700;
    color: #8e44ad;
    margin: 0 0 10px 0;
}

.daily-promo-card .promo-text p {
    font-size: 1em;
    color: #343a40;
    line-height: 1.8;
    margin-bottom: 20px;
}

.daily-promo-card .promo-button {
    display: inline-block;
    background-color: #8e44ad;
    color: #ffffff !important;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
}

.daily-promo-card .promo-button:hover {
    background-color: #732d91;
    transform: scale(1.05);
}
/* daily tarot clock in tarot landing */
