.elementor-2311 .elementor-element.elementor-element-385342d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:100px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2311 .elementor-element.elementor-element-13cf8159{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS */#rcp_registration_form {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas:
    "user plans"
    "user summary"
    "user submit";
  column-gap: 48px;
  row-gap: 24px;
  align-items: start;
}

#rcp_registration_form .rcp_user_fieldset {
  grid-area: user;
}

#rcp_registration_form .rcp_subscription_fieldset {
  grid-area: plans;
}

#rcp_registration_form .rcp_registration_total {
  grid-area: summary;
}

#rcp_registration_form #rcp_submit_wrap {
  grid-area: submit;
  display: flex;
  justify-content: flex-end;
}

.entry-title,
.page-title,
h1.entry-title,
h2.entry-title {
  display: none !important;
}

/* Hide the blue banner only on the Register page */
body.page .header_img_linear,
body.page .header_normal_design,
body.page .overlay {
    display: none !important;
}

body.page .tutor-container {
    padding-top: 40px;
}

body.page h1,
body.page h2 {
    text-align: center;
    margin-bottom: 30px;
}

body.page .pmpro_checkout h2 {
    text-align: center !important;
    margin-bottom: 30px !important;
}

body.page .rcp_header {
    display: none !important;
}

/* Wrapper tiap option */
.rcp_subscription_level {
    list-style: none;
    margin-bottom: 16px;
}

/* Label jadi card */
.rcp_subscription_level label {
    display: flex;
    align-items: flex-start;
    gap: 14px;

    padding: 18px 20px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    cursor: pointer;
    transition: all 0.2s ease;

    margin: 5px; /* reset */
}

/* Hover */
.rcp_subscription_level label:hover {
    border-color: #1B1AFF;
    background: #f8faff;
}

/* Radio button */
.rcp_subscription_level input[type="radio"] {
    margin-top: 16px;
}

/* Text wrapper (biar spacing rapi) */
.rcp_subscription_level label span,
.rcp_subscription_level label div {
    margin: 0;
    line-height: 1.4;
}

/* Title row */
.rcp_subscription_level_name {
    font-weight: 600;
    font-size: 16px;
    color: #111827;
}

/* Price */
.rcp_price {
    font-weight: 600;
    color: #1B1AFF;
    margin: 0 4px;
}

/* Separator (biar nggak terlalu mepet) */
.rcp_separator {
    margin: 0 2px;
}

/* Description */
.rcp_level_description {
    font-size: 14px;
    color: #6b7280;
    margin-top: 6px;
}

/* Selected state */
.rcp_subscription_level label:has(input[type="radio"]:checked) {
    border-color: #1B1AFF;
    background: #eef2ff;
}

#rcp_subscription_levels input[type="radio"] {
    margin-top: 6px;
    flex-shrink: 0;
}/* End custom CSS */