@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto_Condensed-Regular.ttf');
}

/* ----- main KABINET links ----- */
.kablink-card {
  display: block;
  text-decoration: none;
  min-height: 8.5rem;
  max-width: 33rem;
  margin: 1rem 0.5rem;

  color: inherit;
  background: #4b382d;
  border-radius: 0.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
  transition: transform 0.3s ease;
}

.kablink-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.kablink-image {
  width: 20rem;
  flex: 0 0 40%;
  overflow: hidden;
}

.kablink-image picture,
.kablink-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  padding: 0.2rem;
}

.kablink-text {
  flex: 1 0 60%;
  text-indent: 0;
}

.kablink-text p {
  margin: 0 0 10px 0;
  font-weight: normal;
  text-shadow: 0 0 40px #000;
}

h2.kablink-titul {
  font-family: 'OswaldRegular', 'Roboto Condensed', 'Source Sans Pro Condensed', 'Open Sans Condensed', sans-serif;
  color: var(--logoGold);
  font-size: 1.2rem;
  text-align: center;
  text-indent: 0;
  margin: 0 auto;
  padding: 1rem 0 0.5rem 0;
}

ul.kablink-list {
  font-family: 'Roboto', 'Oswald', 'Source Sans Pro', 'Open Sans', sans-serif;
  list-style: none;
  color: #e8d6b7;
  text-indent: 0;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 0 0.2rem;
  padding: 0;
}

ul.kablink-list li {
  margin-bottom: 0.5rem;
}


/* -------------------======== [                       ]========--------------------- */
/* -------------------======== [ FOR LANDSCAPE SCREENS ]========--------------------- */
/* -------------------======== [                       ]========--------------------- */
/* @media screen and (orientation:landscape){ */
@media only screen and (min-aspect-ratio: 4/3) {
  .kablink-card {
    margin: 1rem auto;
  }
}