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

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

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

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

#mytipax-guide .etipax-timeline-step::before, #mytipax-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; 
}

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

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

#mytipax-guide .etipax-step-number, #mytipax-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; 
}

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

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

}

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

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

}

#mytipax-guide .etipax-timeline-content, #mytipax-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; 
}

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

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

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

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

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

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

#mytipax-guide .etipax-more-btn, #mytipax-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; 
}

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

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

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

#mytipax-guide .etipax-section-header {
 display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 24px; 
}

#mytipax-guide .etipax-section-title {
 font-size: 22px; font-weight: 800; color: #2C2C2C; 
}

#mytipax-guide .etipax-section-actions {
 display: flex; gap: 10px; flex-wrap: wrap; 
}

#mytipax-guide .etipax-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; 
}

#mytipax-guide .etipax-reset-btn:hover {
 background: #0F5630; transform: translateY(-1px); 
}

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

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

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

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

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

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

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

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

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

#mytipax-guide .etipax-highlight {
 display: flex; gap: 20px; flex-wrap: wrap; margin-top: 16px; 
}

#mytipax-guide .etipax-highlight-item {
 display: flex; align-items: center; gap: 8px; font-size: 13px; color: #474747; 
}

#mytipax-guide .etipax-highlight-icon {
 font-size: 14px; color: #146B3A; 
}

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

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

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

#mytipax-guide .etipax-section-header {

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--gray-light, #D9D9D9);

}

#mytipax-guide .etipax-section-title {

    color: var(--secondary-color, #17428F);
    font-size: clamp(1.2rem, 4vw, 1.6rem);
    font-weight: 700;
    margin: 0;

}

#mytipax-guide .etipax-reset-btn {

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

}

#mytipax-guide .etipax-reset-btn:hover {

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

}

#mytipax-guide .etipax-video-container {

    background: #2C2C2C;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);

}

#mytipax-guide .etipax-video-header {

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px 20px;
    background: #16213e;
    color: white;

}

#mytipax-guide .etipax-video-badge {

    background: var(--primary-color, #146B3A);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;

}

#mytipax-guide .etipax-video-duration {

    font-size: 0.8rem;
    opacity: 0.9;

}

#mytipax-guide .etipax-video-wrapper {

    padding: 20px;
    display: flex;
    justify-content: center;
    background: #000;

}

#mytipax-guide .etipax-video {

    width: 100%;
    max-width: 800px;
    border-radius: 12px;
    display: block;

}

#mytipax-guide .etipax-video-caption {

    text-align: center;
    padding: 12px;
    color: #ffffff;
    font-size: 0.8rem;
    border-top: 1px solid var(--gray-light, #D9D9D9);
    background: #16213e;

}

#mytipax-guide .etipax-intro {

    background: var(--info-bg, #e8f0fe);
    border-right: 4px solid var(--info-border, #17428F);
    padding: 20px 25px;
    border-radius: 15px;
    margin-bottom: 35px;

}

#mytipax-guide .etipax-intro-title {

    color: var(--secondary-color, #17428F);
    font-size: 1.3rem;
    margin-bottom: 12px;
    font-weight: 700;

}

#mytipax-guide .etipax-intro p {

    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--text-primary, #2C2C2C);

}

#mytipax-guide .etipax-highlight {

    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 15px;
    padding-top: 12px;
    border-top: 1px dashed var(--gray-medium, #CACACA);

}

#mytipax-guide .etipax-highlight-item {

    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.85rem;
    color: var(--gray-dark, #474747);

}

#mytipax-guide .etipax-highlight-icon {

    font-size: 1rem;

}

#mytipax-guide .etipax-timeline-container {

    position: relative;
    width: 100%;
    margin: 40px auto;
    background: var(--white, #FFFFFF);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);

}

#mytipax-guide .etipax-timeline-title {

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

}

#mytipax-guide .etipax-timeline-title::after {

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

}

#mytipax-guide .etipax-timeline {

    position: relative;

}

#mytipax-guide .etipax-timeline::after {

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

}

#mytipax-guide .etipax-timeline-step {

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

}

#mytipax-guide .etipax-timeline-step:nth-child(odd) {

    right: 0;

}

#mytipax-guide .etipax-timeline-step:nth-child(even) {

    right: 50%;

}

#mytipax-guide .etipax-timeline-step::before {

    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: var(--white, #FFFFFF);
    border: 3px solid var(--primary-color, #146B3A);
    border-radius: 50%;
    top: 28px;
    z-index: 10;
    box-shadow: 0 0 0 3px rgba(20, 107, 58, 0.2);

}

#mytipax-guide .etipax-timeline-step:nth-child(odd)::before {

    left: -8px;

}

#mytipax-guide .etipax-timeline-step:nth-child(even)::before {

    right: -8px;

}

#mytipax-guide .etipax-step-number {

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

}

#mytipax-guide .etipax-timeline-step:nth-child(odd) .etipax-step-number {

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

}

#mytipax-guide .etipax-timeline-step:nth-child(even) .etipax-step-number {

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

}

#mytipax-guide .etipax-timeline-content {

    background: var(--light-color, #F2F2F2);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border-right: 4px solid var(--primary-color, #146B3A);
    margin:20px;

}

#mytipax-guide .etipax-timeline-content:hover {

    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);

}

#mytipax-guide .etipax-step-title {

    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--secondary-color, #17428F);
    border-bottom: 2px solid var(--gray-light, #D9D9D9);
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;

}

#mytipax-guide .etipax-step-title i {

    color: var(--primary-color, #146B3A);
    font-size: 1.2rem;

}

#mytipax-guide .etipax-step-short {

    font-size: 0.85rem;
    color: var(--gray-dark, #474747);
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px dotted var(--gray-light, #D9D9D9);

}

#mytipax-guide .etipax-more-btn {

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

}

#mytipax-guide .etipax-more-btn:hover {

    background: var(--primary-color, #146B3A);
    color: white;

}

#mytipax-guide .etipax-more-btn i {

    transition: transform 0.2s;

}

#mytipax-guide .etipax-extra-content {

    background: var(--warning-bg, #fff9e6);
    border-right: 4px solid var(--warning-border, #ffcc00);
    padding: 12px 15px;
    margin-top: 12px;
    border-radius: 8px;
    font-size: 0.85rem;
    display: none;
    animation: etipaxFadeSlide 0.25s ease;

}

#mytipax-guide .etipax-extra-content.show {

    display: block;

}

#mytipax-guide .etipax-tip, #mytipax-guide .etipax-note, #mytipax-guide .etipax-warning, #mytipax-guide .etipax-success {

    padding: 10px 15px;
    margin: 12px 0;
    border-radius: 8px;
    font-size: 0.85rem;

}

#mytipax-guide .etipax-note {

    background: var(--info-bg, #e8f0fe);
    border-right: 4px solid var(--info-border, #17428F);

}

#mytipax-guide .etipax-highlight-code {

    background: var(--secondary-color, #17428F);
    color: white;
    padding: 2px 8px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-family: monospace;

}

#mytipax-guide .etipax-summary {

    background: #F2F2F2;
    border-radius: 16px;
    padding: 25px;
    margin-top: 30px;

}

#mytipax-guide .etipax-summary-title {

    color: var(--secondary-color, #17428F);
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 700;

}

#mytipax-guide .etipax-summary-steps {

    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 20px;

}

#mytipax-guide .etipax-summary-item {

    background: white;
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 0.8rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);

}

#mytipax-guide .etipax-support-box {

    background: var(--secondary-color, #17428F);
    color: white;
    padding: 15px 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;

}

#mytipax-guide .etipax-support-box i {

    font-size: 1.5rem;

}

#mytipax-guide .etipax-support-box a {

    color: #ffd966;
    text-decoration: none;

}

#mytipax-guide .etipax-support-box a:hover {

    text-decoration: underline;

}

#mytipax-guide .etipax-support-box ul {

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

}

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

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

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

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

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

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

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

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

#mytipax-guide .etipax-timeline-step:nth-child(odd) .etipax-step-number, #mytipax-guide .etipax-timeline-step:nth-child(even) .etipax-step-number, #mytipax-guide .tipax-timeline-step:nth-child(odd) .tipax-step-number, #mytipax-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;
    
}

#mytipax-guide .etipax-timeline-title {

        font-size: 1.3rem;
    
}

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

        padding: 20px 8px;
    
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#mytipax-guide .etipax-video-container {

        margin-bottom: 20px;
    
}

#mytipax-guide .etipax-video-wrapper {

        padding: 10px;
    
}

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

        font-size: 1.2rem;
    
}

#mytipax-guide .etipax-intro {

        padding: 15px;
    
}

#mytipax-guide .etipax-intro-title {

        font-size: 1.1rem;
    
}

#mytipax-guide .etipax-summary {

        padding: 15px;
    
}

#mytipax-guide .etipax-summary-item {

        font-size: 0.7rem;
        padding: 5px 12px;
    
}

}
@media print {
#mytipax-guide .etipax-video-container, #mytipax-guide .etipax-reset-btn, #mytipax-guide .etipax-more-btn {

        display: none;
    
}

#mytipax-guide .etipax-timeline-content {

        break-inside: avoid;
        page-break-inside: avoid;
    
}

#mytipax-guide .etipax-extra-content {

        display: block !important;
    
}

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

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

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

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

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

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

#mytipax-guide .etipax-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; 
}

#mytipax-guide .etipax-timeline-step:nth-child(odd) .etipax-step-number {
 left: -20px !important; right: auto !important; top: 8px !important; 
}

#mytipax-guide .etipax-timeline-step:nth-child(even) .etipax-step-number {
 right: -20px !important; left: auto !important; top: 8px !important; 
}

#mytipax-guide .etipax-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; 
}

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

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

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

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

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

#mytipax-guide .etipax-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; 
}

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

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

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

#mytipax-guide .etipax-section-header {
 display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; margin-bottom: 24px; 
}

#mytipax-guide .etipax-section-title {
 font-size: 22px; font-weight: 800; color: #2C2C2C; 
}

#mytipax-guide .etipax-section-actions {
 display: flex; gap: 10px; flex-wrap: wrap; 
}

#mytipax-guide .etipax-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; 
}

#mytipax-guide .etipax-reset-btn:hover {
 background: #0F5630; transform: translateY(-1px); 
}

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

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

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

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

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

#mytipax-guide .etipax-video {
 width: 100%; height: 100%; 
}

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

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

#mytipax-guide .etipax-intro-title {
 font-size: 16px; font-weight: 700; margin-bottom: 10px; color: #2C2C2C; 
}

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

#mytipax-guide .etipax-highlight {
 display: flex; gap: 20px; flex-wrap: wrap; margin-top: 16px; 
}

#mytipax-guide .etipax-highlight-item {
 display: flex; align-items: center; gap: 8px; font-size: 13px; color: #474747; 
}

#mytipax-guide .etipax-highlight-icon {
 font-size: 14px; color: #146B3A; 
}

#mytipax-guide .etipax-timeline-container {
 margin-bottom: 24px; 
}

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

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

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

  text-align: right !important;

}

