.elementor-1272 .elementor-element.elementor-element-f4085db{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1272 .elementor-element.elementor-element-f4085db:not(.elementor-motion-effects-element-type-background), .elementor-1272 .elementor-element.elementor-element-f4085db > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1272 .elementor-element.elementor-element-64c014a > .elementor-widget-container{margin:0px 0px 0px 0px;padding:5px 5px 5px 5px;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-64c014a */.digital-card-container {
  display: flex;
  justify-content: center;
  background: white;
}

.digital-card-frame {
  background: white;
  width: 100%;

}

.digital-card h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  color:#194687;
}

.digital-card .subtitle {
  text-align: center;
  color: #194687;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.card-section {
  border-radius: 16px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #DCE9F9;
}

.section-name {
  margin-bottom: 10px;
  color: #194687;
text-align:center;}

.card-field {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  color: #333;
}

.card-field span {
  font-weight: bold;
}
.card-row {
  margin-bottom: 15px;
}
.card-red {
      color: #DC3C1B;
    margin-bottom: 15px;
}
.disease-card {
    background-color: #f0faff;
    border-radius: 16px;
    padding: 15px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.disease-card:hover {
    transform: translateY(-2px);
}
.card-sections-wrapper {
    display: block;
    margin-top: 1.5rem;
}

/* از دسکتاپ به بالا: سه ستون */
@media (min-width: 992px) {
    .card-sections-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin: 20px; /* فاصله بین ستون‌ها */
    }

    .card-section-block {
        background: white;          /* رنگ زمینه دلخواه */
        border-radius: 16px;       /* گردی گوشه‌ها */
        padding: 10px;
 /* اختیاری */
    }
    .card-section-block.diseases{
        margin-top:-10px
    }
    .condition-images-wrapper {
    margin-top: 12px;
    display: flex;
    gap: 10px;
    overflow-x: auto;
}

.condition-image {
    height: 90px;
    border-radius: 8px;
    cursor: zoom-in;
}

}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f4085db *//* wrapper دایره‌ای */
.hoviat-avatar-wrap {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: #f3f4f6;
    flex-shrink: 0;
        display: block;
    margin-left: auto;
    margin-right: auto;

}

/* خود تصویر */
.hoviat-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover; /* مهم‌ترین خط */
    display: block;
    margin-left: auto;
    margin-right: auto;
}/* End custom CSS */