.job-admin-container {
	display: flex;
	gap: 50px;
	justify-content: space-between;
	padding:20px;
}

.job-admin-left {
	flex: 2; /* Breiterer Hauptbereich */
	padding:30px;
	border-radius: 40px;
    background: #ffffff;
    box-shadow: 5px 5px 12px #898989, -5px -5px 12px #ffffff;
}

.job-admin-right {
    flex: 1;
	padding: 20px;
    border-radius: 40px;
    background: #ffffff;
    box-shadow: 5px 5px 12px #898989, -5px -5px 12px #ffffff;
}

.job-sidebar input, .job-admin-left textarea {
	width: 100%;
}
textarea.widefat {
	resize: none;
    height: 100px;
	border-radius:none;
}

.bullet-preview {
    margin-top: 5px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.bullet-preview ul {
    margin: 0;
    padding-left: 20px;
}
