.text-center {
    text-align: center;
}

.article-header {
    padding: 20px 0;

}

.article-alpha-logo {
    width: 20%;
    margin: 0 auto;
}

.article-alpha-logo img {
    width: 100%;
    height: auto;
}

.article-category {
    width: 20%;
    margin: 20px auto;
}

.article-category-title {
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: 'SSTPro-Light'; 
    font-weight: 700;  
}

.article-category-title {
    display: flex;
    flex-direction: row;
}

.article-category-title:before,
.article-category-title:after {
    content: "";
    flex: 1 1;
    border-bottom: 1.2px solid;
    margin: auto;
}

.article-category-title:before {
    margin-right: 10px
}

.article-category-title:after {
    margin-left: 10px
}

.article-title {
    margin: 20px 0;
}
h1.article-title-text{
    max-width: 80%;
    width: 100%;
    margin: 0 auto;
}
.article-title-text {
    font-size: 2.25rem;
    line-height: 1.3;
    font-family: 'SSTPro-Light';
    font-weight: 300;
    margin-bottom: 6px;
}

.article-title-author {
    font-size: 1rem;
    line-height: 1.3;
    font-family: 'SST Pro';
    margin-bottom: 6px;
}

.article-banner-desktop {
    display: block;
    width: 100%;
    height: 599px;
    object-fit: cover;
}

.article-banner-mobile {
    display: none; /* Mobile */
    width: 100%;
    height: auto;
}

.article-banner {
    position: relative;
}
.article-banner-genre-badge {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0);
    color: white;
    padding: 4px 12px;
}
.article-banner-genre-badge-text {
    font-size: 1.125rem;
    line-height: 1.3;
    font-family: 'sst-heavy', sans-serif;
}
.article-banner-author {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: -20px;
}
.author-image {
    width: 125px;
}
.author-image img {
    width: 100%;
    height: auto;
    border-radius: 65px;
}
.author-info {
    margin-left: 20px;
}
.author-name {
    text-align: left;
}
.author-name-text {
    margin-bottom: 10px;
}
.author-info-social a {
    text-decoration: none;
}
.author-info-social a img {
    width: 36px;
}


.article-content {
    margin: 30px 0;
}

.article-content-container {
    max-width: 1000px;
    margin: 0 auto;
}
.article-content-text-block {
    width: 800px;
    margin: 0 auto;
}

.article-content-container h2 {
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: 'SST Pro';
    font-weight: 700;
    margin: 20px 0;
}
.article-content-container h3 {
    font-size: 1.25rem;
    line-height: 1.3;
    font-family: 'SST Pro';
    font-weight: 700;
    margin: 20px 0;
}
.article-content-container p {
    font-size: 1.075rem;
    line-height: 1.3;
    font-family: 'SST Pro';
    margin-bottom: 12px;
    font-weight: 400;
    font-style: normal;
}
.article-content-container .article-content-image {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin: 20px auto;
}
.article-content-container .article-content-image img {
    width: 100%;
    height: auto;
}
.article-content-container .article-content-image-description {
    margin: 10px auto;
}
.article-content-container .article-content-image-description p {
    font-size: 0.875rem;
    line-height: 1.3;
font-family: 'SST Pro';
    margin-bottom: 6px;
    text-align: center;
    color: #666;
}
.article-content-container .article-content-list {
    font-size: 1.125rem;
    padding: 0;
    padding-left: 1.125rem !important;
    margin: 12px 0;
}
.article-content-container .article-content-list li {
    font-size: 1.125rem;
    line-height: 1.3;
    font-family: 'SST Pro';
    margin-bottom: 6px;
}

.article-content-container .article-content-video {
    padding: 20px 0 0 0;
}
.article-content-container .article-content-video-block {
    width: 1000px;
    margin: 20px auto;
}
.article-content-container .article-content-video-block iframe {
    width: 100%;
    height: auto;
}
.article-content-container .article-content-video-block.youtube-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.article-content-container .article-content-video-block.youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.article-content-quotes {
    margin: 20px 0;
    position: relative;
    padding: 50px 0;
    width: 800px;
    margin: 0 auto;
}
.article-content-quotes:before,
.article-content-quotes:after {
    position: absolute;
    font-size: 2rem;
    color: black;
    font-weight: normal;
font-family: 'SST Pro';
}
.article-content-quotes:before{
    content: '\201c';
    top: 12px;
    left: 50%;
    transform: translateX(-50%);    
}
.article-content-quotes:after{
    content: '\201d';
    bottom: 0; 
    right: 50%;
    transform: translateX(50%);    
}
.article-content-quotes p {
    margin: 0;
    font-size: 2rem;
    line-height: 1.3;
    font-family: 'SST Pro';
    font-weight: 500;
    text-align: center;
}

.article-content-gear {
    margin: 20px 0;
    width: 800px;
    margin: 50px auto;
}
.article-content-gear-title {
    font-size: 1.5rem;
    line-height: 1.3;
    font-family: 'SST Pro';
    font-weight: 700;
    padding: 20px 0;
}
.article-content-gear-container {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.article-content-gear-block {
    width: 100%;
    max-width: 30%;
}

.article-content-gear-block a {
    text-decoration: none;
}
.article-content-gear-block .article-content-gear-image {
    width: 100%;
    height: 220px;
    object-fit: contain;
    background-color: #fff;
    border: 1px solid #efedec;
}
.article-content-gear-read-more {
    width: 10px;
    height: 10px;
}
.article-content-gear-info {
    
}
.article-content-gear-model,
.article-content-gear-description {
    line-height: 1.3;
    font-family: 'SST Pro';
    font-weight: normal;
    color: black;
}
.article-content-gear-model {
    font-family: 'sst-medium', sans-serif !important;
    font-weight: 700;
    font-size: 1rem !important;
    margin-bottom: 6px !important;
}
.article-content-gear-description {
    font-size: 0.875rem !important;
}

.article-content-tag {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
.article-content-tag-block .tag {
    padding: 0.75rem 1.5rem;
    background-color: transparent;
    color: black;
    border: 1px solid black;
    border-radius: 5px;
    font-size: 1.125rem;
    line-height: 1.3;
    font-family: 'SSTPro-Light';
    font-weight: normal;
    transition: all 0.3s ease;
}

.popup_copylink {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 100%;
    height: 100vh;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
.popup_copylink::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #616c7deb;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-tap-highlight-color: transparent;
    transition: opacity .14s, backdrop-filter .14s;
    z-index: -1;
}

.popup_copylink .popup-content {
    text-align: center;
    padding: 16px;
    background: #fff;
}

.popup_copylink button {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

.popup_copylink button:hover {
    background-color: #0056b3;
}

.popup_copylink .copy-success {
    margin-top: 10px;
    color: green;
    font-size: 16px;
    display: inline-block;
}
.popup_copylink p{
    font-size: 16px;
    color: #616161;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 18px;
}
@media (max-width: 1199px) {
    .article-category {
        width: 30%;
    }
}
@media (max-width: 768px) {
    .article-banner-desktop {
        height: auto;
    }
    .article-alpha-logo {
        width: 60%;
    }
    .article-category {
        width: 50%;
    }
    .article-title-text {
        font-size: 1.5rem;
        line-height: 1.2;
        padding: 0 20px ;
    }
    .article-title-author {
        font-size: 1rem;
        line-height: 1.2;
        padding: 0 20px ;
    }
    .article-content-text-block {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px ;
    }
    .article-content-image-block {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px ;
    }
    .article-content-container p {
        font-size: 1rem;
        line-height: 1.3;
    }
    .tCol-image {
        flex-direction: column !important;
    }
    .article-content-container .article-content-video {
        padding: 5px 20px ;
    }
    .article-content-container .article-content-video-block {
        width: 100%;
        margin: 20px auto;
    }
    .article-content-quotes {
        width: 100%;
        margin: 0 auto;
        padding:35px 20px;
        padding-top: 15px;
    }
    .article-content-quotes p {
        font-size: 1.25rem;
        line-height: 1.3;
    }
    .article-content-quotes:before {
        top: -7px;
    }
    .article-content-quotes:after {
        bottom: -5px;
    }
    .article-content-gear {
        width: 100%;
        padding: 0;
        overflow: hidden;
    }
    .article-content-gear-title {
        padding: 0 20px;
    }
    .article-content-gear-container {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        padding: 0 20px;
        scroll-padding: 0 20px;
        scroll-behavior: smooth;
        touch-action: pan-x;
        overscroll-behavior-x: contain;
        flex-wrap: unset;
    }
    
    .article-content-gear-block {
        scroll-snap-align: start;
        min-width: 260px;
        user-select: none;
        -webkit-user-select: none;
    }
    
    .article-content-gear-block .article-content-gear-image {
        height: 180px;
        pointer-events: none;
    }
    
    /* Hide scrollbar but keep functionality */
    .article-content-gear-container {
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE and Edge */
    }
    
    .article-content-gear-container::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera */
    }
   .popup_copylink p{
        font-size: 14px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 18px;
    }
    .article-banner-author{
        align-items: flex-start;
        margin-top: 0;
    }
    .author-image {
        margin-top: -20px;
        width: 110px;
    }
    .author-name {
        margin: 20px auto;
    }
}
@media (max-width: 491px){
    .article-category {
        width: 70%;
    }
    .author-name {
        margin: 10px auto;
    }
}