.elementor-33469 .elementor-element.elementor-element-e7fac7c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-ff8261f */.neu-pyq-container {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
}

.neu-pyq-container .card {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    padding: 25px;
    margin-bottom: 25px;
    border: 1px solid #f0e6f5;
}

.neu-pyq-container h2, 
.neu-pyq-container h3, 
.neu-pyq-container h4 {
    color: #3d1b4e;
    margin-top: 0;
}

.neu-pyq-container p {
    margin-bottom: 15px;
}

.neu-pyq-container .custom-post-pyqs-btn {
    display: inline-block;
    background-color: #3d1b4e;
    color: #ffffff !important;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    margin: 10px 0;
}

.neu-pyq-container .custom-post-pyqs-btn:hover {
    background-color: #2a1236;
}

.neu-pyq-container .custom-post-pyqs-toc {
    background-color: #f9f6fb;
    padding: 20px;
    border-radius: 8px;
    border-left: 5px solid #3d1b4e;
}

.neu-pyq-container .custom-post-pyqs-toc ul {
    list-style: none;
    padding-left: 0;
}

.neu-pyq-container .custom-post-pyqs-toc li {
    margin-bottom: 8px;
}

.neu-pyq-container .custom-post-pyqs-toc a {
    color: #3d1b4e;
    text-decoration: none;
    font-weight: 500;
}

.neu-pyq-container .responsive-table {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

.neu-pyq-container .custom-post-pyqs-table {
    width: 100%;
    table-layout: auto;
    border-collapse: collapse;
    margin-bottom: 10px;
}

.neu-pyq-container .custom-post-pyqs-table th {
    background-color: #e9e2ef;
    color: #3d1b4e;
    padding: 12px;
    text-align: left;
    border: 1px solid #d1cedb;
}

.neu-pyq-container .custom-post-pyqs-table td {
    padding: 12px;
    border: 1px solid #e0e0e0;
}

.neu-pyq-container .custom-post-pyqs-table tr:nth-child(even) {
    background-color: #fafafa;
}

.neu-pyq-container .custom-post-pyqs-important {
    background-color: #e6f7f5;
    border-left: 5px solid #008080;
    padding: 20px;
    border-radius: 4px;
    margin: 20px 0;
}

.neu-pyq-container .custom-post-pyqs-footer {
    padding: 20px;
    text-align: center;
    border-top: 1px solid #eee;
}/* End custom CSS */