.elementor-1560 .elementor-element.elementor-element-298b0b3{--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;
}

.encrypt-guide {
    max-width: 1100px;
    margin: 0px 0px 20px 140px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.encrypt-guide h1 {
    text-align: center;
    font-size: 2.8em;
    margin-bottom: 20px;
    line-height: 1.2;
    color: #fffff;
}

.encrypt-guide h2 {
    font-size: 2.15rem;
    color: #fffff;
    margin: 70px 0 24px;
    border-bottom: 4px solid #dbeafe;
    padding-bottom: 14px;
}

.encrypt-guide h3 {
    font-size: 1.68rem;
    color: #fffff;
    margin: 50px 0 20px;
}

.encrypt-guide p {
    font-size: 1.09rem;
    margin-bottom: 1.65em;
}

.encrypt-guide ul.checklist {
    list-style: none;
    padding-left: 0;
    margin: 32px 0;
}

.encrypt-guide ul.checklist li {
    position: relative;
    padding-left: 48px;
    margin-bottom: 18px;
    font-size: 1.1rem;
}

.encrypt-guide ul.checklist li:before {
    content: "✔";
    color: #16a34a;
    position: absolute;
    left: 0;
    font-size: 1.8em;
    line-height: 1.2;
}

.encrypt-guide .example-box,
.encrypt-guide .tip-box {
    padding: 32px;
    margin: 40px 0;
    border-radius: 12px;
    font-size: 1.08rem;
}

.encrypt-guide .example-box {
    background: #f0f7ff;
    border-left: 6px solid #3b82f6;
}

.encrypt-guide .tip-box {
    background: #fefcbf;
    border-left: 6px solid #ca8a04;
}

.encrypt-guide .pros-cons-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
    margin: 48px 0;
}

.encrypt-guide .pros-cons-grid > div {
    padding: 32px;
    border-radius: 14px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.encrypt-guide .pros {
    background: #f0fdf4;
    border-left: 6px solid #16a34a;
}

.encrypt-guide .cons {
    background: #fef2f2;
    border-left: 6px solid #ef4444;
}

.encrypt-guide .pros h4,
.encrypt-guide .cons h4 {
    margin-top: 0;
    font-size: 1.55rem;
    margin-bottom: 20px;
}

.encrypt-guide .cta-center {
    text-align: center;
    margin: 70px 0 50px;
}

.encrypt-guide .cta-button {
    display: inline-block;
    background: #2563eb;
    color: white;
    padding: 16px 40px;
    margin: 10px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(37,99,235,0.2);
}

.encrypt-guide .cta-button:hover {
    background: #1d4ed8;
    transform: translateY(-4px);
    box-shadow: 0 14px 35px rgba(37,99,235,0.3);
}

.encrypt-guide img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
    margin: 48px 0;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
}

.encrypt-guide .footer-author {
    margin-top: 100px;
    padding-top: 40px;
    border-top: 1px solid #e2e8f0;
    font-size: 1.02rem;
    color: #4b5563;
    text-align: center;
}

.encrypt-guide table {
    width: 100%;
    border: 1px solid #c5c5c5;
    margin: 40px 0;
    font-size: 1.05rem;
}

.encrypt-guide table th,
.encrypt-guide table td {
    padding: 16px 20px;
    text-align: left;
    border-bottom: 1px solid #e2e8f0;
}

.encrypt-guide table th {
    background: #1e40af;
    color: white;
    font-weight: 600;
}

.encrypt-guide table tr:nth-child(even) {
    background: #f8fafc;
}

.encrypt-guide table tr:hover {
    background: #edf2ff;
}

@media (max-width: 768px) {
    .encrypt-guide {
        padding: 30px 18px;
        margin: 30px 12px;
    }
    .encrypt-guide h1 { font-size: 2.3rem; }
    .encrypt-guide h2 { font-size: 1.9rem; }
    .encrypt-guide h3 { font-size: 1.55rem; }
    .pros-cons-grid { grid-template-columns: 1fr; }
}/* End custom CSS */