.advert-image {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.featured-ad {
    border: 2px solid #ffc107;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.alert {
    border: none;
    border-radius: 8px;
}

.btn {
    border-radius: 6px;
}

.form-control, .form-select {
    border-radius: 6px;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.card-header {
    background: linear-gradient(45deg, #0d6efd, #0a58ca);
    color: white;
    border-radius: 8px 8px 0 0 !important;
}

.table th {
    border-top: none;
    font-weight: 600;
}