.cvp-form-wrapper {
    max-width: 700px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.06);
}

.cvp-form-title {
    text-align: center;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 700;
}

.cvp-form .cvp-field {
    margin-bottom: 18px;
}

.cvp-form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.cvp-form input[type="text"],
.cvp-form input[type="email"],
.cvp-form input[type="password"],
.cvp-form input[type="number"],
.cvp-form textarea,
.cvp-form select {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #d1d5db;
    box-sizing: border-box;
}

.cvp-inline {
    display: flex;
    gap: 8px;
}

.cvp-inline select {
    width: 40%;
}

.cvp-inline input {
    width: 60%;
}

.cvp-help {
    font-size: 12px;
    color: #6b7280;
}

.cvp-actions {
    text-align: center;
    margin-top: 20px;
}

.cvp-btn-primary {
    background: #0f766e;
    color: #ffffff;
    border-radius: 999px;
    padding: 10px 24px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.cvp-btn-primary:hover {
    background: #115e59;
}

.cvp-dashboard {
    max-width: 900px;
    margin: 40px auto;
}

.cvp-dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.cvp-card {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.cvp-table {
    width: 100%;
    border-collapse: collapse;
}

.cvp-table th,
.cvp-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #e5e7eb;
}

.cvp-table th {
    background: #f3f4f6;
    text-align: left;
}

.cvp-share-input {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
}

.cvp-campaign-image {
    max-width: 100%;
    border-radius: 10px;
}
