/* =========================================================
   Järnvägsbilder
   Ren style.css
   Version 20260810-1
   ========================================================= */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  background: #111;
  color: #eee;
  font-family: Arial, Helvetica, sans-serif;
}

/* Säkerhet för bilder */
img {
  max-width: 100%;
  height: auto;
}

/* Grundstil för knappar och listor */
select,
button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

button {
  cursor: pointer;
}

/* Dölj hjälptext */
.help {
  display: none;
}

/* Dölj originalplats-filter */
#originalplatsWrap,
#filterOrt2 {
  display: none;
}


/* Mobilfix: låt lång bildtext radbrytas */
.caption,
.image-caption,
#caption,
#imageCaption,
.info,
.image-info,
#info,
#imageInfo,
.meta,
.image-meta {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  height: auto !important;
  max-height: none !important;
  line-height: 1.25 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

/* Lite mindre och luftigare text på mobil */
@media (max-width: 700px) {
  .caption,
  .image-caption,
  #caption,
  #imageCaption,
  .info,
  .image-info,
  #info,
  #imageInfo,
  .meta,
  .image-meta {
    font-size: 13px !important;
    line-height: 1.25 !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
