/* ============================================================================
   PAGE FAMILY: artwork e-card page + its success page (C7) - STRUCTURE tier - from the
   global files, original order. Migrated 2026-07-06. PHASE-A FIDELITY:
   verbatim relocation. NOTE: shared form classes on these pages (e_card_form,
   e_card_section, add_tocart_btn, art_info_*) stay in their own families.
   ========================================================================= */

.floating_left img {
    width: 60px;
    height: 56px;
    object-fit: cover;
    object-position: top;
}

.form-top_heading {
    width: 100%;
    background: #F7F2E1;
    height: 56px;
    display: flex;
    gap: 11px;
    align-items: center;
    margin-top: 29px;
}

.floating_right_heading h5 {
    color: #3E342A;
    text-transform: uppercase;
    font-size: 13px;
    opacity: 0.6;
    margin-bottom: 3px;
}

.floating_right_heading p {
    color: #3E342A;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0px;
}

.e-card_img_upload_section {
    background: #F7F2E1;
    border: 1px solid #DCD3BF;
}

.ecard-preview-panel {
    text-align: center;
}

.e-card_img_upload_section h5 {
    font-size: 28px;
    color: #3E342A;
    font-family: var(--font-title);
    line-height: 29px;
    font-weight: 400;
    padding: 24px;
    text-align: left;
    border-bottom: 1px solid #DCD3BF;
    margin-bottom: 0px;
}

.success_card {
    border-radius: 0;
    border: 1px solid #DCD3BF;
    background-color: #E8E2CD;
    padding: 20px;
}

.success_card .success_content .success_title {
color: #3E342A ;
font-family: var(--font-title);
font-weight: 400;
font-style: Regular;
font-size: 40px;
leading-trim: NONE;
line-height: 40px;
letter-spacing: 0%;
text-align: center;

}

.success_card .success_content .success_message {
font-family: var(--font-body);
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
color:#3E342A;

}

.success_card .success_actions .btn {
	width: 100%;
	height: 50px;
	background: #875D2A;
	font-family: var(--font-body);
	font-weight: 500;
    border-radius:0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #EDE9DE;
	border: 1px solid #835e2c;
}

.success_card .success_icon svg circle {
fill:#3E342A;
}

.success_section {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

.success_card {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.success_card .success_icon {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.success_card .success_content .success_title { margin-bottom: 20px; }

.success_card .success_content .success_message { margin-bottom: 40px; }

.success_card .success_actions {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.success_card .success_actions .btn {
    padding: 12px 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

@media (max-width: 768px) {
  .success_card .success_actions {
        flex-direction: column;
        align-items: center;
    }

  .success_card .success_actions .btn {
        max-width: 250px;
    }

}
.ecard-message-editor-wrapper .ck-content p,.ecard-message-editor-wrapper .ck-editor__editable p,.ecard-preview-panel #content_message p {
    text-align: left;
}

@media only screen and (max-width: 767px) {
  .e-card_img_upload_section {
    margin-top: 0px;
}

}
@media screen and (min-width: 270px) and (max-width: 479px) {
  .floating_right_heading p {
    font-size: 11px;
}

}


/* ============================================================================
   RULE-4 RE-ASSERTION (2026-07-06): `.e_card_section p` (kept in global-custom,
   shared form family) used to beat the moved `.floating_right_heading p` by
   SOURCE ORDER. Repeat the kept winner after the moved rule.
   ========================================================================= */
.e_card_section p,
.e_card_form p,
.e_card_form .form-group {
	margin-bottom: 1rem;
}

.e_card_section p {
	font-family: var(--font-body);
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	color: #3E342A;
}
