/**
 * Digital Lahore Essentials — Frontend Styles
 */

.dl-container { max-width: 1200px; margin: 0 auto; padding: 20px; }

.dl-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #0a3d62;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s;
}
.dl-btn:hover { background: #1e5f8e; color: #fff; }

.dl-btn-success { background: #0a3; }
.dl-btn-success:hover { background: #0b4; }

.dl-btn-whatsapp { background: #25D366; }
.dl-btn-whatsapp:hover { background: #1ebe5d; }

.dl-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.dl-rating { color: #ffa500; font-size: 18px; }

@media (max-width: 768px) {
    .dl-container { padding: 15px; }
}
