.ask-the-ag-modal.icl-unified-form-modal .ask-the-ag-experts-section {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #e0e0e0;
}

.ask-the-ag-modal.icl-unified-form-modal .ask-the-ag-experts-section .container {
  padding: 0;
  max-width: 100%;
}

.ask-the-ag-modal.icl-unified-form-modal .ask-the-ag-experts-section .row {
  row-gap: 24px;
}

.ask-the-ag-modal.icl-unified-form-modal .ask-the-ag-expert {
  display: flex;
  column-gap: 16px;
  align-items: center;
}

.ask-the-ag-modal.icl-unified-form-modal .ask-the-ag-expert img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.ask-the-ag-modal.icl-unified-form-modal .ask-the-ag-expert-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.ask-the-ag-modal.icl-unified-form-modal .ask-the-ag-expert-name {
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #002b46;
}

.ask-the-ag-modal.icl-unified-form-modal .ask-the-ag-expert-description {
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #002c45;
}

@media (max-width: 768px) {
  .ask-the-ag-modal.icl-unified-form-modal .ask-the-ag-expert-name {
    font-size: 18px;
  }

  .ask-the-ag-modal.icl-unified-form-modal .ask-the-ag-expert-description {
    font-size: 14px;
  }

  .ask-the-ag-modal.icl-unified-form-modal .ask-the-ag-expert img {
    width: 56px;
    height: 56px;
  }
}
