@charset "UTF-8";
     @media screen and (max-width: 1023px){ } @media screen and (max-width: 834px){ } @media screen and (max-width: 480px){ }
.internal-link-box {
background: #f8f9fa;
border-left: 4px solid #007bff;
padding: 16px 20px;
margin: 24px 0;
border-radius: 4px;
}
.internal-link-box p {
margin: 0;
line-height: 1.8;
font-size: 0.95em;
}
.internal-link-box a {
color: #007bff;
font-weight: bold;
text-decoration: none;
}
.internal-link-box a:hover {
text-decoration: underline;
}
.entry-content img[src*="merpress"] {
max-width: 100%;
height: auto;
display: block;
}