/* Campaign styles for My Account page */
.campaign-selector {
    margin-bottom: 30px;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

.campaign-selector label {
    margin-right: 10px;
    font-weight: bold;
}

.campaign-selector select {
    padding: 8px;
    min-width: 200px;
}

.campaign-details {
    margin-top: 20px;
}

.campaign-details h2 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.campaign-description {
    margin-bottom: 20px;
}

.campaign-meta {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 80px;
}

.campaign-meta p {
    margin-bottom: 8px;
}

.campaign-meta p:last-child {
    margin-bottom: 0;
}

/* Campaign purchases table */
.campaign-purchases {
    margin-top: 30px;
    margin-bottom: 80px;
}

.campaign-purchases h3 {
    margin-bottom: 15px;
}

.campaign-purchases-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.campaign-purchases-table th,
.campaign-purchases-table td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
}

.campaign-purchases-table thead th {
    background-color: #f8f8f8;
    border-bottom: 2px solid #e2e2e2;
    font-weight: 600;
}

.campaign-purchases-table tfoot th,
.campaign-purchases-table tfoot td {
    background-color: #f8f8f8;
    font-weight: 600;
    border-top: 2px solid #e2e2e2;
}
