.article-selote633 {
    border: 1px solid rgba(184, 134, 11, 0.9);
    border-radius: 18px;
    padding: 26px 30px;
    margin: 24px auto;
    background: #14161e;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.03),
        0 18px 40px rgba(0, 0, 0, 0.8);
    font-family: LatoWeb;
    font-size: 14px;
    line-height: 1.9;
    color: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.article-selote633 h1 {
    margin-top: 0;
    margin-bottom: 16px;
    text-align: left;
    color: #ffe38f;
    letter-spacing: 0.03em;
}

.article-selote633 h2 {
    margin-top: 26px;
    margin-bottom: 14px;
    color: #ffffff;
    text-align: left;
    position: relative;
    padding-left: 14px;
}

.article-selote633 h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 4px;
    width: 3px;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--gold-light), var(--gold-main));
    box-shadow: 0 0 10px rgba(255, 227, 143, 0.7);
}

.article-selote633 p {
    margin: 0 0 16px;
    text-align: left;
    font-size: 14px;
    color: #e1e4f0;
}

.article-selote633 p:last-of-type {
    margin-bottom: 0;
}

.article-selote633 a {
    color: #ffe38f;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px dashed rgba(255, 227, 143, 0.8);
    transition: color 0.18s ease, border-color 0.18s ease, text-shadow 0.18s ease;
}

.article-selote633 a:hover {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 8px rgba(255, 227, 143, 0.85);
}

@media (max-width: 768px) {
    .article-selote633 {
        padding: 20px 16px;
        border-radius: 14px;
        margin: 18px 10px;
        font-size: 14px;
        line-height: 1.85;
    }
}