/*  images */

#content-box-introduction img{
  width:120px;
  margin-right:10px;
  display:inline-block;
}


/** UMIME name styling **/
.umime-name::before {
    font-weight: bold;
    content: "Umíme";
    color: #2c3e50;
    border-bottom-color: #fac642;
    border-bottom-style: solid;
    border-width: 0.5px;
}

/** VIEME name styling **/
.vieme-name::before {
    font-weight: bold;
    content: "Vieme";
    color: #2c3e50;
    border-bottom-color: #fac642;
    border-bottom-style: solid;
    border-width: 0.5px;
}

/** UMIEMY name styling **/
.umiemy-name::before {
    font-weight: bold;
    content: "Umiemy";
    color: #2c3e50;
    border-bottom-color: #fac642;
    border-bottom-style: solid;
    border-width: 0.5px;
}

/** ZNAIEMO name styling **/
.znaiemo-name::before {
    font-weight: bold;
    content: "Знаємо";
    color: #2c3e50;
    border-bottom-color: #fac642;
    border-bottom-style: solid;
    border-width: 0.5px;
}

/** changing ais elements    **/

table td h2{
    margin-top:10px;    
}


/* details, summary styling */


details {
  background: #fbfcfc;
  border: 1px solid var(--lightGrayHover);
  border-radius: var(--unit);
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, .1);
  width: 80%;
  margin-top: 12px;
  margin-bottom: 20px;
  overflow: hidden;
}

details[open] {
  padding-bottom: 15px;
}

details > * {
margin-left: 1rem;
margin-right: 1rem
}

details ul, details ol {padding-left: 1.2rem;}

summary {
  padding: 0.7rem;  /* 1rem */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #f5f5f5;
  padding-left: 1rem; /* 2.2rem */
  cursor: pointer;
  font-weight: 500; background: var(--lightGray); margin: 0; transition: .15s background ease;
}

summary:hover {background: #f5f6f7;}

summary:before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background: url("https://www.umimeto.org/asset/global/img/icons-umime/icon-triangle.svg") center no-repeat;
  background-size: contain;
  transform: rotate(0);
  transform-origin: 50% 50%;
  transition: .25s transform ease;
  flex-shrink: 0;
}

details[open] summary {border-bottom: 1px solid var(--lightGrayHover); background: #f5f6f7; margin-bottom: 0.6rem;}

details[open] > summary:before {
  transform: rotate(90deg);
}

summary::-webkit-details-marker {
  display: none;
}

summary::marker {
  display: none;
}

iframe {width: 100%; min-height: 300px; max-height: 800px;}

@media (max-width: 500px) {
  iframe {min-height: auto;}

  details {
    width: 100%;
  }
}
