/***
 ### GENERAL ###
 */
.post-content p a {
    color: rgb(18, 0, 255);
}

.post-content p a:hover {
    text-decoration: underline;
}

.embed-container iframe {
    margin: 0 auto;
}

/* temporary disable since style not good as expected
.container-highlight {
    padding: 16px;
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-left: 4px solid #f39c12;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.container-highlight p:last-child {
    margin-bottom: 0;
}
*/

/* === ADS MODULE === */
.ads-text {
    display: none;
}

.ad-place {
    padding: 1rem;
}

.ad-container {
    display: flex;
    justify-content: center;
}

/* === WEB STYLE === */
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5 {
    /*margin-top: 1rem;*/
}

.post-content p {
    font-size: 18px
}

/* === EDITOR MATCHING STYLE === */
/* Center alignment */
.ql-align-center {
    text-align: center;
}

/* Left alignment (default, but included for completeness) */
.ql-align-left {
    text-align: left;
}

/* Right alignment */
.ql-align-right {
    text-align: right;
}

/* Justify alignment */
.ql-align-justify {
    text-align: justify;
}
