:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-74593f2 */@font-face {
  font-family: "FuturaSCOM";
  src: url("https://scombank.sr/wp-content/uploads/2021/10/Futura-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.scom-mediahoek {
  background: #ffffff;
  padding: 80px 20px;
  font-family: "FuturaSCOM", Arial, sans-serif;
  color: #111111;
}

.scom-mediahoek-container {
  max-width: 980px;
  margin: 0 auto;
}

.scom-mediahoek-header {
  margin-bottom: 50px;
}

.scom-mediahoek-header h1 {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 300;
  color: #111111;
}

.scom-mediahoek-header p {
  margin: 0;
  max-width: 620px;
  font-size: 17px;
  line-height: 1.7;
  color: #666666;
}

.scom-mediahoek-search {
  margin-top: 28px;
}

.scom-mediahoek-search input {
  width: 100%;
  height: 56px;
  padding: 0 18px;
  border: 1px solid #dddddd;
  border-radius: 12px;
  background: #ffffff;
  font-family: "FuturaSCOM", Arial, sans-serif;
  font-size: 15px;
  color: #111111;
  outline: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
  box-sizing: border-box;
}

.scom-mediahoek-search input:focus {
  border-color: #e02228;
  box-shadow: 0 0 0 3px rgba(224, 34, 40, 0.08);
}

.scom-mediahoek-search input::placeholder {
  color: #999999;
}

.scom-mediahoek-list {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.media-item {
  display: flex;
  align-items: center;
  gap: 24px;
  text-decoration: none;
  padding: 22px 0;
  border-bottom: 1px solid #e8e8e8;
  transition: background 0.2s ease;
}

.media-item:last-child {
  border-bottom: none;
}

.media-item:hover {
  background: #fcfcfc;
}

.media-item-content {
  flex: 1;
  min-width: 0;
}

.media-item-content h3 {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  color: #111111;
}

.media-item-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #777777;
}

.media-item-action {
  margin-left: auto;
  padding-left: 20px;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 300;
  color: #e02228;
  white-space: nowrap;
  opacity: 0.78;
  transition: opacity 0.2s ease;
}

.media-item:hover .media-item-action {
  opacity: 1;
}

.media-no-results {
  margin-top: 22px;
  font-size: 15px;
  color: #777777;
  font-family: "FuturaSCOM", Arial, sans-serif;
}

@media (max-width: 767px) {
  .scom-mediahoek {
    padding: 56px 16px;
  }

  .scom-mediahoek-header {
    margin-bottom: 36px;
  }

  .scom-mediahoek-header h1 {
    font-size: 32px;
  }

  .scom-mediahoek-header p {
    font-size: 15px;
  }

  .media-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 18px 0;
  }

  .media-item-action {
    margin-left: 0;
    padding-left: 0;
    margin-top: 4px;
  }
}/* End custom CSS */