.logo-preview {
    max-height: 100px;
    max-width: 200px;
    margin-bottom: 20px;
}
.mediaplan-container {
    display: none;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px;
    margin-top: 30px;
    background-color: white;
}
.service-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.totals {
    font-weight: bold;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
}
.hidden {
    display: none;
}

.service-details {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
    border-left: 4px solid #007bff;
}

.discount-section {
    background-color: #e8f5e8;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
}

.budget-section {
    background-color: #fff3cd;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    border-left: 4px solid #ffc107;
}

.service-group {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}

.service-group h5 {
    color: #495057;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #007bff;
}

.totals h4 {
    color: #212529;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #28a745;
}

.totals .table-primary td {
    background-color: #cce5ff;
    font-weight: bold;
}

.totals .table-warning td {
    background-color: #fff3cd;
    font-weight: bold;
}

.totals .table-success td {
    background-color: #d4edda;
    font-weight: bold;
}

.totals .table-sm td {
    padding: 8px 12px;
    border-top: 1px solid #dee2e6;
}

.totals .text-end {
    text-align: right;
}