

/* Start:/local/templates/detail_news_template/css/reset.css?17513825371250*/
/* Reset and base styles  */
body {
    font-family: 'Manrope', serif;
    font-weight: normal;
    font-style: normal;
    color: #333;
    background-color: #fff;
}

* {
    padding: 0;
    margin: 0;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: normal;
    margin: 0;
}

ul, ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

/* End */


/* Start:/local/templates/detail_news_template/template_styles.css?17513825371358*/
.wrapper {
    max-width: 910px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.news-detail-wrapper {
    border-bottom: 1px solid var(--color-border);
    margin-bottom: 20px;
}

.detail-news-title {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    padding: 20px 0;
    position: relative;
}

.detail-news-title a {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    color: rgba(0, 0, 0, 0.60);
    gap: 10px;
    font-size: 18px;
    position: absolute;
}

.detail-news-title a:hover {
    color: #000;
}

.detail-news-title a span {

}

.detail-news-title a svg {
    width: 15px;
    height: auto;
}

.detail-news-title a svg path {
    fill: rgba(0, 0, 0, 0.60);
}

.detail-news-title a:hover svg path {
    fill: #000;
}

.detail-news-title > span {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (min-width: 320px) {
    .detail-news-title a {
        left: 15px;
    }
}

@media (min-width: 410px) {

}

@media (min-width: 640px) {
    .detail-news-title a {
        left: 15px;
    }
}

@media (min-width: 1024px) {

}

@media (min-width: 1280px) {
    .detail-news-title a {
        left: -150px;
    }
}

@media (min-width: 1440px) {
    .detail-news-title a {
        left: -180px;
    }
}
/* End */
/* /local/templates/detail_news_template/css/reset.css?17513825371250 */
/* /local/templates/detail_news_template/template_styles.css?17513825371358 */
