/* ============================================================
   plugin-guide.css
   ------------------------------------------------------------
   استایل‌های اختصاصی صفحه: plugin-guide
   
   تمام قوانین CSS در این فایل با پیشوند #plugin-guide محدود شده‌اند
   تا فقط روی همین صفحه اعمال شوند. می‌توانید هر کدام را به دلخواه
   تغییر دهید بدون اینکه روی صفحات دیگر تأثیری بگذارد.
   ============================================================ */

#plugin-guide .etipax-timeline-step, #plugin-guide .tipax-timeline-step {
 position: relative !important; width: 50% !important; margin-bottom: 40px !important; z-index: 2; box-sizing: border-box; 
}

#plugin-guide .etipax-timeline-step:nth-child(odd), #plugin-guide .tipax-timeline-step:nth-child(odd) {
 right: 0; padding-left: 40px; 
}

#plugin-guide .etipax-timeline-step:nth-child(even), #plugin-guide .tipax-timeline-step:nth-child(even) {
 right: 50%; padding-right: 40px; text-align: right; 
}

#plugin-guide .etipax-timeline-step::before, #plugin-guide .tipax-timeline-step::before {
 content: ''; position: absolute; width: 16px; height: 16px; background: #FFFFFF; border: 3px solid #146B3A; border-radius: 50%; top: 20px; z-index: 3; 
}

#plugin-guide .etipax-timeline-step:nth-child(odd)::before, #plugin-guide .tipax-timeline-step:nth-child(odd)::before {
 left: -8px; 
}

#plugin-guide .etipax-timeline-step:nth-child(even)::before, #plugin-guide .tipax-timeline-step:nth-child(even)::before {
 right: -8px; 
}

#plugin-guide .etipax-step-number, #plugin-guide .tipax-step-number {
 position: absolute; width: 40px; height: 40px; border-radius: 50%; background: #146B3A; color: white; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; top: 8px; z-index: 4; 
}

#plugin-guide .etipax-timeline-step:nth-child(odd) .etipax-step-number, #plugin-guide .etipax-timeline-step:nth-child(odd) .tipax-step-number, #plugin-guide .tipax-timeline-step:nth-child(odd) .etipax-step-number, #plugin-guide .tipax-timeline-step:nth-child(odd) .tipax-step-number {

    left: -60px !important;
    right: auto !important;
    top: 8px !important;

}

#plugin-guide .etipax-timeline-step:nth-child(even) .etipax-step-number, #plugin-guide .etipax-timeline-step:nth-child(even) .tipax-step-number, #plugin-guide .tipax-timeline-step:nth-child(even) .etipax-step-number, #plugin-guide .tipax-timeline-step:nth-child(even) .tipax-step-number {

    right: -20px !important;
    left: auto !important;
    top: 8px !important;

}

#plugin-guide .etipax-timeline-content, #plugin-guide .tipax-timeline-content {
 padding: 20px 24px; background: #FFFFFF; border: 1px solid #CACACA; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); position: relative; 
}

#plugin-guide .etipax-timeline-content:hover, #plugin-guide .tipax-timeline-content:hover {
 border-color: #146B3A; box-shadow: 0 4px 16px rgba(20,107,58,0.1); 
}

#plugin-guide .etipax-step-title, #plugin-guide .tipax-step-title {
 font-size: 16px; font-weight: 700; color: #2C2C2C; margin-bottom: 8px; 
}

#plugin-guide .etipax-step-short, #plugin-guide .tipax-step-short {
 font-size: 13px; color: #888; margin-bottom: 8px; 
}

#plugin-guide .etipax-step-detail, #plugin-guide .tipax-step-detail {
 font-size: 13px; color: #474747; line-height: 1.85; 
}

#plugin-guide .etipax-timeline-content ul, #plugin-guide .etipax-timeline-content ol, #plugin-guide .tipax-timeline-content ul, #plugin-guide .tipax-timeline-content ol {
 padding-right: 20px; margin: 8px 0; 
}

#plugin-guide .etipax-timeline-content li, #plugin-guide .tipax-timeline-content li {
 font-size: 13px; color: #474747; margin-bottom: 6px; 
}

#plugin-guide .etipax-more-btn, #plugin-guide .tipax-more-btn {
 display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; background: #E6F2EC; border: none; border-radius: 8px; color: #146B3A; font-size: 12px; font-weight: 600; cursor: pointer; margin-top: 12px; transition: all .2s; 
}

#plugin-guide .etipax-more-btn:hover, #plugin-guide .tipax-more-btn:hover {
 background: #146B3A; color: white; 
}

#plugin-guide .etipax-extra-content, #plugin-guide .tipax-extra-content {
 max-height: 0; overflow: hidden; transition: max-height .3s ease; 
}

#plugin-guide .etipax-extra-content.show, #plugin-guide .tipax-extra-content.show {
 max-height: 1000px; 
}

#plugin-guide .etipax-video-container, #plugin-guide .tipax-video-container {
 background: #FFFFFF; border: 1px solid #CACACA; border-radius: 14px; overflow: hidden; margin-bottom: 24px; 
}

#plugin-guide .etipax-video-header, #plugin-guide .tipax-video-header {
 padding: 14px 20px; display: flex; align-items: center; gap: 12px; background: #F2F2F2; border-bottom: 1px solid #CACACA; 
}

#plugin-guide .etipax-video-badge, #plugin-guide .tipax-video-badge {
 background: #146B3A; color: white; padding: 4px 10px; border-radius: 6px; font-size: 11px; font-weight: 700; 
}

#plugin-guide .etipax-video-duration, #plugin-guide .tipax-video-duration {
 font-size: 12px; color: #474747; 
}

#plugin-guide .etipax-video-wrapper, #plugin-guide .tipax-video-wrapper {
 aspect-ratio: 16/9; background: #000; 
}

#plugin-guide .etipax-video, #plugin-guide .tipax-video {
 width: 100%; height: 100%; 
}

#plugin-guide .etipax-video-caption, #plugin-guide .tipax-video-caption {
 padding: 12px 20px; font-size: 12px; color: #474747; background: #F2F2F2; border-top: 1px solid #CACACA; 
}

#plugin-guide .etipax-intro, #plugin-guide .tipax-intro {
 padding: 20px; margin-bottom: 24px; background: #F2F2F2; border-radius: 14px; 
}

#plugin-guide .etipax-intro p, #plugin-guide .tipax-intro p {
 font-size: 13px; color: #474747; line-height: 1.85; margin-bottom: 10px; 
}

#plugin-guide .etipax-timeline-container, #plugin-guide .tipax-timeline-container {
 margin-bottom: 24px; 
}

#plugin-guide .etipax-timeline, #plugin-guide .tipax-timeline {
 position: relative; padding: 20px 0; 
}

#plugin-guide .etipax-timeline::after, #plugin-guide .tipax-timeline::after {
 content: ''; position: absolute; right: 50%; top: 0; bottom: 0; width: 2px; background: #146B3A; transform: translateX(50%); 
}

#plugin-guide .tipax-guide-header {
 margin-bottom: 24px; 
}

#plugin-guide .tipax-header-buttons {
 display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; 
}

#plugin-guide .tipax-reset-btn {
 display: inline-flex; align-items: center; gap: 6px; padding: 10px 18px; background: #146B3A; color: white; border: none; border-radius: 10px; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: none; transition: all .2s; 
}

#plugin-guide .tipax-reset-btn:hover {
 background: #0F5630; 
}

#plugin-guide .tipax-section-title {
 font-size: 18px; font-weight: 700; margin-bottom: 16px; color: #2C2C2C; 
}

#plugin-guide .tipax-footer-note {
 margin-top: 24px; 
}

#plugin-guide .tipax-note {
 padding: 12px 16px; background: #F2F2F2; border-radius: 8px; font-size: 13px; color: #474747; border-right: 3px solid #146B3A; 
}

#plugin-guide .tipax-image-placeholder {
 padding: 10px 14px; background: #E6F2EC; border-radius: 8px; font-size: 12px; color: #474747; margin-top: 8px; 
}

#plugin-guide .tipax-intro {

    background-color: var(--surface-color);
    padding: 25px 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    box-shadow: var(--shadow-md);
    border-right: 4px solid var(--primary-color);

}

#plugin-guide .tipax-intro p {

    font-size: 1rem;
    line-height: 1.8;
    color: var(--text-primary);

}

#plugin-guide .tipax-timeline-container {

    position: relative;
    width: 100%;
    margin: 40px auto;
    background-color: var(--surface-color);
    padding: 30px;
    border-radius: 15px;
    box-shadow: var(--shadow-md);

}

#plugin-guide .tipax-section-title {

    text-align: center;
    margin-bottom: 30px;
    color: var(--secondary-color);
    font-size: 1.6rem;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;

}

#plugin-guide .tipax-section-title::after {

    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 80px;
    height: 3px;
    background-color: var(--primary-color);

}

#plugin-guide .tipax-timeline {

    position: relative;

}

#plugin-guide .tipax-timeline::after {

    content: '';
    position: absolute;
    width: 6px;
    background: var(--primary-color);
    top: 0;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    border-radius: 10px;
    z-index: 1;

}

#plugin-guide .tipax-timeline-step {

    padding: 10px 40px;
    position: relative;
    width: 50%;
    margin-bottom: 40px;
    z-index: 2;

}

#plugin-guide .tipax-timeline-step:nth-child(odd) {

    right: 0;

}

#plugin-guide .tipax-timeline-step:nth-child(even) {

    right: 50%;

}

#plugin-guide .tipax-timeline-content {

    padding: 22px;
    background-color: var(--background-color);
    border-radius: 10px;
    box-shadow: var(--shadow);
 
    transition: all 0.3s ease;
    border-right: 4px solid var(--primary-color);

}

#plugin-guide .tipax-timeline-content:hover {

    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);

}

#plugin-guide .tipax-timeline-step::before {

  
    position: absolute;
    width: 18px;
    height: 18px;
    background-color: var(--surface-color);
    border: 4px solid var(--primary-color);
    border-radius: 50%;
    top: 30px;
    z-index: 10;
    box-shadow: 0 0 0 3px rgba(20, 107, 58, 0.2);

}

#plugin-guide .tipax-timeline-step:nth-child(odd)::before {

    left: -9px;

}

#plugin-guide .tipax-timeline-step:nth-child(even)::before {

    right: -9px;

}

#plugin-guide .tipax-step-number {

    position: absolute;
    width: 38px;
    height: 38px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 1.1rem;
    z-index: 15;
    box-shadow: var(--shadow);

}

#plugin-guide .tipax-timeline-step:nth-child(odd) .tipax-step-number {

    left: -20px !important;
    right: auto !important;
    top: 8px !important;

}

#plugin-guide .tipax-timeline-step:nth-child(even) .tipax-step-number {

    right: -20px !important;
    left: auto !important;
    top: 8px !important;

}

#plugin-guide .tipax-step-title {

    font-size: 1.2rem;
    margin-bottom: 12px;
    color: var(--secondary-color);
    border-bottom: 2px solid var(--gray-light);
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;

}

#plugin-guide .tipax-step-title i {

    color: var(--primary-color);

}

#plugin-guide .tipax-timeline-content ul, #plugin-guide .tipax-timeline-content ol {

    padding-right: 20px;
    margin: 8px 0;

}

#plugin-guide .tipax-timeline-content li {

    margin-bottom: 5px;
    color: var(--text-secondary);

}

#plugin-guide .tipax-more-btn {

    background: transparent;
    border: 1px solid var(--primary-color);
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: inherit;
    margin-top: 15px;

}

#plugin-guide .tipax-more-btn:hover {

    background: var(--primary-color);
    color: white;

}

#plugin-guide .tipax-more-btn i {

    transition: transform 0.2s;
    font-size: 0.7rem;

}

#plugin-guide .tipax-extra-content {

    background-color: rgba(255, 215, 0, 0.1);
    border-right: 4px solid var(--warning-color);
    padding: 12px 15px;
    margin-top: 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    display: none;
    animation: tipaxFadeSlide 0.25s ease;

}

#plugin-guide .tipax-extra-content.show {

    display: block;

}

#plugin-guide .tipax-image-placeholder {

    background: #F2F2F2;
    border-radius: 10px;
    padding: 10px 15px;
    margin: 12px 0 0 0;
    font-size: 0.8rem;
    color: var(--secondary-color);
    display: inline-block;
    border: 1px dashed var(--primary-color);

}

#plugin-guide .tipax-note {

    background-color: rgba(255, 215, 0, 0.1);
    border-right: 4px solid var(--warning-color);
    padding: 15px;
    margin: 12px 0;
    border-radius: 8px;
    font-size: 0.9rem;

}

#plugin-guide .tipax-note strong {

    color: var(--secondary-color);

}

#plugin-guide .tipax-footer-note {

    margin-top: 30px;

}

#plugin-guide .tipax-video-container {

    background: #2C2C2C;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: var(--shadow-lg);

}

#plugin-guide .tipax-video-header {

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
    gap: 8px;
    padding: 0 5px;

}

#plugin-guide .tipax-video-badge {

    background: var(--primary-color);
    color: white;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 0.75rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;

}

#plugin-guide .tipax-header-buttons {

    display: flex;
    gap: 12px;
    flex-wrap: wrap;

}

#plugin-guide .tipax-video-duration {

    background: rgba(255, 255, 255, 0.15);
    color: white;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 0.75rem;

}

#plugin-guide .tipax-video-wrapper {

    position: relative;
    width: 100%;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

}

#plugin-guide .tipax-video {

    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 60vh;
    display: block;
    margin: 0 auto;
    border-radius: 12px;
    cursor: pointer;

}

#plugin-guide .tipax-video-iframe {

    width: 100%;
    height: auto;
    min-height: 250px;
    max-height: 60vh;
    aspect-ratio: 16 / 9;
    border-radius: 12px;
    border: none;

}

#plugin-guide .tipax-video-caption {

    text-align: center;
    margin-top: 10px;
    color: var(--gray-medium);
    font-size: 0.75rem;
    padding: 5px 8px;
    line-height: 1.5;

}

#plugin-guide .tipax-guide-header {

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
    padding: 20px 25px;
    background: var(--surface-color);
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    border-right: 4px solid var(--primary-color);

}

#plugin-guide .tipax-guide-header h2 {

    margin: 0;
    font-size: 1.5rem;
    color: var(--secondary-color);

}

#plugin-guide .tipax-reset-btn {

    background: var(--background-color);
    border: 2px solid var(--primary-color);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--primary-color);
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
    display: flex;
    align-items: center;
    gap: 6px;
  text-decoration:none;

}

#plugin-guide .tipax-reset-btn:hover {

    background: var(--primary-color);
    color: white;

}

#plugin-guide .tipax-support-box {

    background-color: var(--surface-color);
    padding: 20px 25px;
    border-radius: 15px;
    margin-top: 20px;
    box-shadow: var(--shadow-md);
    border-right: 4px solid var(--info-color, #17428F);

}

#plugin-guide .tipax-support-box h4 {

    margin-top: 0;
    color: var(--secondary-color);
    font-size: 1.1rem;
    margin-bottom: 10px;

}

#plugin-guide .tipax-support-box p {

    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 10px;

}

#plugin-guide .tipax-support-box ul {

    list-style: none;
    padding: 0;
    margin: 0;

}

#plugin-guide .tipax-support-box li {

    padding: 5px 0;
    font-size: 0.9rem;
    color: var(--text-primary);

}

#plugin-guide .tipax-step-short {

    font-size: 0.9rem;
    color: var(--text-secondary);
    margin-bottom: 10px;
    line-height: 1.6;

}

#plugin-guide .tipax-step-detail {

    font-size: 0.9rem;
    color: var(--text-primary);
    line-height: 1.7;

}

@media screen and (max-width: 768px) {
#plugin-guide .tipax-timeline::after {

        right: 31px;
        transform: translateX(0);
    
}

#plugin-guide .tipax-timeline-step {

        width: 100%;
        padding-right: 65px;
        padding-left: 20px;
    
}

#plugin-guide .tipax-timeline-step:nth-child(even) {

        right: 0;
    
}

#plugin-guide .tipax-timeline-step:nth-child(odd)::before, #plugin-guide .tipax-timeline-step:nth-child(even)::before {

        right: 22px;
        left: auto;
    
}

#plugin-guide .tipax-timeline-step:nth-child(odd) .tipax-step-number, #plugin-guide .tipax-timeline-step:nth-child(even) .tipax-step-number {

        right: 12px !important;
        left: auto !important;
        top: 8px !important;
    
}

#plugin-guide .tipax-section-title {

        font-size: 1.3rem;
    
}

#plugin-guide .tipax-intro {

        padding: 15px 20px;
    
}

#plugin-guide .tipax-timeline-container {

        padding: 20px 15px;
    
}

#plugin-guide .tipax-timeline-content {

        padding: 15px;
    
}

#plugin-guide .tipax-step-title {

        font-size: 1rem;
    
}

#plugin-guide .tipax-video-container {

        padding: 12px;
        border-radius: 16px;
    
}

#plugin-guide .tipax-video-badge, #plugin-guide .tipax-video-duration {

        font-size: 0.7rem;
        padding: 4px 10px;
    
}

#plugin-guide .tipax-video {

        max-height: 50vh;
    
}

#plugin-guide .tipax-video-iframe {

        min-height: 200px;
        max-height: 50vh;
    
}

#plugin-guide .tipax-video-caption {

        font-size: 0.7rem;
    
}

}
@media screen and (max-width: 576px) {
#plugin-guide .tipax-section-title {

        font-size: 1.1rem;
    
}

#plugin-guide .tipax-video-container {

        padding: 10px;
        border-radius: 14px;
        margin-bottom: 20px;
    
}

#plugin-guide .tipax-video-header {

        margin-bottom: 8px;
    
}

#plugin-guide .tipax-video-badge, #plugin-guide .tipax-video-duration {

        font-size: 0.65rem;
        padding: 3px 8px;
    
}

#plugin-guide .tipax-video {

        max-height: 45vh;
        border-radius: 10px;
    
}

#plugin-guide .tipax-video-iframe {

        min-height: 180px;
        max-height: 45vh;
    
}

#plugin-guide .tipax-video-caption {

        font-size: 0.65rem;
        margin-top: 8px;
    
}

}
@media screen and (min-width: 769px) and (max-width: 1024px) {
#plugin-guide .tipax-video {

        max-height: 55vh;
    
}

}
@media screen and (min-width: 1025px) {
#plugin-guide .tipax-video {

        max-height: 55vh;
    
}

#plugin-guide .tipax-video-iframe {

        max-height: 55vh;
    
}

}
@media screen and (max-width: 768px) {
#plugin-guide .etipax-timeline::after, #plugin-guide .tipax-timeline::after {

        right: 20px !important;
        transform: translateX(0) !important;
        width: 2px !important;
    
}

#plugin-guide .etipax-timeline-step, #plugin-guide .tipax-timeline-step {

        width: 100% !important;
        right: 0 !important;
        padding-right: 50px !important;
        padding-left: 10px !important;
        margin-bottom: 20px !important;
    
}

#plugin-guide .etipax-timeline-step:nth-child(even), #plugin-guide .tipax-timeline-step:nth-child(even) {

        right: 0 !important;
        text-align: right !important;
    
}

#plugin-guide .etipax-timeline-step:nth-child(odd)::before, #plugin-guide .etipax-timeline-step:nth-child(even)::before, #plugin-guide .tipax-timeline-step:nth-child(odd)::before, #plugin-guide .tipax-timeline-step:nth-child(even)::before {

        right: 12px !important;
        left: auto !important;
    
}

#plugin-guide .etipax-timeline-step:nth-child(odd) .etipax-step-number, #plugin-guide .etipax-timeline-step:nth-child(even) .etipax-step-number, #plugin-guide .tipax-timeline-step:nth-child(odd) .tipax-step-number, #plugin-guide .tipax-timeline-step:nth-child(even) .tipax-step-number {

        right: 0px !important;
        left: auto !important;
        top: 8px !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 16px !important;
    
}

#plugin-guide .etipax-timeline-container, #plugin-guide .tipax-timeline-container {

        padding: 20px 8px;
    
}

#plugin-guide .etipax-timeline-content, #plugin-guide .tipax-timeline-content {

        padding: 14px 14px !important;
        margin-right: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    
}

#plugin-guide .etipax-step-title, #plugin-guide .tipax-step-title {

        font-size: 1rem !important;
        line-height: 1.5 !important;
        margin-bottom: 6px !important;
    
}

#plugin-guide .etipax-timeline-content p, #plugin-guide .etipax-timeline-content li, #plugin-guide .tipax-timeline-content p, #plugin-guide .tipax-timeline-content li {

        font-size: 13px !important;
        line-height: 1.7 !important;
    
}

#plugin-guide .etipax-timeline-content ul, #plugin-guide .etipax-timeline-content ol, #plugin-guide .tipax-timeline-content ul, #plugin-guide .tipax-timeline-content ol {

        padding-right: 18px !important;
        margin: 6px 0 !important;
    
}

#plugin-guide .etipax-step-short, #plugin-guide .tipax-step-short {

        font-size: 11px !important;
        margin-bottom: 8px !important;
    
}

#plugin-guide .etipax-more-btn, #plugin-guide .tipax-more-btn {

        width: 100% !important;
        justify-content: center !important;
        padding: 10px !important;
        margin-top: 10px !important;
    
}

#plugin-guide .etipax-tip, #plugin-guide .etipax-note, #plugin-guide .etipax-warning, #plugin-guide .etipax-success, #plugin-guide .tipax-image-placeholder {

        padding: 10px 12px !important;
        font-size: 12px !important;
        line-height: 1.6 !important;
        margin: 8px 0 !important;
    
}

}
#plugin-guide .tipax-timeline-step {
 position: relative; width: 50%; margin-bottom: 40px; z-index: 2; box-sizing: border-box; 
}

#plugin-guide .tipax-timeline-step:nth-child(odd) {
 right: 0; padding-left: 40px; 
}

#plugin-guide .tipax-timeline-step:nth-child(even) {
 right: 50%; padding-right: 40px; text-align: left; 
}

#plugin-guide .tipax-timeline-step::before {
 content: ''; position: absolute; width: 16px; height: 16px; background: #FFFFFF; border: 3px solid #146B3A; border-radius: 50%; top: 20px; z-index: 3; 
}

#plugin-guide .tipax-timeline-step:nth-child(odd)::before {
 left: -8px; 
}

#plugin-guide .tipax-timeline-step:nth-child(even)::before {
 right: -8px; 
}

#plugin-guide .tipax-step-number {
 position: absolute; width: 40px; height: 40px; border-radius: 50%; background: #146B3A; color: white; display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; top: 8px; z-index: 4; 
}

#plugin-guide .tipax-timeline-content {
 padding: 20px 24px; background: #FFFFFF; border: 1px solid #CACACA; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.06); 
}

#plugin-guide .tipax-step-title {
 font-size: 16px; font-weight: 700; color: #2C2C2C; margin-bottom: 8px; 
}

#plugin-guide .tipax-step-short {
 font-size: 13px; color: #888; margin-bottom: 8px; text-align:right;
}

#plugin-guide .tipax-step-detail {
 font-size: 13px; color: #474747; line-height: 1.85; text-align:right;
}

#plugin-guide .tipax-timeline-content ul, #plugin-guide .tipax-timeline-content ol {
 padding-right: 20px; margin: 8px 0; 
}

#plugin-guide .tipax-timeline-content li {
 font-size: 13px; color: #474747; margin-bottom: 6px; 
}

#plugin-guide .tipax-more-btn {
 display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; background: #E6F2EC; border: none; border-radius: 8px; color: #146B3A; font-size: 12px; font-weight: 600; cursor: pointer; margin-top: 12px; transition: all .2s; 
}

#plugin-guide .tipax-more-btn:hover {
 background: #146B3A; color: white; 
}

#plugin-guide .tipax-extra-content {
 max-height: 0; overflow: hidden; transition: max-height .3s ease; 
}

#plugin-guide .tipax-extra-content.show {
 max-height: 1000px; 
}

#plugin-guide .tipax-image-placeholder {
 padding: 10px 14px; background: #E6F2EC; border-radius: 8px; font-size: 12px; color: #474747; margin-top: 8px; text-align:right;
}

#plugin-guide .tipax-guide-header {
 margin-bottom: 24px; 
}

#plugin-guide .tipax-header-buttons {
 display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; 
}

#plugin-guide .tipax-reset-btn {
 display: inline-flex; align-items: center; gap: 6px; padding: 10px 18px; background: #146B3A; color: white; border: none; border-radius: 10px; font-size: 13px; font-weight: 600; cursor: pointer; text-decoration: none; transition: all .2s; 
}

#plugin-guide .tipax-reset-btn:hover {
 background: #0F5630; 
}

#plugin-guide .tipax-intro {
 padding: 20px; margin-bottom: 24px; background: #F2F2F2; border-radius: 14px; 
}

#plugin-guide .tipax-intro p {
 font-size: 13px; color: #474747; line-height: 1.85; margin-bottom: 10px; 
}

#plugin-guide .tipax-timeline-container {
 margin-bottom: 24px; 
}

#plugin-guide .tipax-section-title {
 font-size: 18px; font-weight: 700; margin-bottom: 16px; color: #2C2C2C; 
}

#plugin-guide .tipax-timeline {
 position: relative; padding: 20px 0; 
}

#plugin-guide .tipax-timeline::after {
 content: ''; position: absolute; right: 50%; top: 0; bottom: 0; width: 2px; background: #146B3A; transform: translateX(50%); 
}

#plugin-guide .tipax-footer-note {
 margin-top: 24px; 
}

#plugin-guide .tipax-note {
 padding: 12px 16px; background: #F2F2F2; border-radius: 8px; font-size: 13px; color: #474747; border-right: 3px solid #146B3A; 
}

#plugin-guide body, #plugin-guide .section, #plugin-guide .tab-content, #plugin-guide .panel, #plugin-guide .panel-body, #plugin-guide .panel-header, #plugin-guide .section-hero, #plugin-guide .guide-header, #plugin-guide .version-hero, #plugin-guide .auth-card, #plugin-guide .auth-step, #plugin-guide .info-card, #plugin-guide .info-card .ic-text, #plugin-guide .quick-link, #plugin-guide .stat-card, #plugin-guide .endpoint-group, #plugin-guide .endpoint-item, #plugin-guide .endpoint-info, #plugin-guide .timeline-item, #plugin-guide .timeline-content, #plugin-guide .faq-item, #plugin-guide .faq-question, #plugin-guide .faq-answer, #plugin-guide .footer, #plugin-guide .footer-inner, #plugin-guide .footer-brand, #plugin-guide .footer-section, #plugin-guide .footer-links, #plugin-guide .modal-content, #plugin-guide .modal-header, #plugin-guide .modal-body, #plugin-guide .modal-footer, #plugin-guide .tag-nav-bar, #plugin-guide .tag-nav-pills, #plugin-guide .tag-section-title, #plugin-guide .hero-banner, #plugin-guide .version-cards, #plugin-guide .version-card, #plugin-guide .etipax-section-header, #plugin-guide .etipax-section-title, #plugin-guide .etipax-intro, #plugin-guide .etipax-timeline-container, #plugin-guide .etipax-timeline-content, #plugin-guide .tipax-guide-header, #plugin-guide .tipax-intro, #plugin-guide .tipax-timeline-container, #plugin-guide .bot-intro, #plugin-guide .bot-timeline-container {

  text-align: right !important;

}

