/* style.css */
html, body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    color: #1a1a1a;
    font-family: 'Inter', 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.52;
}

.wrap {
    max-width: 840px;
    margin: 24px auto 32px auto;
    background: #fff;
    box-shadow: none;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #1a1a1a;
    text-transform: uppercase;
    font-size: 2.85rem;
    margin: 40px 0 36px 0;
    padding: 0;
    letter-spacing: 0.06em;
    line-height: 1.13;
    width: 100%;
}

h2 {
    font-family: inherit;
    color: #1a1a1a;
    font-size: 2rem;
    line-height: 1.22;
    margin: 42px 0 22px 0;
    text-transform: none;
    letter-spacing: -0.01em;
    border-top: 2.5px solid #e0e0e0;
    padding-top: 20px;
    box-sizing: border-box;
    width: 100%;
}

h3 {
    color: #AEAEAE;
    font-size: 2rem;
    font-weight: 300;
    margin: 30px 0 8px 0;
    text-transform: uppercase;
    line-height: 1;
}

ol {
    margin-left: 0;
    padding-left: 20px;
}

li {
    position: relative;
    padding-left: 0;
    
}

p, li, td {
    color: #242424;
    font-size: 15px;
    line-height: 1.6;
}

strong {
    font-weight: 700;
}

footer {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    font-size: 0.9rem;
    color: #888;
}

.wrap > *:not(h1):not(h2) {
    margin-left: 10%;
}

.hashtags-block {
    margin: 20px 0 15px 0;
  }
  
  .hashtag {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 6px;
  }
  .hashtag a {
    text-decoration: none;
    color: #2780e3;
    background: #eef5fb;
    padding: 2px 8px;
    border-radius: 14px;
    font-size: 0.98em;
    font-family: inherit;
    transition: background 0.17s, color 0.17s;
  }
  .hashtag a:hover {
    background: #bee3ff;
    color: #17589c;
  }


.hashprog {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 6px;
    }

.hashprog a {
    text-decoration: none;
    color: #2780e3;
    background: #97eda24a;
    padding: 2px 8px;
    border-radius: 14px;
    font-size: 0.98em;
    font-family: inherit;
    transition: background 0.17s, color 0.17s;
}
.hashprog a:hover {
    background: #97eda24a;
    color: #17589c;
}