.kss-parent-dashboard {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
border: 1px solid #e0e0e0;
padding: 20px;
border-radius: 8px;
}
.kss-dashboard-notice {
padding: 15px;
background-color: #fff8e1;
border-left: 4px solid #ffc107;
}
.kss-parent-dashboard h3 {
margin-top: 0;
border-bottom: 2px solid #f0f0f0;
padding-bottom: 10px;
}
.kss-parent-dashboard h4 {
margin-top: 30px;
color: #333;
}
.kss-invoice-card {
border: 1px solid #ddd;
border-radius: 5px;
margin-bottom: 20px;
overflow: hidden;
}
.kss-invoice-header {
background-color: #f9f9f9;
padding: 15px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #ddd;
}
.kss-invoice-due {
font-size: 0.9em;
color: #e53935;
font-weight: bold;
}
.kss-invoice-body {
padding: 15px;
}
.kss-invoice-body ul {
margin: 0;
padding-left: 20px;
list-style-type: disc;
}
.kss-invoice-body li {
padding: 5px 0;
color: #555;
}
.kss-invoice-footer {
background-color: #f9f9f9;
padding: 15px;
display: flex;
justify-content: space-between;
align-items: center;
border-top: 1px solid #ddd;
}
.kss-invoice-total {
font-size: 1.2em;
font-weight: bold;
color: #222;
}
.kss-payment-button form {
margin: 0;
}
.kss-payment-button input[type="submit"] {
background-color: #10b981;
color: white;
border: none;
padding: 10px 20px;
border-radius: 5px;
cursor: pointer;
font-size: 1em;
font-weight: bold;
}
.kss-history-table {
width: 100%;
border-collapse: collapse;
}
.kss-history-table th,
.kss-history-table td {
padding: 12px;
text-align: left;
border-bottom: 1px solid #eee;
}
.kss-history-table th {
background-color: #f5f5f5;
}
.kss-history-table .details-button {
background-color: #eee;
color: #333;
border: 1px solid #ccc;
padding: 5px 10px;
border-radius: 3px;
text-decoration: none;
font-size: 0.9em;
}