@charset "UTF-8"; /* Set the encoding of the style sheet to Unicode UTF-8 */
.wp-block-custom-gutenberg-module-custom-block:before {
    content: "پیشنهاد خواندنی :";
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}
.custom-block-image-container a {
    color: #346ED1;
}

.wp-block-custom-gutenberg-module-custom-block {
    border-radius: 12px;
    border: 1px solid #EAECF0;
    background: #2755A3;
    padding: 24px 20px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    margin: 15px 0;
}
.info-read-more-parent {
    border-radius: 8px;
    border: 1px solid #EAECF0;
    background: #FCFCFD;
}
.custom-block-image-container {
    display: flex;
    padding: 8px;
    align-items: center;
}
.custom-block-image-container p {
    color: #346ED1;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    padding: 12px;
}
.custom-block-image-container img[src=""] {
    display: none;
}

.custom-block-image-container img {
    width: 80px;
    height: 80px;
}
/* Hide honeypot field from real users */
.wpcf7-form input[name="cc_website"]{
    position:absolute !important;
    left:-9999px !important;
    width:1px !important;
    height:1px !important;
    opacity:0 !important;
}
.form-hair-transplant .wpcf7-not-valid-tip {
    font-size: 12px !important;
}
/* Hide honeypot field from real users */
.cc-hp-field{
    position:absolute !important;
    left:-9999px !important;
    width:1px !important;
    height:1px !important;
    opacity:0 !important;
    overflow:hidden !important;
}

@media only screen and (max-width: 768px) {

    .custom-block-image-container p {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
    }
    .wp-block-custom-gutenberg-module-custom-block {
        padding: 16px;
    }
}