/* Estilo para modal e layout básico */

#embeddedContentModal .modal-body label {
    font-weight: 600;
  }
  
  #embeddedContentModal .modal-title {
    font-size: 18px;
  }
  
  .edit-content-btn {
    margin-left: 5px;
  }
  
  body.embedded-view {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #f5f5f5;
    font-family: sans-serif;
  }
  
  .embedded-view .content-header {
    background-color: #343a40;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
  }
  
  .embedded-view .iframe-container {
    height: calc(100vh - 50px);
    overflow: hidden;
  }
  
  .embedded-view iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .content-iframe-container {
    width: 100%;
    overflow: hidden;
  }
  
  .content-iframe {
    width: 100%;
    min-height: 700px;
    border: none;
  }
  
  .embedded-client-tabs {
    margin-top: 20px;
  }
  