/* Add custom CSS styles below */ 
.dark .slide--cat-entry {
    background-color: transparent;
    color: var(--dark-text-main);
}.dark .s-block__title h2 {
    text-align: center;
}.text-2xl.md\:text-4xl.text-white.leading-12.md\:leading-16 {
    text-align: center;
}
.emw-trust-container {
    background-color: #0B0B0B;
    border: 1px solid #e2e2e2;
    border-right: 4px solid #D4AF37;
    border-radius: 8px;
    padding: 25px;
    margin: 20px auto 40px auto; 
    max-width: 100%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
    font-family: inherit; 
}

.emw-trust-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.emw-trust-title::before {
    content: '🛡️'; 
}

.emw-trust-body {
    font-size: 0.95rem;
    color: #fff;
    line-height: 1.7;
}

.emw-trust-body p {
    margin-bottom: 12px;
}

.emw-trust-list {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

.emw-trust-list li {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    font-weight: 500;
    color: #fff;
}

.emw-trust-list li span {
    color: #D4AF37;
    margin-left: 8px;
    font-weight: bold;
}

.emw-trust-footer {
    margin-top: 15px;
    font-weight: bold;
    color: #D4AF37;/
    border-top: 1px dashed #ddd;
    padding-top: 10px;
}

@media (max-width: 768px) {
    .emw-trust-container {
        padding: 15px;
        margin: 15px 10px 30px 10px;
    }
}.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    BACKGROUND: #141414 ! IMPORTANT;
}.header-inner.inner.bg-white.da-bgm {
    BACKGROUND: #ab9667 !important;
}