.elementor-1325 .elementor-element.elementor-element-ddc322d{--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 */body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    color: #2c3e50;
    background-color: #f4f7fa;
}
.guide-container {
    max-width: 1100px;
    margin: 20px 0px 20px 140px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
h1 {
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 25px;
    line-height: 1.2;
    color: #fffff;
}
h2 {
    font-size: 2.2em;
    border-bottom: 3px solid #e0f0ff;
    padding-bottom: 10px;
    margin: 50px 0 20px;
    color: #fffff;
}
h3 {
    font-size: 1.8em;
    margin: 40px 0 15px;
    color: #0f4a8a;
}
p {
    font-size: 1.1em;
    margin-bottom: 1.6em;
}
ul.checklist {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}
ul.checklist li {
    margin-bottom: 14px;
    font-size: 1.05em;
    position: relative;
    padding-left: 35px;
}
ul.checklist li:before {
    content: "✔";
    color: #00a65a;
    position: absolute;
    left: 0;
    font-size: 1.4em;
    line-height: 1.3;
}
.table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 30px 0 40px;
    -webkit-overflow-scrolling: touch;
}
table {
    width: 100%;
    min-width: 750px;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
th, td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}
th {
    background-color: #48607e;
    color: white;
    font-weight: bold;
}
tr:nth-child(even) {
    background-color: #f8fcff;
}
.cta-button {
    display: inline-block;
    background: #1a73e8;
    color: white !important;
    padding: 14px 28px;
    margin: 15px 8px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.05em;
    transition: background 0.3s;
}
.cta-button:hover {
    background: #1558b0;
}
.cta-center {
    text-align: center;
    margin: 40px 0;
}
img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    margin: 25px 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.footer-author {
    margin-top: 70px;
    padding: 25px 0;
    border-top: 1px solid #e0e0e0;
    font-size: 0.95em;
    color: #555;
    text-align: center;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .guide-container {
        padding: 20px;
        margin: 15px 10px;
    }
    h1 { font-size: 2.1em; }
    h2 { font-size: 1.8em; }
    h3 { font-size: 1.6em; }
    .table-wrap { overflow-x: auto; }
}/* End custom CSS */