.article-detail-container {
    margin: 0 auto;
    max-width: 1360px;
    padding: 0px 20px;
    position: relative;
}
.article-detail-head h1 {
    font-size: 24px;
    letter-spacing: .2px;
    font-weight: 500;
    line-height: 120%;
}
.article-detail-content p {
    font-family: "Montserrat", sans-serif;
    line-height: 130%;
    font-size: 14px;
}
.article-detail-content p:not(:last-child) {
    margin-bottom: 20px;
}
.article-detail-left {
    width: 58%;
}
.article-detail-right {
    width: 36%;
}
.article-detail-flex {
    justify-content: space-between;
    align-items: flex-start;
}
.article-detail-section {
    padding: 40px 0px 60px;
}
.article-detail-content {
    margin: 20px 0px;
}
.article-detail-image {
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}
.article-detail-image img {
    height: 580px;
    width: 100%;
    object-fit: cover;
    display: block;
}
.article-detail-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.article-detail-icon img {
    width: 100px;
    height: 100px;
}
.faq-audio-file .custom-audio audio {
    display: none;
}
.faq-audio-file .custom-audio {
    background-color: var(--black);
    padding: 5px 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.custom-audio #currentTime, .custom-audio .currentTime {
    color: var(--white);
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: .4px;
}
.custom-audio input {
  background: var(--white);
  border: solid 2px var(--white);
  border-radius: 8px;
  height: 7px;
  width: calc(100% - 100px);
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}
.custom-audio input::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-appearance: none;
  cursor: ew-resize;
  background: var(--white);
}
.listen-audio-text h4 {
    font-size: 24px;
    font-weight: 400;
}
.custom-audio #playPause, .custom-audio .playPause {
    background-color: var(--white);
    border-radius: 5px;
    cursor: pointer;
    font-family: "Bebas Neue", sans-serif;
    font-size: 18px;
	color: var(--black);
}
.faq-posts-navigation {
    margin: 40px 0px 0px;
    display: flex;
    gap: 50px;
    position: relative;
    z-index: 1;
    justify-content: flex-end;
}
.prev-article-link a span, .next-article-link a span {
    display: block;
    font-size: 18px;
    font-family: "Bebas Neue", sans-serif;
    color: var(--black);
    font-weight: 400;
    letter-spacing: .2px;
    position: relative;
    z-index: 1;
}
.next-article-link, .prev-article-link {
    width: calc((100% / 2) - 25px);
}
.prev-article-link a svg {
    width: 100% !important;
    height: 40px !important;
    transform: translate(12px, 0px);
}
.prev-article-link a, .next-article-link a {
    width: 100%;
    position: relative;
}
.next-article-link a svg {
    width: 100% !important;
    height: 40px !important;
    transform: rotate(180deg) translate(10px, 25px);
}
.prev-article-link a::after {
    position: absolute;
    content: "";
    background-color: #00f700;
    top: -13px;
    left: -2px;
    border-radius: 50%;
}
.prev-article-link a span {
    text-align: right;
}
.next-article-link a::after {
    position: absolute;
    content: "";
    background-color: #00f700;
    top: -13px;
    right: -4px;
    border-radius: 50%;
}
.prev-article-link a::after, .next-article-link a::after {
    width: 40px;
    height: 40px;
    transition: .4s ease-in-out;
}
.prev-article-link a:hover::after, .next-article-link a:hover::after {
    transform: scale(2);
}
.prev-article-link a svg, .next-article-link a svg {
    position: relative;
    z-index: 1;
}
.article-detail-head-left a span, .article-detail-head-right a {
    color: var(--black);
    font-family: "Bebas Neue", sans-serif;
}
.article-detail-head-flex {
    justify-content: space-between;
    align-items: center;
}
.article-detail-head-right a {
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}
.article-detail-flex {
    padding: 40px 40px 0px 0px;
}
.article-detail-header {
    position: absolute;
    right: 0;
    top: 0;
}
.article-detail-head-right {
    writing-mode: sideways-rl;
}
.article-detail-head-right a {
    transform: rotate(180deg);
    display: flex;
    flex-direction: row-reverse;
    font-family: 'Bebas Neue';
    font-weight: 400;
}
.article-detail-head-right a span {
    transform: rotate(90deg);
    margin: 10px -5px 0px 0px;
    display: block;
}
.article-detail-content {
    position: relative;
    height: 200px;
}
.article-detail-content-inner {
    height: 100%;
    overflow-y: scroll;
    padding-right: 20px;
    scrollbar-width: none;
}
.article-detail-content::-webkit-scrollbar{
    display:none;
}
.custom-scrollbar{
    position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
    width: 2px;
    background: #aaa;
}
.scroll-dot{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 12px;
    height: 12px;
    background: black;
    border-radius: 50%;
}
.scroll-dot:active {
    cursor: grabbing;
    background: rgba(0,0,0,0.7);
}
.article-detail-content-inner h1, .article-detail-content-inner h2, .article-detail-content-inner h3, .article-detail-content-inner h4, .article-detail-content-inner h5, .article-detail-content-inner h6 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 1028px) {
	.prev-article-link a::after, .next-article-link a::after {
		width: 40px;
		height: 40px;
	}
	.prev-article-link a::after {
		left: -5px;
		top: -12px;
	}
    .article-detail-header {
        right: 10px;
    }
    .article-detail-flex {
        padding: 20px 40px 0px 0px;
    }
}
@media only screen and (max-width: 992px) {
	.next-article-link a svg {
		transform: rotate(180deg) translate(10px, 20px);
	}
	.faq-posts-navigation {
		margin: 30px 0px 0px;
	}
	.article-detail-right {
		width: 43%;
	}
	.article-detail-left {
		width: 52%;
	}
	.listen-audio-text {
		margin: 0 0 10px;
	}
	.listen-audio-text h4 {
		font-size: 18px;
	}
    .article-detail-header {
        position: relative;
        right: 0;
        top: 0;
    }
    .article-detail-head-right {
        writing-mode: unset;
    }
    .article-detail-head-right a {
        transform: none;
        flex-direction: row;
    }
    .article-detail-head-right a span {
        transform: none;
        margin: 0 10px 0px 0px;
    }
    .article-detail-flex {
        padding: 0px;
        margin: 40px 0px 0px;
    }
}
@media only screen and (max-width: 600px) {
	.article-detail-section {
		padding: 20px 0px 80px;
	}
	.article-detail-head {
		margin: 0 0 20px;
	}
	.next-article-link a svg {
		transform: rotate(180deg) translate(10px, 25px);
	}
	.article-detail-left {
		width: 100%;
		margin: 20px 0px 0px;
	}
	.article-detail-right {
		width: 100%;
	}
	.article-detail-flex {
		flex-direction: column-reverse;
	}
	.article-detail-image img {
		height: 350px;
	}
	.article-detail-icon img {
		height: 60px;
		width: 60px;
	}
	.next-article-link, .prev-article-link {
		width: 100%;
	}
	.faq-posts-navigation {
		gap: 30px;
		flex-wrap: wrap;
	}
    .article-detail-flex {
        margin: 15px 0px 0px;
    }
}