.ship2-pay-wrap{
  min-height: 80vh;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f3f4f6;
  padding:24px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.ship2-pay-card{
  width:100%;
  max-width:420px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:10px;
  padding:22px 18px;
  box-shadow:0 6px 18px rgba(0,0,0,0.06);
}

.ship2-pay-title{
  margin:0 0 12px;
  text-align:center;
  font-size:22px;
  font-weight:600;
  color:#111827;
}

.ship2-card-brands{
  display:flex;
  gap:10px;
  align-items:center;
  justify-content:center;
  margin:8px 0 14px;
}

.ship2-brand-pill{
  font-size:12px;
  border:1px solid #e5e7eb;
  padding:4px 8px;
  border-radius:999px;
  color:#374151;
  background:#fafafa;
}

.ship2-form{display:block;}

.ship2-field{margin-bottom:10px;}

.ship2-field input,
.ship2-stripe-el{
  width:100%;
  height:44px;
  border:1px solid #d1d5db;
  border-radius:4px;
  padding:0 12px;
  font-size:14px;
  color:#111827;
  background:#fff;
  box-sizing:border-box;
}

.ship2-field input::placeholder{color:#9ca3af;}

.ship2-field input:focus,
.ship2-stripe-el:focus-within{
  outline:none;
  border-color:#9ca3af;
  box-shadow:0 0 0 3px rgba(156,163,175,0.25);
}

.ship2-note{
  font-size:12px;
  color:#6b7280;
  line-height:1.35;
  margin:10px 0 12px;
}

.ship2-check{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  color:#111827;
  margin:6px 0 14px;
  user-select:none;
}

.ship2-check input{width:16px;height:16px;}

.ship2-btn{
  width:100%;
  height:48px;
  border:0;
  border-radius:4px;
  background:#e50914;
  color:#fff;
  font-size:16px;
  font-weight:600;
  cursor:pointer;
  transition: transform .02s ease, opacity .2s ease;
}
.ship2-btn:active{transform:translateY(1px);}
.ship2-btn:disabled{opacity:.5;cursor:not-allowed;}

.ship2-error{
  margin-top:10px;
  font-size:13px;
  color:#b91c1c;
  min-height:18px;
}

.ship2-box{
  border:1px solid #e5e7eb;
  background:#fff;
  padding:16px;
  border-radius:10px;
}

.ship2-link{color:#111827;text-decoration:underline;}

.ship2-profile-wrap{
  display:grid;
  gap:14px;
  max-width:900px;
  margin:20px auto;
  padding:0 16px;
}

.ship2-card{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:12px;
  padding:16px;
  box-shadow:0 4px 14px rgba(0,0,0,0.05);
}

.ship2-card-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:12px;
}

.ship2-h{margin:0;font-size:18px;color:#111827;}

.ship2-badge{
  font-size:12px;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid #e5e7eb;
}
.ship2-badge-active{
  background:#ecfdf5;
  border-color:#a7f3d0;
  color:#065f46;
}

.ship2-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.ship2-kv{border:1px solid #f1f5f9;border-radius:10px;padding:10px;background:#fafafa;}
.ship2-k{font-size:12px;color:#6b7280;margin-bottom:4px;}
.ship2-v{font-size:14px;color:#111827;font-weight:600;}

.ship2-actions{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap;}

.ship2-btn-outline{
  height:42px;
  padding:0 14px;
  border-radius:8px;
  border:1px solid #d1d5db;
  background:#fff;
  cursor:pointer;
  font-weight:600;
}

.ship2-btn-danger{
  height:42px;
  padding:0 14px;
  border-radius:8px;
  border:1px solid #fecaca;
  background:#fff5f5;
  color:#991b1b;
  cursor:pointer;
  font-weight:700;
}

.ship2-table-wrap{overflow:auto;}
.ship2-table{width:100%;border-collapse:collapse;}
.ship2-table th,.ship2-table td{padding:10px;border-bottom:1px solid #eef2f7;text-align:left;font-size:14px;}
.ship2-pill{
  display:inline-block;
  padding:3px 8px;
  border-radius:999px;
  border:1px solid #e5e7eb;
  font-size:12px;
  background:#fafafa;
}
@media (max-width: 640px){
  .ship2-grid{grid-template-columns:1fr;}
}


/* ===== Subscribe Page (Netflix-like) ===== */

.ship2-pay-wrap{
  min-height: 88vh;
  display:flex;
  align-items:flex-start;
  justify-content:center;
  background:#ffffff;
  padding:48px 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.ship2-pay-card{
  width:100%;
  max-width: 430px;
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius: 6px;
  padding: 34px 28px 28px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.ship2-pay-title{
  margin:0 0 16px;
  text-align:center;
  font-size: 22px;
  font-weight: 600;
  color:#000;
  letter-spacing: .2px;
}

.ship2-card-logos{
  display:flex;
  justify-content:center;
  align-items:center;
  gap: 10px; 
}

.ship2-pay-card .ship2-card-logos img{
  height: 20px;
  width:auto;
  display:block;
  object-fit: contain;
}

div#ship2_card_images {
    width: 45%;
}

.ship2-form{display:block;}

.ship2-field{margin-bottom: 12px;}

.ship2-field input,
.ship2-stripe-el, .ship2-field.flex{
  width:100%;
  height: 48px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 14px;
  font-size: 14px;
  color:#000;
  background:#fff;
  box-sizing:border-box;
}

.ship2-stripe-el-card {
width: 100%; 
}
body .ship2-stripe-el, body .ship2-field.flex{ 
  padding: 0 14px; 
}
.ship2-field.flex {
	flex-direction: row;
    align-items: center;
}

.ship2-field input::placeholder{
  color:#9b9b9b;
}

.ship2-field input:focus,
.ship2-stripe-el:focus-within{
  outline:none;
  border-color:#8c8c8c;
  box-shadow:none;
}

.ship2-note{
  font-size: 12px;
  color:#666;
  line-height: 1.35;
  margin: 14px 0 14px;
}

.ship2-check{
  display:flex;
  align-items:center;
  gap:10px;
  font-size: 14px;
  color:#000;
  margin: 6px 0 18px;
  user-select:none;
}

.ship2-check input{
  width: 18px;
  height: 18px;
}

.ship2-btn{
  width:100%;
  height: 52px;
  border:0;
  border-radius: 3px;
  background:#e50914;
  color:#fff;
  font-size: 16px;
  font-weight: 600;
  cursor:pointer;
}

.ship2-btn:disabled{
  opacity: .55;
  cursor:not-allowed;
}

.ship2-error{
  margin-top: 10px;
  font-size: 13px;
  color:#b00020;
  min-height: 18px;
}


button#ship2_continue_btn {
    width: 100%;
    background: #ff0000;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}


/* 2 columns + 3 columns rows */
.ship2-row{
  display:flex;
  gap:12px;
}

.ship2-col{
  flex:1;
  min-width:0;
}

.ship2-row-3 .ship2-col{
  flex: 1;
}

/* Make select match your input styling */
.ship2-field select{
  width:100%;
  height:48px;
  border:1px solid #d9d9d9;
  border-radius:2px;
  padding:0 14px;
  font-size:14px;
  color:#000;
  background:#fff;
  box-sizing:border-box;
}

.ship2-field select:focus{
  outline:none;
  border-color:#8c8c8c;
}

/* Card number + logos layout (same line) */
.ship2-card-row{
  display:flex;
  align-items:center;
  gap:12px;
}

.ship2-stripe-el-card{
  flex:1;
  min-width:0;
}

/* Keep logos tight and non-wrapping */
.ship2-card-images{
  display:flex;
  align-items:center;
  flex:0 0 auto;
}

.ship2-card-images img{
  max-width:48px;
}

/* Mobile: stack rows */
@media (max-width: 520px){
  .ship2-row,
  .ship2-card-row{
    flex-direction:column;
  }
}

