#article-image-box {
    background: #ffffff;
    padding: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    max-width: 900px;
}

/* HEADER */
.poster-header {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.poster-logo {
    width: 42px;
    height: 42px;
}

.poster-site {
    font-size: 22px;
    font-weight: bold;
}

/* TITLE */
.poster-title {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 1.3;
}

/* CONTENT */
.poster-content p,
.poster-content li {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 12px;
}

/* FOOTER */
.poster-footer {
    margin-top: 30px;
    padding-top: 12px;
    border-top: 1px solid #ccc;
    font-size: 14px;
    color: #444;
}

/* BUTTONS */
.image-buttons {
    display: flex;
    gap: 12px;
    margin: 20px 0;
}

.image-buttons button {
    background: #ffcc00;
    border: none;
    padding: 12px 20px;
    border-radius: 25px;
    font-size: 16px;
    cursor: pointer;
}
