/* ===== Campaign Box ===== */

.campaign-box {
  --theme-color: #06c755;

  position: relative;
  margin: 32px 0;
  padding: 24px;
  border: 1.5px solid var(--theme-color);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

.campaign-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 16px 16px 0 0;
  background: var(--theme-color);
}

/* ===== Badge ===== */

.campaign-badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(6,199,85,.10);
  color: var(--theme-color);
  font-size: 14px;
  font-weight: 700;
}

/* ===== Title ===== */

.campaign-title {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  color: #222;
}

/* ===== Main Text ===== */

.campaign-text {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.9;
  color: #444;
}

.campaign-text strong {
  color: var(--theme-color);
}

/* ===== Info Area ===== */

.campaign-info {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.9;
  color: #333;
}

.campaign-mail {
  margin: 0 0 8px;
}

.campaign-mail strong {
  color: var(--theme-color);
}

.campaign-subject {
  margin: 0;
  line-height: 1.8;
}

.campaign-subject-label {
  display: inline-block;
  padding: 2px 8px;
  margin-right: 6px;
  border-radius: 6px;
  background: rgba(6,199,85,.10);
  color: var(--theme-color);
  font-size: 13px;
  font-weight: 700;
  vertical-align: middle;
}

/* ===== Note ===== */

.campaign-note {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

/* ===== Button ===== */

.campaign-btn {
  display: inline-block;
  padding: 11px 22px;
  border-radius: 999px;
  background: var(--theme-color);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: .2s ease;
}

.campaign-btn:hover {
  opacity: .9;
  transform: translateY(-1px);
}

/* ===== Theme Colors ===== */

.linemusic-theme {
  --theme-color: #06c755;
}

.spotify-theme {
  --theme-color: #1db954;
}

.amazonmusic-theme {
  --theme-color: #00a8e1;
}

.applemusic-theme {
  --theme-color: #fa243c;
}

.youtubemusic-theme {
  --theme-color: #ff0033;
}

.common-theme {
  --theme-color: #3399f9;
}

/* ===== Mobile ===== */

@media screen and (max-width: 768px) {

  .campaign-box {
    padding: 18px;
    margin: 24px 0;
    border-radius: 14px;
  }

  .campaign-title {
    font-size: 20px;
  }

  .campaign-text,
  .campaign-info,
  .campaign-note {
    font-size: 14px;
    line-height: 1.85;
  }

  .campaign-btn {
    display: block;
    width: 100%;
    text-align: center;
  }

}

.playlist-box-wrap{
    margin:20px auto;
    max-width:1200px;
    padding:0 15px;
}

.playlist-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;

    background:#fff;
    border-radius:16px;

    padding:20px 26px;

    box-shadow:
        0 2px 10px rgba(0,0,0,.05),
        0 8px 30px rgba(0,0,0,.06);

    border:1px solid rgba(0,0,0,.04);

    transition:.25s ease;
}

.playlist-box:hover{
    transform:translateY(-2px);

    box-shadow:
        0 8px 20px rgba(0,0,0,.08),
        0 12px 40px rgba(0,0,0,.10);
}

.playlist-box-left{
    display:flex;
    align-items:center;
    gap:18px;

    flex:1;
    min-width:260px;
}

.playlist-box img{
    width:72px;
    height:72px;
    border-radius:18px;
    flex-shrink:0;
}

.playlist-box-title{
    margin:0 0 8px;
    font-size:24px;
    line-height:1.4;
    font-weight:700;
}

.playlist-box-title a{
    color:#111827;
    text-decoration:none;
}

.playlist-box-title a:hover{
    color:#2563eb;
}

.playlist-box-desc{
    margin:0;
    color:#6b7280;
    font-size:15px;
    line-height:1.7;
}

.playlist-box-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    background:linear-gradient(135deg,#3b82f6,#2563eb);

    color:#fff;
    text-decoration:none;

    height:48px;
    padding:0 28px;

    border-radius:999px;

    font-weight:600;

    transition:.2s ease;

    margin-left:20px;
}

.playlist-box-btn:hover{
    color:#fff;

    transform:translateY(-1px);

    box-shadow:0 8px 20px rgba(37,99,235,.25);
}

@media (max-width:768px){

    .playlist-box{
        padding:22px;
    }

    .playlist-box-left{
        width:100%;
        margin-bottom:18px;
    }

    .playlist-box-btn{
        margin-left:0;
        width:100%;
    }

    .playlist-box-title{
        font-size:20px;
    }
}

.editor-review {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    background: #f4f8ff;
    border: 1px solid #d9e8ff;
    border-radius: 12px;
    padding: 20px;
    margin: 25px 0;
}

.editor-review-icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4f8cff, #6cb6ff);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.editor-review-content {
    flex: 1;
}

.editor-review-title {
    color: #2b6de5;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
}

.editor-review-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .editor-review {
        padding: 15px;
        gap: 12px;
    }

    .editor-review-icon {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .editor-review-title {
        font-size: 16px;
    }
}

.info-table-wrapper{
    margin:30px 0;
    overflow-x:auto;
}

.info-table{
    width:100%;
    min-width:720px;
    border-collapse:separate;
    border-spacing:0;
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 4px 18px rgba(0,0,0,.08);
}

.info-table th{
    background:#eef6ff;
    color:#246bdb;
    font-weight:700;
    padding:14px 16px;
    text-align:center;
    white-space:nowrap;
}

.info-table td{
    padding:14px 16px;
    text-align:center;
    border-top:1px solid #edf2f7;
}

.info-table-side{
    width:240px;
    background:#f8fbff;
    border-right:1px solid #edf2f7;
    vertical-align:middle;
}

.info-table-tag{
    display:inline-block;
    padding:5px 12px;
    margin-bottom:15px;
    border-radius:999px;
    background:#e7f1ff;
    color:#246bdb;
    font-size:13px;
    font-weight:700;
}

.info-table-cover{
    width:160px;
    height:160px;
    object-fit:cover;
    border-radius:16px;
    box-shadow:0 3px 12px rgba(0,0,0,.12);
}

.info-table-title{
    margin-top:14px;
    font-size:18px;
    font-weight:700;
    color:#333;
}

.info-table-subtitle{
    margin-top:5px;
    font-size:14px;
    color:#777;
}

.info-badge-success{
    display:inline-block;
    padding:5px 12px;
    border-radius:999px;
    background:#e9f9ef;
    color:#1d9c52;
    font-weight:700;
    min-width:62px;
}

.info-badge-warning{
    display:inline-block;
    padding:5px 12px;
    border-radius:999px;
    background:#fff4df;
    color:#f57c00;
    font-weight:700;
    min-width:62px;
}

@media (max-width:768px){

    .info-table{
        min-width:650px;
    }

    .info-table-side{
        width:190px;
    }

    .info-table-cover{
        width:120px;
        height:120px;
    }

    .info-table-title{
        font-size:16px;
    }

}