<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index-container {
  display: flex;

}

.index-left {
  width: 60%;
  flex: 0 0 60%;
}

.index-right {
  width: 40%;
  flex: 0 0 40%;
}


.bodovy-postup {
  padding: 13px 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
}

.bodovy-postup-title {
  font-family: 'Euclid';
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: center;
}



.bodovy-postup ol li{
	list-style-type: decimal;
	font-family: 'Euclid';
  	font-size: 14px;
  	margin: 20px 5px 20px 20px;

    display: flex;
    align-items: center;
  }

  .bodovy-postup-icon {
      width: auto;
      height: 32px;
      object-fit: contain;
    }

    .bodovy-postup-icon-wrap {
        width: 50px;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
  }

  .bodovy-postup-title {
    font-family: 'Euclid';
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    text-align: center;
  }


@media (max-width: 768px) {
  .index-container {
    flex-direction: column;
  }

  .index-left {
    width: 100%;
    flex: 0 0 100%;
  }

  .index-right {
    width: 100%;
    flex: 0 0 100%;
  }
}

</pre></body></html>