.mrcj-wrap{display:grid;gap:18px}.mrcj-entry{background:#0a2435;border:1px solid #1e536f;border-radius:16px;overflow:hidden;color:#fff}.mrcj-photo img{display:block;width:100%;height:auto;max-height:620px;object-fit:cover}.mrcj-body{padding:18px 20px 20px}.mrcj-meta{display:flex;gap:9px 14px;align-items:center;flex-wrap:wrap;color:#a9cadb;font-size:14px;font-weight:700}.mrcj-platform{background:#123d56;color:#dff4ff;border-radius:999px;padding:5px 9px}.mrcj-location{color:#c9e7f5}.mrcj-entry h2{margin:10px 0 8px;color:#fff;font-size:26px;line-height:1.15}.mrcj-content{color:#e2f4fd;font-size:17px;line-height:1.55}.mrcj-content p:last-child{margin-bottom:0}.mrcj-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.mrcj-btn{display:inline-block;background:#1198f5;color:#fff!important;text-decoration:none!important;border-radius:9px;padding:11px 15px;font-weight:900;text-transform:uppercase}.mrcj-secondary{background:#173f59}.mrcj-empty{background:#0a2435;border:1px solid #1e536f;border-radius:16px;padding:22px;text-align:center;color:#dff4ff}@media(max-width:600px){.mrcj-body{padding:16px}.mrcj-entry h2{font-size:22px}.mrcj-content{font-size:16px}}

.mrcj-add-entry-page{max-width:900px;margin:20px auto}
.mrcj-add-entry-card{background:#0a2435;border:1px solid #1e536f;border-radius:16px;padding:22px;color:#fff}
.mrcj-add-entry-card h1{text-align:center;color:#4bc3ff;margin-top:0}
.mrcj-form-intro{text-align:center;color:#d7edf8;margin-bottom:22px}
.mrcj-front-form{display:grid;gap:16px}
.mrcj-front-form label{font-weight:800;display:grid;gap:7px;color:#dff4ff}
.mrcj-front-form input,.mrcj-front-form select,.mrcj-front-form textarea{width:100%;padding:12px;border-radius:9px;border:1px solid #34657f;background:#061823;color:#fff;font:inherit}
.mrcj-front-form textarea{resize:vertical}
.mrcj-front-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.mrcj-publish-btn{background:#1198f5;color:#fff;border:0;border-radius:9px;padding:13px 18px;font-weight:950;text-transform:uppercase;cursor:pointer}
.mrcj-form-success{background:#123d56;border:1px solid #3eaef0;border-radius:10px;padding:12px;margin-bottom:15px}
.mrcj-form-error{background:#4b1720;border:1px solid #bc5a69;border-radius:10px;padding:12px;margin-bottom:15px}
.mrcj-admin-only{max-width:760px;margin:24px auto;background:#0a2435;border:1px solid #1e536f;border-radius:16px;padding:22px;text-align:center;color:#fff}
@media(max-width:700px){.mrcj-front-grid{grid-template-columns:1fr}}

.mrcj-top-nav{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin:18px auto 20px;
}
.mrcj-top-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:105px;
  padding:10px 14px;
  border-radius:9px;
  background:#123d56;
  color:#fff;
  font-weight:900;
  text-decoration:none;
  text-transform:uppercase;
  border:1px solid #2d6d8e;
}
.mrcj-top-nav a:hover{filter:brightness(1.08)}

.mrcj-feed{display:grid;gap:18px}
.mrcj-feed-empty{background:#0a2435;border:1px solid #1e536f;border-radius:14px;padding:20px;text-align:center;color:#d7edf8}
.mrcj-feed-card{background:#0a2435;border:1px solid #1e536f;border-radius:16px;padding:18px;color:#fff}
.mrcj-feed-date{font-weight:900;color:#69c8ff;margin-bottom:10px}
.mrcj-feed-photo img{display:block;width:100%;height:auto;border-radius:12px;margin:0 0 14px}
.mrcj-feed-content{font-size:1.05rem;line-height:1.55}
.mrcj-feed-meta{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:12px}
.mrcj-feed-meta span{font-weight:800;color:#bfe9ff}
.mrcj-feed-meta a{color:#69c8ff;font-weight:800;text-decoration:none}

.mrcj-edit-entry-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:8px;
  background:#f6c94a;
  color:#06131d !important;
  font-weight:950 !important;
  text-decoration:none !important;
}

.mrcj-delete-entry-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:8px;
  background:#a92d35;
  color:#fff !important;
  font-weight:950 !important;
  text-decoration:none !important;
}
.mrcj-delete-entry-btn:hover{filter:brightness(1.08)}

/* Journal photos: compact on phones, about one-third of an iPhone screen tall */
.mrcj-feed-photo{
  display:flex;
  justify-content:center;
  width:100%;
  margin:0 0 14px;
}
.mrcj-feed-photo img{
  display:block !important;
  width:auto !important;
  max-width:100% !important;
  height:auto !important;
  max-height:32vh !important;
  object-fit:contain !important;
  border-radius:12px;
  margin:0 auto !important;
}
@media (max-width:700px){
  .mrcj-feed-photo img{
    max-height:30vh !important;
    max-width:90% !important;
  }
}

.mrcj-feed-author{
  font-weight:800;
  color:#d7edf8;
  margin:-4px 0 10px;
}

/* Journal photos: keep compact size but align to the left */
.mrcj-feed-photo{
  justify-content:flex-start !important;
  text-align:left !important;
}
.mrcj-feed-photo img{
  margin-left:0 !important;
  margin-right:auto !important;
}

/* Social/video links: clean tap-friendly buttons on every journal display */
.mrcj-feed-meta a.mrcj-feed-social-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 13px;
  border-radius:9px;
  background:#1198f5;
  color:#fff !important;
  font-weight:900 !important;
  text-decoration:none !important;
}
.mrcj-feed-meta a.mrcj-feed-social-btn:hover,.mrcj-social-btn:hover{filter:brightness(1.08)}
@media(max-width:600px){.mrcj-feed-meta a.mrcj-feed-social-btn{width:100%;box-sizing:border-box}}
