/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/components/chip/chip.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.chip {
    display: inline-block;
    color: var(--gold-color);
    cursor: pointer;
    transition: all 0.3s;
    font-weight: bold;
    margin-top: 0px;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/components/posts/post.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.wp-content-container {
    width: 100%;
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.wp-caption-text {
    font-size: 14px;
    font-style: italic;
    text-align: right;
    padding: 0 2px 0 0;
    margin-bottom: 1em;
    width: 100%;
    word-break: break-word;
    white-space: normal;
}

.wp-caption-container {
    display: inline-block;
    margin: 1em 0;
    overflow: hidden;
}

.wp-caption-container img {
    display: block;
    margin: 0;
}

.content {
    /* margin-top: 1em; */
    margin-bottom: 1em;
    font-size: 16px;
}


.title {
    font-size: 20px;
    font-weight: bolder;
    margin-top: 1em;
    margin-bottom: 1em;
}

@media screen and (max-width: 799px) {
    .wp-caption-container {
        display: block;
        width: 100% !important;
        max-width: 100% !important;
    }

    .wp-caption-text {
        text-align: right;
    }
}
