/* ==================================================================================== */
/* Tab styles start here */
/* ==================================================================================== */

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
  }
  
  /* Style the buttons that are used to open the tab content */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #ddd;
  }
  
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #ccc;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
  }


/* ==================================================================================== */
/* Tab styles end here */
/* ==================================================================================== */











/* ==================================================================================== */
/* orig styles start here */
/* ==================================================================================== */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    /* height: 100;
    margin: 0; 
    margin-top: 100px;
    margin-bottom: 100px;
    width: 50%;
    margin:auto;  */
} 

 h1, h2 {
    padding-bottom: .3em;
    border-bottom: 1px solid #d1d9e0b3 var(  --borderColor-muted, var(--color-border-muted)   );
    margin-bottom: var(--base-size-16);
    line-height: 1.25;
    font-weight: var(--base-text-weight-semibold, 600);   
} 

 h1 {    
    font-size: 2em;
    font-weight: var(--base-text-weight-semibold, 600);
} 

h2 {
    
    font-size: 1.5em;
    margin-top: var(--base-size-24);

} 


ul > ul > li {
    list-style-type: square;
}

/* h3 {
    font-size: 1.25em;
    margin-top: var(--base-size-24);
    margin-bottom: var(--base-size-16);
    font-weight: var(--base-text-weight-semibold, 600);
    line-height: 1.25;
} */
    
/* .rounded-container {
    border: 1px solid #d1d9e0b3;
    border-radius: 3px;
    padding: 10px;
    margin-top: 10px;
} */

/* div.rounded-container {
    transition: background-color 0.3s ease;
    transform: 0.3s ease;
    box-shadow: 0.3s ease;

} */

/* div.rounded-container:hover {
    background-color: #f2f2f2;
    transform: translateY(-4px); 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); Soft shadow

/* }  */



/* hr {
    height: .25em;
    padding: 0;
    margin: var(--base-size-24) 0;
    background-color: var(--borderColor-default, var(--color-border-default));
} */

/* .p-no-space-before {
    margin-top: 0px;
} */

/* ==================================================================================== */
/* orig styles end here */
/* ==================================================================================== */



