.nk-template-animated-04-jawa {
    --animated-primary: var(--nk-color-primary-color, #2d5a47);
    --animated-accent: var(--nk-color-accent-color, #c9a227);
    --animated-bg: var(--nk-color-bg-color, #1a3328);
    --animated-text: var(--nk-color-text-color, #2a3d2f);
    --animated-muted: var(--nk-color-muted-color, #6b8f7a);
    --animated-card: var(--nk-color-card-background, rgba(255, 251, 242, 0.92));
    --animated-button: var(--nk-color-button-color, #1f4d3a);
    --animated-button-text: var(--nk-color-button-text-color, #ffffff);
    color: var(--animated-text);
}

.nk-template-animated-04-jawa .nk-animated-body,
.nk-template-animated-04-jawa .nk-animated-section--panel {
    color: var(--animated-text);
}

.nk-template-animated-04-jawa .nk-animated-meta,
.nk-template-animated-04-jawa .nk-animated-muted {
    color: var(--animated-muted);
}

.nk-template-animated-04-jawa .nk-animated-button,
.nk-template-animated-04-jawa .nk-animated-open-btn,
.nk-template-animated-04-jawa .nk-anim-button,
.nk-template-animated-04-jawa button[type="submit"] {
    background: var(--animated-button);
    color: var(--animated-button-text);
}
