.elementor-42182 .elementor-element.elementor-element-e36ecee{--display:flex;}/* Start custom CSS for html, class: .elementor-element-12c4bda */.site-footer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    background-color: #1a1a1a;
    color: #fff;
    padding: 30px;
    font-family: Arial, sans-serif;
}

.footer-section h2 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #ffcc00;
}

.footer-section p, 
.footer-section ul {
    font-size: 14px;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 6px;
}

.footer-section a {
    color: #ffcc00;
    text-decoration: none;
}

.footer-section a:hover {
    text-decoration: underline;
}

.trust-seals {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.trust-seals img {
    height: 54px;
    width: auto;
    display: block;
}

.trust-seals span {
    font-weight: bold;
    font-size: 14px;
}

.verified-secure {
    grid-column: 1 / -1;
    background-color: #222;
    padding: 10px;
    border-radius: 6px;
    font-size: 13px;
    color: #00ff99;
    font-weight: bold;
}

.last-updated {
    font-size: 12px;
    color: #ccc;
    grid-column: 1 / -1;
    text-align: right;
}/* End custom CSS */