#mkds_scheduler {
	display: flex;
	gap: 10px;
}

button#schedulePostButton {
  color:#white;
  font-size: 0.55em;
  line-height: 1em;
  padding: 7px 7px;
  border-radius: 3px;
  background:#007bff;
  border:1px solid #007bff;
  opacity:0.3;
}

button#schedulePostAll {
  color:#white;
  font-size: 0.55em;
  line-height: 1em;
  padding: 7px 7px;
  border-radius: 3px;
  background:purple;
  border:1px solid purple;
  opacity:0.3;
}

button#schedulePostButton:hover, button#schedulePostAll:hover {
    opacity:1;
}

button#schedulePostButton i, button#schedulePostAll i {
    color:white;
}

textarea#postContent {
    border:1px solid #333;
    padding:10px;
}

#scheduleModal .modal-content {
    padding:30px 50px;
}

#facebook-post-preview {
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 20px;
    background: #fff;
    width: 100%;
    max-width: 500px;
}

#fb-page-dropdown {
    background: blueviolet;
  color: white;
  font-weight: bold;
  border: 0px;
}

.fb-preview-content {
    font-family: Arial, sans-serif;
}

.fb-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.fb-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.fb-name {
    font-weight: bold;
}

.fb-sub {
	font-size:12px;
	line-height:1.5em;
}

.fb-body {
    margin-top: 10px;
}

.fb-media {
    margin-top: 10px;
}

.fb-media img {
    max-width: 100%;
    height: auto;
}

.fb-media video {
    width: 100%;
    height: auto;
}
