.elementor-1894 .elementor-element.elementor-element-b95291e{--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;}/* Start custom CSS for html, class: .elementor-element-a560a88 *//* --- MediGoCare Blog Styles --- */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

.medigo-wrapper {
    font-family: inherit;
    color: #333333;
    line-height: 1.7;
    background-color: #f4f7f6; /* Soft medical background */
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 10px;
}

.medigo-wrapper * {
    box-sizing: border-box;
}

.medigo-section {
    background: #ffffff;
    width: 100%;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border: 1px solid #eaeaea;
}

.medigo-section:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.medigo-wrapper h1, 
.medigo-wrapper h2, 
.medigo-wrapper h3 {
    color: #1f3d9d; /* Secondary Color */
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.3;
}

.medigo-wrapper h1 {
    font-size: 2.2em;
    border-bottom: 3px solid #f22283; /* Primary Color */
    padding-bottom: 15px;
}

.medigo-wrapper h2 {
    font-size: 1.8em;
    border-left: 5px solid #119809; /* Rare Color */
    padding-left: 15px;
}

.medigo-wrapper h3 {
    font-size: 1.4em;
    color: #333333;
}

.medigo-wrapper p {
    margin-bottom: 15px;
}

.medigo-wrapper a {
    color: #f22283;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.medigo-wrapper a:hover {
    color: #1f3d9d;
    text-decoration: underline;
}

.medigo-meta {
    font-style: italic;
    color: #666;
    font-size: 0.95em;
    margin-bottom: 20px;
}

.medigo-img-responsive {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 20px 0;
    display: block;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.medigo-table-responsive {
    overflow-x: auto;
    margin: 25px 0;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.medigo-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}

.medigo-table th, 
.medigo-table td {
    padding: 15px;
    border: 1px solid #eee;
    text-align: left;
}

.medigo-table th {
    background-color: #1f3d9d;
    color: #ffffff;
    font-weight: bold;
}

.medigo-table tr:nth-child(even) {
    background-color: #fcfcfc;
}

.medigo-table tr:hover {
    background-color: #f4f7f6;
}

.medigo-btn-cta {
    display: block;
    background-color: #f22283;
    color: #ffffff !important;
    padding: 15px 30px;
    border-radius: 30px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin: 30px auto;
    max-width: fit-content;
    text-decoration: none !important;
    transition: background-color 0.3s, transform 0.2s, box-shadow 0.3s;
    box-shadow: 0 6px 12px rgba(242, 34, 131, 0.3);
}

.medigo-btn-cta:hover {
    background-color: #1f3d9d;
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(31, 61, 157, 0.3);
}

/* Lists */
.medigo-bullet-list {
    list-style: none;
    padding: 0;
}

.medigo-bullet-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-weight: 500;
}

.medigo-bullet-list li::before {
    content: "\f058"; /* Check-circle */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #119809;
    font-size: 1.2em;
}

/* Blockquote */
.medigo-quote {
    border-left: 5px solid #f22283;
    background: #fdfdfd;
    padding: 20px;
    font-style: italic;
    border-radius: 0 15px 15px 0;
    margin: 25px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* TOC */
.medigo-toc-container {
    background-color: #ffffff;
    border: 1px solid #1f3d9d;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 30px;
}

.medigo-toc-container summary {
    font-weight: bold;
    cursor: pointer;
    color: #1f3d9d;
    font-size: 1.2em;
    outline: none;
    list-style: none;
}

.medigo-toc-container summary::-webkit-details-marker {
    display: none;
}

.medigo-toc-container ul {
    list-style: none;
    padding-left: 10px;
    margin-top: 15px;
}

.medigo-toc-container li {
    margin-bottom: 8px;
}

.medigo-toc-container a {
    color: #333;
    font-weight: 500;
}

.medigo-toc-container a:hover {
    color: #119809;
}

/* FAQ Accordion */
.medigo-faq-item {
    margin-bottom: 15px;
    border: 1px solid #eaeaea;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
}

.medigo-faq-question {
    background-color: #fdfdfd;
    padding: 18px 20px;
    margin: 0;
    cursor: pointer;
    color: #1f3d9d;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
    font-size: 1.1em;
}

.medigo-faq-question:hover {
    background-color: #f4f7f6;
}

.medigo-faq-answer {
    padding: 20px;
    display: none;
    border-top: 1px solid #eaeaea;
    color: #444;
}/* End custom CSS */