/* Single post */
.single-post  {
    margin-top: 20px;
    margin-bottom: 30px;
}
.single-post h1 {
    font-size: 32px;
    margin: 0;
    line-height: 38px;
}
.single-post h3 {
    font-size: 25px;
}
.post-share {
    position: sticky;
    top: 120px;
}
.post-btn {
    font-size: 20px;
    padding: 16px 25px;
    line-height: 20px;
    background: var(--yellow-bnt-bnitcoinfy);
    color: var(--link-hover-bitcoinfy);
    position: relative;
    transition: 600ms ease all;
    outline: none;
    font-weight: bold;
    display: block;
    box-shadow: 1px 2px 15px rgba(0,0,0,.2);
    border-radius: 4px;
    text-align: center;
}
.post-btn:hover {
    background: #f2be07;
    box-shadow: none!important;
}
.post-breadcrumbs a {
    padding: 20px 0px;
    font-weight: 700;
    display: inline-block;
}
/* Share */
.share-bar ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.share-bar ul li a{
    list-style: none;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
    color: var(--red-bitcointfy);
}
.post-share p {
    font-weight: 700;
    font-size: 16px;
    margin-top: 0px;
    line-height: 1;
}
.related-posts {
    background-color: var(--gray-background);
}

.snippet-table {
    width: 100%;
}
.snippet-table tr.line td {
    border-top: 1px solid #dfdfdf;
}
.snippet-table td {
    padding: 8px 0;
}
.snippet-table th {
    text-align: left;
    padding: 8px 0;
    background-color: #f7f7f7;
}

.geotargeting_forbidden {
    background-color: #EAEAEA;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    margin: 30px 0 14px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.geotargeting_forbidden a {
    margin-left: 8px;
    color: #F9CD33;
    text-decoration: underline;
}
.geotargeting_forbidden a:hover {
    text-decoration: none;
}
.geotargeting_forbidden .alert-octagon {
    background-color: #CE181E;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    padding: 4px;
    margin-right: 8px;
    display: flex;
}
.geotargeting_forbidden .alert-octagon img {
    width: 100%;
}
