@media screen and (max-width: 480px) {
    .services div.service_text, .services.right div.service_text {
        padding: 0 !important;
        text-align: unset !important;
    }
}
[lang="fa-IR"] .fullwidth_fix {position:relative;right:calc(50% - 50vw);width:100vw!important;max-width:inherit!important}
.fullwidth_fix{position:relative;left:calc(50% - 50vw);width:100vw!important;max-width:inherit!important}
[lang='fa-IR'] *:not(i,img,div,svg,video)  {
  font-family: 'Vazirmatn';
}
.content {
margin: 0px 0px !important;
}
.page_content {
margin: 0px 0px 32px 0px;
}
[class*="wp-block-"] {
margin-top: 32px;
margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
    .cz_post_content ol, .cz_post_content ul, article.post ol, article.post ul, .comment-content ul, .comment-content ol, .wp-block-latest-posts.is-grid li
 {
        margin: 0 0 30px 40px;
    }
}
/* .xtra-cover-type-title {
    display: none !important;
} */
figure table {
    width: 100%;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; /* اسکرول نرم در iOS */
}

figure table td,
figure table th {
    white-space: nowrap;
    min-width: 100px; /* حداقل عرض برای ستون‌ها */
    padding:8px;
    text-align:start
}
.golden{
	color:#C49964;
}
.libutton {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 7px;
        text-align: center;
        outline: none;
        text-decoration: none !important;
        color: #ffffff !important;
        width: 200px;
        height: 32px;
        border-radius: 16px;
        background-color: #0A66C2;
      }


/* Wrapper */
.wp-block-table {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    margin: 1.5rem 0;
}

/* Table */
.wp-block-table table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
    border-spacing: 0;
}

/* Cells */
.wp-block-table th,
.wp-block-table td {
    padding: 14px 18px;
    vertical-align: top;
    border: 1px solid #ddd;
    text-align: left;
    word-break: break-word;
}

/* Header */
.wp-block-table th {
    background: #f7f7f7;
    font-weight: 600;
}

/* Zebra */
.wp-block-table tbody tr:nth-child(even) {
    background: #fafafa;
}

/* Hover */
.wp-block-table tbody tr:hover {
    background: #f2f7ff;
}

.wp-block-table.is-style-stripes {
border-bottom:unset;
}
table {
	border:unset!important
}