
.roboyad_single_container_panert {
    margin-top: 55px;
}

.roboyad_single_container {
    background-color: white;
    border: 2px solid var(--border_color_1);
    padding: 20px 18px;
    border-radius: 8px;
}

.roboyad_single_container_name {
    font-size: 24px;
    color: var(--text_color_1);
    margin-bottom: 18px;
    text-align: start;
}

.roboyad_single_blog_image {
    width: 100%;
    height: 346px;
    background-size: cover;
    background-position: center;
    border: 8px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 18px;
}

.roboyad_single_blog_auther_date {
    display: flex;
    align-items: start;
    justify-content: start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 16px;
    gap: 18px;
}

.roboyad_single_blog_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.roboyad_single_blog_item svg {
    margin-left: 7px;
}

.roboyad_single_blog_item p {
    color: var(--text_color_3);
    font-weight: bold;
}


.roboyad_single_blog_contact {
    font-size: 16px;
}

.roboyad_single_blog_contact p {
    line-height: 28px;
}

@media (max-width: 640px) {

    .roboyad_single_container_panert {
        margin-top: 0px;
    }
}


/*--------------------------------------------------------------------*/
/* content */
/*--------------------------------------------------------------------*/



.roboyad_single_blog_contact h1 {
    margin: 15px 0px 15px 0px;
    font-size: 23px;
}

.roboyad_single_blog_contact h2 {
    margin: 12px 0px 12px 0px;
    font-size: 20px;
}

.roboyad_single_blog_contact h3 {
    margin: 10px 0px 10px 0px;
    font-size: 18px;
}


.roboyad_single_blog_contact  ul {
    list-style: revert;
    padding-right: 20px;
}

.roboyad_single_blog_contact ul li {
    font-weight: 600;
    line-height: 27px;
}





.roboyad_single_blog_contact table {
    margin: 30px 0px;
}

.roboyad_single_blog_contact table th {
    padding: 10px !important;
}

.roboyad_single_blog_contact .table-wrapper {
    width: 100%;
    max-width: 900px;
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Table */
.roboyad_single_blog_contact table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 16px;
}

/* Header */
.roboyad_single_blog_contact thead th {
    background: linear-gradient(135deg, #4f46e5, #6366f1);
    color: #ffffff;
    padding: 18px;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

/* Body Cells */
.roboyad_single_blog_contact tbody td {
    padding: 16px;
    text-align: center;
    font-size: 0.95rem;
    color: #374151;
}

/* First Column (Feature titles) */
.roboyad_single_blog_contact tbody td:first-child {
    font-weight: 600;
    color: #111827;
    background: #f9fafb;
}

/* Zebra rows */
.roboyad_single_blog_contact tbody tr:nth-child(even) td {
    background: #f3f4f6;
}

/* Hover Effect */
.roboyad_single_blog_contact tbody tr:hover td {
    background: #eef2ff;
    transition: background 0.3s ease;
}

/* Highlight Columns */
.roboyad_single_blog_contact tbody td:nth-child(2) {
    color: #292929;
    font-weight: 500;
}

.roboyad_single_blog_contact tbody td:nth-child(3) {
    color: #292929;
    font-weight: 500;
}

/* Responsive */
@media (max-width: 640px) {
    .roboyad_single_blog_contact thead {
        display: none;
    }

    .roboyad_single_blog_contact table,
    tbody,
    tr,
    td {
        display: block;
        width: 100%;
    }

    .roboyad_single_blog_contact tbody tr {
        margin-bottom: 16px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 10px 20px rgba(0,0,0,0.06);
    }

    .roboyad_single_blog_contact tbody td {
        text-align: right;
        padding: 5px;
        position: relative;
    }

    .roboyad_single_blog_contact tbody td::before {
        content: attr(data-label);
        font-weight: 700;
        color: #4f46e5;
        display: block;
        margin-bottom: 6px;
        font-size: 0.85rem;
    }


    /*.roboyad_single_blog_contact tbody td:first-child {*/
    /*    background: #c6c6c6;*/
    /*}*/

    .roboyad_single_blog_contact tbody td:first-child {

         background: none;
    }

}







@media (max-width: 640px) {


    .roboyad_single_blog_contact h1 {
        margin: 5px 0px 5px 0px;
        font-size: 18px;
        line-height: 29px;
    }

    .roboyad_single_blog_contact h2 {
        margin: 10px 0px 10px 0px;
        font-size: 17px;
    }

    .roboyad_single_blog_contact h3 {
        margin: 10px 0px 10px 0px;
        font-size: 16px;
    }
}


/*--------------------------------------------------------------------*/
/* نویسنده ها  */
/*--------------------------------------------------------------------*/


.chose_profile_container {
    background-color: white;
    border: 2px solid var(--border_color_1);
    padding: 12px 18px;
    border-radius: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.chose_profile_container_image_name_titile{
    display: flex;
    align-items: center;
    justify-content: start;
}


.chose_profile_container_image_name_titile img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 50%;
}

.chose_profile_container_name_titile {
    margin-right: 15px;
}

.chose_profile_container_name {
    font-size: 16px;
    color: #37474F;
    font-weight: bold;
    margin-bottom: 8px;
}

.chose_profile_container_titile {
    font-size: 14px;
    color: #37474F;
    font-weight: 600;
}

.chose_profile_container_button {
    background-color: #FBC447;
    border-radius: 5px;
    padding: 12px 16px;
    color: black;
    font-weight: bold;
}




.chose_profile_container_parent {
    gap: 10px;
    display: flex;
    flex-direction: column;
}


@media (max-width: 426px) {

    .chose_profile_container_titile {
        font-size: 12px;
    }

    .chose_profile_container_name {
        font-size: 14px;
        color: #37474F;
        font-weight: bold;
        margin-bottom: 4px;
    }

    .chose_profile_container_image_name_titile {
        width: 100%;
        margin-bottom: 13px;
    }

    .chose_profile_container_image_name_titile img {
        width: 65px !important;
        height: 65px !important;
    }
    .chose_profile_container_name_titile {
        margin-right: 10px !important;
    }

    .chose_profile_container {
        padding: 12px 12px !important;
        flex-direction: column;
    }

    .chose_profile_container_button {
        padding: 7px 8px;
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
}

