.koppel_je_boekhouding-wrapper {
    max-width: 600px;
    margin: 50px auto;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.koppel_je_boekhouding-header {
    background: #f0f6fc;
    padding: 30px;
    text-align: center;
    border-bottom: 1px solid #e2e4e7;
}
.koppel_je_boekhouding-header h3 {
    margin: 0;
    color: #1d2327;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.koppel_je_boekhouding-content {
    padding: 40px;
    text-align: center;
}
.koppel_je_boekhouding-status-badge {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 20px;
}
.koppel_je_boekhouding-status-online {
    background-color: #d1fae5;
    color: #065f46;
}
.koppel_je_boekhouding-status-offline {
    background-color: #f3f4f6;
    color: #374151;
}
.koppel_je_boekhouding-dot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin-right: 8px;
}
.dot-green { background-color: #10b981; }
.dot-gray { background-color: #6b7280; }

.koppel_je_boekhouding-description {
    font-size: 15px;
    line-height: 1.6;
    color: #50575e;
    margin-bottom: 30px;
}
.koppel_je_boekhouding-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
}
.koppel_je_boekhouding-button {
    display: inline-block;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
}
.koppel_je_boekhouding-btn-primary {
    background-color: #2271b1;
    color: #fff;
}
.koppel_je_boekhouding-btn-primary:hover {
    background-color: #135e96;
    color: #fff;
}
.koppel_je_boekhouding-btn-secondary {
    color: #d63638;
    background: transparent;
    font-size: 13px;
}
.koppel_je_boekhouding-btn-secondary:hover {
    text-decoration: underline;
    color: #a32b2d;
}
.koppel_je_boekhouding-footer {
    margin-top: 20px;
    font-size: 12px;
    color: #a0a0a0;
}