/* Footer Styles */
.kingster-copyright-wrapper {
    background-color: #333;
    color: white;
    padding: 20px 0;
    margin-top: 50px;
}

.kingster-copyright-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.kingster-copyright-left {
    font-size: 14px;
    line-height: 1.6;
}

.kingster-copyright-left strong {
    font-weight: 600;
}

.kingster-copyright-right {
    /* Reserved for future use */
}

/* Responsive */
@media (max-width: 768px) {
    .kingster-copyright-wrapper {
        text-align: center;
    }
    
    .kingster-copyright-left {
        font-size: 12px;
    }
}