.salm {
    min-height: 80vh;
    position: relative;
}
.toggle_trans {
    position: absolute;
    top: 0;
    right: 0;
    font-size: smaller;
    color: #666;
    padding: 8px;
}
.toggle_trans > input {
    width: auto;
}
.salm h2 {
    font-size: 1.8em;
}
.salm h3 {
    font-size: 1.55em;
}
.salm p {
    font-size: 1.5em;
    margin: 42px 0;
}
h3 > i {
    font-weight: normal;
    color: #666;
}
.line {
    display: block;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    position: relative;
}

.sbody {
    padding-left: 3ch;
}
.sbody > p > span:nth-child(even of .line),
.sbody > p > span:nth-child(even of .litrans) {
    margin-left: 4ch;
}
.vnum {
    color: #aaa;
    font-size: smaller;
    position: absolute;
    top: 0;
    left: -3ch;
}
.litrans {
    color: #aaa;
    margin-bottom: 0.6em;
    display: block;
    display: none;
    font-size: smaller;
}
.anchor {
    display: block;
    height: 100px;
}

label {
    cursor: pointer;
}
@media screen and (max-width: 640px) {
    .salm p {
        font-size: 1.1em;
    }
    .sbody > p > span:nth-child(even of .line),
    .sbody > p > span:nth-child(even of .litrans) {
        margin-left: 2ch;
    }
}


.vcon {
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}
.vcon > iframe {
    width: 300px;
    height: auto;
    margin-right: 24px;
}
@media screen and (max-width: 678px) {
    .vcon > iframe {
        margin-right: 0;
        margin-bottom: 16px;
        width: 100%;
    }
}
.download-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #3498db; /* The blue from the mockup */
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 10px 20px;
  border-radius: 6px;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 16px;
  transition: background-color 0.2s ease;
  border: none;
  cursor: pointer;
}

.download-btn:hover {
  background-color: #2980b9; /* A slightly darker blue for the hover effect */
}

.download-btn svg {
  flex-shrink: 0;
}