.ps-c1311387-wrapper {
    width: 100%;
    font-family: inherit;
}

.ps-c1311387-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

/* --- Desktop Horizontal Tabs --- */
.ps-c1311387-desktop-tabs {
    display: block; /* Visible by default on desktop */
}

.ps-c1311387-mobile-accordion {
    display: none; /* Hidden by default on desktop */
}

.ps-c1311387-tabs-nav {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 0;
}

.ps-c1311387-tab-btn {
    background: transparent;
    border: 1px solid transparent;
    border-bottom: none;
    padding: 12px 24px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    transition: all 0.3s ease;
    white-space: nowrap;
    border-radius: 4px 4px 0 0;
    margin-right: 5px;
    margin-bottom: -1px; /* Overlap the bottom border */
}

.ps-c1311387-tab-btn:hover {
    color: #333;
    background-color: #fcfcfc;
}

.ps-c1311387-tab-btn.active {
    color: #d32f2f;
    background-color: #fff;
    border-color: #eaeaea;
    border-bottom-color: #fff; /* Blend with content area */
}

.ps-c1311387-tabs-content {
    border: 1px solid #eaeaea;
    border-top: none;
    padding: 20px;
    background: #fff;
}

.ps-c1311387-desktop-tabs .ps-c1311387-tab-pane {
    display: none;
    animation: fadeIn_c1311387 0.4s ease;
}

.ps-c1311387-desktop-tabs .ps-c1311387-tab-pane.active {
    display: block;
}

/* --- Mobile Accordion --- */
.ps-c1311387-mobile-accordion-item {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
}

.ps-c1311387-mobile-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
    text-align: left;
}

.ps-c1311387-mobile-btn:hover {
    background-color: #fcfcfc;
}

.ps-c1311387-tab-icon {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-c1311387-icon-minus {
    display: none;
}

.ps-c1311387-mobile-accordion-item.active .ps-c1311387-icon-plus {
    display: none;
}

.ps-c1311387-mobile-accordion-item.active .ps-c1311387-icon-minus {
    display: inline-block;
}

.ps-c1311387-mobile-accordion .ps-c1311387-tab-pane {
    display: none;
    padding: 0 20px 20px 20px;
    border-top: 1px solid #eaeaea;
}

.ps-c1311387-mobile-accordion .ps-c1311387-tab-pane.active {
    display: block;
}


/* Animations */
@keyframes fadeIn_c1311387 {
    from { opacity: 0; transform: translateY(5px); }
    to { opacity: 1; transform: translateY(0); }
}

/* --- Shared Content Styles --- */
/* Table Styles */
.ps-c1311387-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #eaeaea;
    margin-top: 0;
}

.ps-c1311387-table th,
.ps-c1311387-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    text-align: left;
    vertical-align: top;
}

.ps-c1311387-table tr:last-child th,
.ps-c1311387-table tr:last-child td {
    border-bottom: none;
}

.ps-c1311387-table th {
    width: 30%;
    background-color: #f8f9fa;
    font-weight: 600;
    color: #555;
}

.ps-c1311387-table td {
    width: 70%;
    color: #333;
}

/* Text Content Styles */
.ps-c1311387-text-content {
    color: #333;
    line-height: 1.6;
}

/* Pointers (Icon List) Styles */
.ps-c1311387-pointers-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ps-c1311387-pointers-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    color: #333;
}

.ps-c1311387-pointer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #d32f2f;
    font-size: 16px;
    margin-top: 4px;
}

.ps-c1311387-pointer-icon svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.ps-c1311387-pointer-text {
    flex: 1;
    line-height: 1.5;
}

/* --- Media Queries --- */
@media (max-width: 767px) {
    .ps-c1311387-desktop-tabs {
        display: none;
    }
    
    .ps-c1311387-mobile-accordion {
        display: flex;
        flex-direction: column;
    }

    .ps-c1311387-table tr {
        display: flex;
        flex-direction: row; 
        border-bottom: 1px solid #eaeaea;
    }
    
    .ps-c1311387-table tr:last-child {
        border-bottom: none;
    }

    .ps-c1311387-table th, 
    .ps-c1311387-table td {
        display: block;
        width: 50%; 
        border-bottom: none; 
        padding: 12px 10px; 
    }

    .ps-c1311387-table th {
        background-color: #f8f9fa; 
        border-right: 1px solid #eaeaea; 
    }
    
    .ps-c1311387-table td {
        border-right: none;
    }
}
