/* Common */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');*/

.flyer-template {
    display: flex;
    gap: 20px;
    margin: 30px auto;
    padding: 0 16px;
    justify-content: center;
}

:root {
    --flyer-main-color: #016196;
    --flyer-title-color: #2b5a9a;
    --flyer-bg-footer: #0099d7;
    --flyer-text-grey: #424141;
    --flyer-text-highline-1: #6dc6ec;
    --flyer-main-color-2: #185dab;
    --flyer-main-color-3: #016195;
    --flyer-orange-main-color: #fd6b04;
    --flyer-orange-highlight-color: #ff9404;
}

.flyer-page-count-1 .images-list-wrap {
    height: 297mm;
}
.flyer-page-count-2 .images-list-wrap {
    height: 594mm;
}
.preview-template {
    position: relative;
}
.preview-template * {
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
}
.container-flyer {
    width: 210mm;
    height: 297mm;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background: white;
    position: relative;
    overflow: hidden;
    page-break-after: auto;
}
.images-list-wrap {
    height: 100%;
    width: calc(100% - 8.5in - 20px);
    max-width: 500px;
}
.label-image-list {
    width: 100%;
    color: var(--flyer-title-color);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.image-list-type {
    margin-bottom: 8px !important;
}
.images-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    overflow-y: auto;
    max-height: calc(100% - 100px);
    height: fit-content;
}
.listing-images-list {
    height: 100%;
}
.library-images-list {
    display: none;
    height: 100%;
}
.images-list img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    cursor: grab;
}
.upload-image-list {
    width: 100%;
    height: 150px;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    background: #4543431f;
}
.upload-image-list img {
    width: 50px !important;
    height: 50px !important;
    object-fit: contain !important;
}
.load-more-media {
    text-align: center;
    grid-column: 1 / -1;
}
.btn-loading-more-icon {
    display: none;
    animation: spin 1s linear infinite;
    vertical-align: middle;
    height: 20px !important;
    width: 20px !important;
}
.btn-load-more-icon {
    height: 20px !important;
    width: 20px !important;
}
#printFlyer {
    position: fixed;
    top: 50px;
    right: 50px;
    padding: 10px 20px;
    background: #326eaa;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 9999;
}
.print-flyer-option {
    position: absolute;
    top: 50px;
    right: 0;
    display: none;
    padding: 10px 20px 20px 20px;
    background: #326eaa;
    border-radius: 5px;
    width: 300px;
}
.btn-print-with-option {
    width: 100%;
    text-align: center;
    background: #00a3fd;
    padding: 6px 0;
    font-weight: 600;
    border-radius: 5px;
    margin-top: 36px;
}
.highlight {
    color: #0389bf;
    font-weight: 500;
}
.normal {
    font-weight: 600;
}
.a4-page2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.listing-remark:hover {
    scrollbar-width: thin;
}
.listing-remark::-webkit-scrollbar {
    display: none;
}
.listing-remark[contenteditable="true"]:hover {
    outline: 1px dashed #ccc;
    cursor: text;
}
.flex {
    display: flex;
}
.flex-1 {
    flex: 1;
}
.mb-0 {
    margin-bottom: 0;
}
.agent-email {
    word-break: break-word;
    font-size: 13px;
    line-height: 18px;
}
.flyer-header {
    width: 100%;
    height: 50%;
    transform: rotate(180deg);
}
.flyer-header-image {
    position: relative;
    width: 100%;
    height: calc(100% - 100px);
}
.flyer-content {
    width: 100%;
    height: 50%;
}
.text-black {
    color: black;
}
.image-feature {
    position: relative;
    overflow: hidden;
}
.image-feature .image-with-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 112%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    background-size: cover;
    background-position: center;
}
.preview-template .with-bleed, .preview-template .with-bleed-1, .preview-template .with-bleed-2 {
    padding: calc(30px + 3mm);
    width: 216mm;
    height: 303mm;
}
.preview-template .with-bleed::after, .preview-template .with-bleed-1::after, .preview-template .with-bleed-2::after {
    content: '';
    position: absolute;
    top: 3mm;
    left: 3mm;
    right: 3mm;
    bottom: 3mm;
    border: 1px dashed #999;
    pointer-events: none;
    width: calc(100% - 6mm);
    height: calc(100% - 6mm);
}
.preview-template .with-bleed-1 {
    padding: calc(30px + 3mm) 30px calc(30px + 3mm) calc(30px + 3mm);
    width: 213mm;
}
.preview-template .with-bleed-2 {
    padding: calc(30px + 3mm) calc(30px + 3mm) calc(30px + 3mm) 30px;
    width: 213mm;
}
.preview-template .with-bleed-1::after {
    width: calc(100% - 3mm);
    left: 3mm;
    right: 0;
    border-top: 1px dashed #999;
    border-left: 1px dashed #999;
    border-bottom: 1px dashed #999;
    border-right: none;
}
.preview-template .with-bleed-2::after {
    width: calc(100% - 3mm);
    right: 3mm;
    left: 0;
    border-top: 1px dashed #999;
    border-left: none;
    border-bottom: 1px dashed #999;
    border-right: 1px dashed #999;
}
.trim-mark {
    position: absolute;
    width: 12mm;
    height: 12mm;
    pointer-events: none;
}
.trim-mark .h {
    width: 3mm;
    height: 1.5mm;
    border-right: 0.3mm solid black;
}
.trim-mark .v {
    width: 1.5mm;
    height: 1.5mm;
    border-bottom: 0.3mm solid black;;
}
.trim-tl { top: 0; left: 0; }
.trim-tr { top: 0; right: 0; transform: scaleX(-1); }
.trim-bl { bottom: 0; left: 0; transform: scaleY(-1); }
.trim-br { bottom: 0; right: 0; transform: scale(-1); }
.site-text {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    z-index: 1;
}
.access-denied-flyer {
    text-align: center;
}

@media print {
    body * {
        visibility: hidden;
        margin: 0;
        padding: 0;
    }
    #main {
        padding: 0 !important;
        margin: 0 !important;
    }
    .container {
        padding: 0 !important;
    }
    .template-page {
        padding: 0 !important;
    }
    .preview-template, .preview-template * {
        visibility: visible;
    }

    .container-flyer {
        page-break-after: always;
        /*width: 240mm !important;*/
        /*height: 360mm !important;*/
    }
    .container-flyer:last-child {
        page-break-after: auto;
    }
    .a4-page2 {
        padding-top: 50px !important;
        page-break-after: auto !important;
    }
    .flyer-template {
        height: auto !important;
        overflow: visible !important;
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }
    #printFlyer {
        display: none !important;
    }
    .images-list-wrap {
        display: none !important;
    }
    .a4-landscape-1 {
        page-break-after: always;
        margin: 0;
        overflow: visible !important;
    }
    .a4-landscape-2 {
        overflow: hidden !important;
        page-break-after: avoid !important;
        page-break-before: avoid !important;
        page-break-inside: avoid !important;
    }
}

/* Orange Theme */
.flyer-orange-theme .highlight {
    color: var(--flyer-orange-highlight-color) !important;
}

/* Template 1 */
.flyer-template-1 .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #275b9a;
    font-size: 40px;
    height: 45px;
    letter-spacing: -1px;
    line-height: 40px;
    position: relative;
    z-index: 1;
}
.flyer-template-1 .title-left {
    font-weight: 600;
    max-width: 600px;
    font-family: "Poppins", sans-serif;
    height: 45px;
}
.flyer-template-1 .title-right {
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 4px;
    font-family: "Poppins", sans-serif;
}
.flyer-template-1 .container-flyer-1 {
    height: calc(100% - 45px)
}
.flyer-template-1 .content-flyer {
    display: flex;
    gap: 2px;
}
.flyer-template-1 .content-left {
    width: 205px;
    background: #006fac;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}
.flyer-template-1 .site-text {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.flyer-template-1 .content2 .content-left {
    padding: 0;
    background: #0099d6;
    display: block;
    color: white;
}
.flyer-template-1 .content1 .content-left {
    padding-top: 30px;
}
.flyer-template-1 .agent-avatar {
    width: 100%;
    height: 150px;
    background-position: center;
    background-size: cover;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.flyer-template-1 .content1-logo-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.flyer-template-1 .content-right {
    width: calc(100% - 207px);
}
.flyer-template-1 .content2-right {
    padding: 20px 0 0 20px;
}
.flyer-template-1 .listing-address {
    color: #036093;
    font-size: 24px;
    font-weight: 500;
    height: 70px;
    font-family: "Poppins", sans-serif;
}
.flyer-template-1 .listing-remark {
    color: black;
    height: calc(100% - 70px - 308px);
    overflow-y: auto;
    scrollbar-width: none;
    font-size: 14px;
    line-height: 23px;
}
.flyer-template-1 .listing-info {
    height: 308px;
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    font-size: 14px;
}
.flyer-template-1 .listing-info-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 300px;
    flex: 1;
}
.flyer-template-1 .listing-info-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
    max-width: 300px;
    flex: 1;
}
.flyer-template-1 .line-height-4 {
    line-height: 20px;
}
.flyer-template-1 .info-title {
    color: var(--flyer-main-color);
}
.flyer-template-1 .info-text {
    color: var(--flyer-text-grey);
    word-break: break-word;
}
.flyer-template-1 .content1 {
    height: 45%;
}
.flyer-template-1 .content2 {
    height: 55%;
}
.flyer-template-1 .agent-info {
    padding: 10px;
    font-size: 14px;
}
.flyer-template-1 .agent-name {
    font-weight: 600;
    font-size: 18px;
    margin: 16px 0;
}

.flyer-template-1.flyer-orange-theme .content1-logo-2 {
    bottom: -1px;
}
.flyer-template-1.flyer-orange-theme .title,
.flyer-template-1.flyer-orange-theme .info-title,
.flyer-template-1.flyer-orange-theme .site-text,
.flyer-template-1.flyer-orange-theme .listing-address {
    color: var(--flyer-orange-main-color) !important;
}
.flyer-template-1.flyer-orange-theme .content-left {
    background: #ff6c02 !important; /* content1 trái */
}
.flyer-template-1.flyer-orange-theme .content2 .content-left {
    background: #ff9117 !important; /* content2 trái */
}

/* Template 2 */
.flyer-template-2 .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #275b9a;
    font-size: 40px;
    height: 45px;
    letter-spacing: -1px;
    line-height: 40px;
}
.flyer-template-2 .title-left {
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    height: 45px;
}
.flyer-template-2 .content-image-1 {
    height: 330px;
}
.flyer-template-2 .content-image-1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.flyer-template-2 .content-agent {
    padding: 10px 60px 0 20px;
    background: var(--flyer-main-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    width: 100%;
    color: white;
    margin: 2px 0;
}
.flyer-template-2 .content-agent img{
    width: 200px;
    height: auto;
    object-fit: contain;
}
.flyer-template-2 .content-agent .content1-logo {
    height: 50px;
    width: 142.5px;
    margin-right: 30px;
}
.flyer-template-2 .content-agent .content1-logo img {
    height: 100%;
    width: 100%;
}
.flyer-template-2 .content-agent .content2-logo {
    height: 100%;
    position: relative;
}
.flyer-template-2 .content-agent .content2-logo img {
    height: 100%;
    width: 100%;
}
.flyer-template-2 .site-text {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.flyer-template-2 .agent-info {
    padding-bottom: 10px;
    font-size: 14px;
}
.flyer-template-2 .agent-name {
    font-weight: 600;
    font-size: 18px;
}
.flyer-template-2 .line-height-4 {
    line-height: 20px;
}
.flyer-template-2 .info-title {
    color: var(--flyer-main-color);
}
.flyer-template-2 .info-text {
    color: #424242;
    word-break: break-word;
}
.flyer-template-2 .content-image-2 {
    display: flex;
    gap: 4px;
    height: 250px;
    width: 100%;
    margin-bottom: 16px;
}
.flyer-template-2 .image-feature-1 {
    width: 40%;
    overflow: hidden;
}
.flyer-template-2 .image-feature-2 {
    width: 60%;
    overflow: hidden;
}
.flyer-template-2 .content-flyer {
    display: flex;
    gap: 20px;
    height: calc(100% - 330px - 266px - 100px - 42px - 20px);
}
.flyer-template-2 .listing-remark {
    text-align: left;
    color: var(--flyer-text-grey);
    flex: 1;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    font-size: 14px;
    line-height: 30px;
}
.flyer-template-2 .content-left {
    flex: 1
}
.flyer-template-2 .listing-address {
    color: var(--flyer-main-color);
    font-size: 22px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.flyer-template-2 .listing-info {
    width: 100%;
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    font-size: 14px;
}
.flyer-template-2 .listing-info-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}
.flyer-template-2 .listing-info-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    flex: 1;
}
.flyer-template-2 .info-text {
    color: var(--flyer-text-grey);
    word-break: break-word;
}
.flyer-template-2 .footer-preview {
    width: 100%;
    background: var(--flyer-bg-footer);
    text-align: center;
    color: white;
    font-size: 12px;
    line-height: 12px;
}
.flyer-template-2 .logo-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}
.flyer-template-2 .content1-logo img {
    scale: 1 !important;
    object-fit: contain !important;
}
.flyer-template-2.flyer-orange-theme .title,
.flyer-template-2.flyer-orange-theme .info-title,
.flyer-template-2.flyer-orange-theme .site-text,
.flyer-template-2.flyer-orange-theme .listing-address {
    color: var(--flyer-orange-main-color) !important;
}
.flyer-template-2.flyer-orange-theme .content-agent,
.flyer-template-2.flyer-orange-theme .footer-preview {
    background: #ff6c02 !important;
}

/* Template 3.1 */
.flyer-template-3 .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 34px;
    background: var(--flyer-main-color);
    padding: 16px;
}
.flyer-template-3 .title-left {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    max-width: 600px;
}
.flyer-template-3 .title-right {
    text-align: center;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    font-family: "Poppins", sans-serif;
}
.flyer-template-3 .title-right img {
    width: 150px;
    height: auto;
    object-fit: contain;
}
.flyer-template-3 .content-wrap {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    height: calc(100% - 130px - 20px);
}
.flyer-template-3 .content-left {
    width: calc(100% - 258px);
    position: relative;
}
.flyer-template-3 .content-image-1 {
    width: 100%;
    height: calc(40% - 4px);
    margin-bottom: 16px;
    overflow: hidden;
}
.flyer-template-3 .content-image-2 {
    width: 250px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.flyer-template-3 .image-feature {
    width: 100%;
    /*height: 257px;*/
    overflow: hidden;
    flex: 1;
}
.flyer-template-3 .listing-remark {
    color: black;
    max-height: 145px;
    overflow-y: auto;
    scrollbar-width: none;
}
.flyer-template-3 .listing-info {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 8px;
}
.flyer-template-3 .listing-info-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 250px;
    flex: 1;
}
.flyer-template-3 .listing-info-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 300px;
    flex: 1;
}
.flyer-template-3 .info-text {
    color: black;
    word-break: break-word;
}
.flyer-template-3 ul {
    margin: 0;
    list-style: inside;
}
.flyer-template-3 .flyer-draft ul {
    margin-left: 16px !important;
}
.flyer-template-3 .flyer-draft li {
    margin: 8px 0;
}
.flyer-template-3 .content-agent {
    display: flex;
    width: 100%;
    height: 27%;
    gap: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.flyer-template-3 .agent-avatar {
    flex: 1;
    background-position: center;
    background-size: cover;
}
.flyer-template-3 .agent-info {
    color: var(--flyer-main-color);
    flex: 1;
    height: 100%;
    position: relative;
}
.flyer-template-3 .agent-name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 21px;
    padding-top: 10px;
}
.flyer-template-3 .agent-more-info {
    position: relative;
    width: 100%;
    font-size: 14px;
    z-index: 1;
}
.flyer-template-3 .content1-logo-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.flyer-template-3 .content1-logo-2 img {
    width: 100%;
}
.flyer-template-3 .content1-logo-2 .site-text {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.flyer-template-3 .line-height-4 {
    line-height: 16px;
}
.flyer-template-3 .a4-page2 .footer-preview {
    margin: 0 !important;
}
.flyer-template-3 .content-image-left, .flyer-template-3 .content-image-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.flyer-template-3 .content-image-left {
    width: calc(55% - 8px);
}
.flyer-template-3 .content-image-right {
    width: 45%;
}
.flyer-template-3 .content-image .image-feature {
    height: 350px;
    width: 100%;
}
.flyer-template-3 .content-image .image-feature-6 {
    height: 100%;
}
.flyer-template-3 .content-image {
    display: flex;
    gap: 8px;
}
.flyer-template-3 .content-image1 {
    height: 40%;
}
.flyer-template-3 .content-image2 {
    height: 60%;
}
.flyer-template-3 .footer-preview {
    width: 100%;
    height: 4px;
    background: #0069a9;
    margin-top: 8px;
}

.flyer-template-3.flyer-orange-theme .agent-info {
    color: var(--flyer-orange-main-color) !important;
}
.flyer-template-3.flyer-orange-theme .title-wrap,
.flyer-template-3.flyer-orange-theme .footer-preview {
    background: #ff6c02 !important;
}

/* Template 3.2 */
.flyer-template-3-2 .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 34px;
    background: var(--flyer-main-color);
    padding: 16px;
    height: 130px;
    line-height: 30px;
    gap: 16px;
}
.flyer-template-3-2 .title-left {
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    max-width: 600px;
}
.flyer-template-3-2 .title-right {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Poppins", sans-serif;
    gap: 10px;
}
.flyer-template-3-2 .title-right img {
    width: 130px;
    height: auto;
    object-fit: contain;
}
.flyer-template-3-2 .content-wrap {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    height: calc(100% - 150px);
}
.flyer-template-3-2 .content-left {
    width: calc(100% - 288px);
    position: relative;
}
.flyer-template-3-2 .content-image-1 {
    width: 100%;
    height: calc(40% - 4px);
    margin-bottom: 16px;
    overflow: hidden;
}
.flyer-template-3-2 .content-image-2 {
    width: 280px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.flyer-template-3-2 .image-feature {
    width: 100%;
    overflow: hidden;
    flex: 1;
}
.flyer-template-3-2 .image-feature5 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.flyer-template-3-2 .image-feature5 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.flyer-template-3-2 .listing-remark {
    color: black;
    margin-bottom: 16px;
    max-height: 145px;
    overflow-y: auto;
    scrollbar-width: none;
    text-align: justify;
    padding-right: 8px;
}
.flyer-template-3-2 .listing-info {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 8px;
    padding-right: 8px;
}
.flyer-template-3-2 .listing-info-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 250px;
    flex: 1;
}
.flyer-template-3-2 .listing-info-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 300px;
    flex: 1;
    text-align: right;
}
.flyer-template-3-2 .info-text {
    color: var(--flyer-text-grey);
    word-break: break-word;
}
.flyer-template-3-2 ul {
    margin: 0;
}
.flyer-template-3-2 .content-agent {
    display: flex;
    width: 100%;
    height: 200px;
    gap: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.flyer-template-3-2 .agent-avatar {
    flex: 1;
    background-position: center;
    background-size: cover;
}
.flyer-template-3-2 .agent-info {
    color: var(--flyer-main-color);
    flex: 1;
    height: 100%;
    position: relative;
}
.flyer-template-3-2 .agent-name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    padding-top: 10px;
}
.flyer-template-3-2 .agent-more-info {
    position: relative;
    width: 100%;
    font-size: 14px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.flyer-template-3-2 .listing-address {
    color: var(--flyer-main-color-3);
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    padding-right: 8px;
}
.flyer-template-3-2 .line-height-4 {
    line-height: 20px;
}
.flyer-template-3-2 .info-title {
    color: var(--flyer-main-color);
    font-weight: 500;
}
.flyer-template-3-2 .image-feature5 {
    position: relative;
    flex: 1;
}
.flyer-template-3-2 .site-text {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    font-size: 17px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.flyer-template-3-2 .a4-page2 .footer-preview {
    margin: 0 !important;
}
.flyer-template-3-2 .content-image .image-feature {
    height: 415px;
    width: 100%;
}
.flyer-template-3-2 .footer-preview {
    width: 100%;
    height: 2px;
    background: #0069a9;
    margin-top: 8px;
}
.flyer-template-3-2 .a4-page2 .content-wrap {
    height: 100%;
    margin-top: 0;
}
.flyer-template-3-2 .a4-page2 .content-left {
    height: 100%;
}
.flyer-template-3-2 .a4-page2 .image-feature {
    flex: 1;
}
.flyer-template-3-2 .a4-page2 .image-feature.image-feature-6 {
    height: calc(60% - 4px);
    margin-bottom: 8px;
}
.flyer-template-3-2 .a4-page2 .image-feature.image-feature-7 {
    height: calc(40% - 4px);
}
.flyer-template-3-2.flyer-orange-theme .listing-address,
.flyer-template-3-2.flyer-orange-theme .info-title,
.flyer-template-3-2.flyer-orange-theme .agent-info {
    color: var(--flyer-orange-main-color) !important;
}
.flyer-template-3-2.flyer-orange-theme .title-wrap,
.flyer-template-3-2.flyer-orange-theme .footer-preview {
    background: #ff6c02 !important;
}

/* Template 4 */
.flyer-template-4 .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 35px;
    background: var(--flyer-main-color);
    padding: 16px 16px 0 16px;
    height: 100px;
    margin-bottom: 0;
}
.flyer-template-4 .title-left {
    font-weight: 600;
    font-size: 32px;
    line-height: 32px;
    height: 32px;
    font-family: "Poppins", sans-serif;
}
.flyer-template-4 .title-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    width: 350px;
}
.flyer-template-4 .title-right .content2-logo {
    height: 100%;
}
.flyer-template-4 .title-right .content2-logo img {
    height: 101%;
}
.flyer-template-4 .title-right .content1-logo {
    width: 130px;
    margin-top: 10px;
}
.flyer-template-4 .agent-avatar {
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
}
.flyer-template-4 .content-wrap {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    width: 100%;
    height: calc(100% - 358px - 100px - 216px - 24px)
}
.flyer-template-4 .content-left {
    width: calc(100% - 216px);
}
.flyer-template-4 .content-image-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flyer-template-4 .content-image-2 {
    width: 100%;
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    height: 300px;
}
.flyer-template-4 .image-feature {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.flyer-template-4 .content-image-3 {
    height: 250px;
    margin-top: 8px;
}
.flyer-template-4 .image-feature-3 {
    width: 300px;
    height: 100%;
}
.flyer-template-4 .image-feature-4 {
    width: calc(100% - 308px);
    height: 100%;
}
.flyer-template-4 .image-feature5 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.flyer-template-4 .listing-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 150px;
    align-items: flex-end;
}
.flyer-template-4 .listing-info div {
    text-align: right;
}
.flyer-template-4 .listing-remark {
    width: calc(100% - 150px);
    color: black;
    height: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    text-align: justify;
    font-size: 15px;
    line-height: 32px;
}
.flyer-template-4 .listing-info-wrap {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    height: calc(100% - 30px - 38px);
}
.flyer-template-4 .info-text {
    font-size: 15px;
    color: black;
    word-break: break-word;
}
.flyer-template-4 ul {
    margin: 0;
}
.flyer-template-4 .content-agent {
    width: 180px;
}
.flyer-template-4 .agent-info {
    color: var(--flyer-main-color);
    flex: 1;
    height: calc(100% - 200px);
    position: relative;
}
.flyer-template-4 .agent-name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    padding-top: 10px;
}
.flyer-template-4 .agent-more-info {
    position: relative;
    width: 100%;
    font-size: 14px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.flyer-template-4 .listing-address {
    color: var(--flyer-main-color);
    font-size: 20px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    height: 42px;
}
.flyer-template-4 .line-height-4 {
    line-height: 16px;
}
.flyer-template-4 .info-title {
    color: var(--flyer-main-color);
    font-weight: 500;
    font-size: 15px;
}
.flyer-template-4 .info-text {
    color: black;
    word-break: break-word;
}
.flyer-template-4 .title-price {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: var(--flyer-main-color);
    font-size: 16px;
}
.flyer-template-4 .footer-preview {
    width: 100%;
    height: 4px;
    background: #0069a9;
    margin-top: 8px;
}
.flyer-template-4 .highlight {
    color: var(--flyer-text-highline-1);
    font-weight: 500;
}
.flyer-template-4.flyer-orange-theme .agent-more-info,
.flyer-template-4.flyer-orange-theme .title-price {
    color: var(--flyer-orange-highlight-color) !important;
}
.flyer-template-4.flyer-orange-theme .listing-address,
.flyer-template-4.flyer-orange-theme .info-title,
.flyer-template-4.flyer-orange-theme .agent-info {
    color: var(--flyer-orange-main-color) !important;
}
.flyer-template-4.flyer-orange-theme .title-wrap {
    background: #ff6c02 !important;
}
@media print {
    .flyer-template-4 {
        padding-top: 50px !important;
    }
}

/* Template 5 */
.flyer-template-5 .title-wrap {
    color: var(--flyer-title-color);
    height: 31px;
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 34px;
    font-family: "Poppins", sans-serif;
    line-height: 31px;
    margin-bottom: 0;
}
.flyer-template-5 .highlight {
    line-height: inherit;
}
.flyer-template-5 .content-wrap {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    width: 100%;
    height: calc(100% - 32px - 508px - 110px - 24px - 14px);
}
.flyer-template-5 .content-left {
    width: calc(50% - 16px);
}
.flyer-template-5 .content-image-2 {
    width: 100%;
    margin-bottom: 8px;
    height: 500px;
    position: relative;
}
.flyer-template-5 .content-image-2 img {
    width: 100%;
    height:100%;
    object-fit: cover;
}
.flyer-template-5 .image-feature {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.flyer-template-5 .image-feature5 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.flyer-template-5 .listing-remark {
    color: black;
    height: calc(100% - 60px);
    overflow-y: auto;
    scrollbar-width: none;
    text-align: justify;
}
.flyer-template-5 .listing-info-wrap {
    width: 50%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}
.flyer-template-5 .info-text {
    color: black;
    word-break: break-word;
}
.flyer-template-5 ul {
    margin: 0;
}
.flyer-template-5 .logo-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}
.flyer-template-5 .content-agent {
    padding: 0 40px 0 20px;
    background: var(--flyer-title-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 110px;
    width: 100%;
    color: white;
}
.flyer-template-5 .content-agent .content2-logo {
    height: 110px;
    width: 156px;
}
.flyer-template-5 .content-agent .content1-logo {
    height: 50px;
    width: 142.5px;
    margin-right: 30px;
}
.flyer-template-5 .content-agent img {
    height: 100%;
    width: 100%;
}
.flyer-template-5 .agent-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.flyer-template-5 .agent-name {
    font-weight: 600;
    font-size: 20px;
}
.flyer-template-5 .listing-address {
    color: var(--flyer-title-color);
    font-size: 24px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    height: 60px;
    line-height: 28px;
}
.flyer-template-5 .line-height-4 {
    line-height: 16px;
}
.flyer-template-5 .info-text {
    color: black;
    word-break: break-word;
}
.flyer-template-5 ul {
    margin: 0;
    list-style: inside;
}
.flyer-template-5 .flyer-draft ul {
    margin-left: 16px !important;
}
.flyer-template-5 .flyer-draft li {
    margin: 16px 0;
}
.flyer-template-5 .footer-preview {
    width: 100%;
    background: var(--flyer-bg-footer);
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 14px;
}
.flyer-template-5 .a4-page2 .content-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    height: 100%;
}

.flyer-template-5.flyer-orange-theme .listing-address,
.flyer-template-5.flyer-orange-theme .title-wrap {
    color: var(--flyer-orange-main-color) !important;
}
.flyer-template-5.flyer-orange-theme .content-agent,
.flyer-template-5.flyer-orange-theme .footer-preview {
    background: #ff6c02 !important;
}

@media print {
    .flyer-template-5 .a4-page2 {
        padding: 0 !important;
        margin: 60px 0 0 0 !important;
    }
}

/* Template 6.1 */
.flyer-template-6-1 .title-wrap {
    padding-top: 8px;
    height: 90px;
    color: var(--flyer-title-color);
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    font-family: "Poppins", sans-serif;
}
.flyer-template-6-1 .content-wrap {
    display: flex;
    gap: 8px;
    width: 100%;
    height: 700px;
    line-height: 40px;
}
.flyer-template-6-1 .content-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.flyer-template-6-1 .content-left {
    flex: 1;
    position: relative;
}
.flyer-template-6-1 .content1-logo {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 150px;
    height: auto;
}
.flyer-template-6-1 .image-feature-1 {
    height: 500px;
    overflow: hidden;
}
.flyer-template-6-1 .agent-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: calc(100% - 500px - 90px);
}
.flyer-template-6-1 .content1-logo-2 {
    width: calc(100% - 170px);
    height: 100%;
    position: relative;
}
.flyer-template-6-1 .content1-logo-2 img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}
.flyer-template-6-1 .content1-logo-2 .site-text {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.flyer-template-6-1 .image-feature-2 {
    height: 300px;
    overflow: hidden;
}
.flyer-template-6-1 .listing-wrap {
    background: #d6d6d6;
    padding: 8px;
    height: calc(100% - 300px);
}
.flyer-template-6-1 .listing-info-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.flyer-template-6-1 .listing-info-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: right;
}
.flyer-template-6-1 .info-title {
    color: var(--flyer-main-color);
    font-size: 14px;
}
.flyer-template-6-1 .info-text {
    font-size: 14px;
    color: var(--flyer-text-grey);
    word-break: break-word;
}
.flyer-template-6-1 .content-image-2 {
    height: calc(100% - 700px);
    width: 100%;
    display: flex;
    gap: 8px;
    padding-top: 8px;
}
.flyer-template-6-1 .image-feature-3 {
    width: calc(100% - 258px);
    overflow: hidden;
}
.flyer-template-6-1 .image-feature-4 {
    width: 250px;
    overflow: hidden;
}
.flyer-template-6-1 .image-feature5 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.flyer-template-6-1 .listing-info {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}
.flyer-template-6-1 ul {
    margin: 0;
}
.flyer-template-6-1 .content-agent img{
    width: 200px;
    height: auto;
    object-fit: contain;
}
.flyer-template-6-1 .agent-info {
    width: 170px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
    font-size: 15px;
}
.flyer-template-6-1 .agent-name {
    font-weight: 600;
    font-size: 18px;
    color: var(--flyer-title-color);
    white-space: nowrap;
    line-height: 28px;
    margin-bottom: 16px;
}
.flyer-template-6-1 .listing-address {
    color: var(--flyer-main-color);
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 8px;
    font-family: "Poppins", sans-serif;
}
.flyer-template-6-1 .line-height-4 {
    line-height: 20px;
}
.flyer-template-6-1 li {
    margin-bottom: 16px;
}
.flyer-template-6-1.flyer-orange-theme .listing-address,
.flyer-template-6-1.flyer-orange-theme .agent-name,
.flyer-template-6-1.flyer-orange-theme .info-title,
.flyer-template-6-1.flyer-orange-theme .title-wrap {
    color: var(--flyer-orange-main-color) !important;
}

/* Template 6.2 */
.flyer-template-6-2 .title-wrap {
    padding-top: 8px;
    height: 90px;
    color: var(--flyer-title-color);
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 35px;
    line-height: 38px;
    font-family: "Poppins", sans-serif;
}
.flyer-template-6-2 .content-wrap {
    display: flex;
    gap: 8px;
    height: 700px;
    line-height: 40px;
}
.flyer-template-6-2 .content-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.flyer-template-6-2 .content-left {
    flex: 1;
    position: relative;
}
.flyer-template-6-2 .content1-logo {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 150px;
    height: auto;
}
.flyer-template-6-2 .image-feature-1 {
    height: 500px;
    overflow: hidden;
}
.flyer-template-6-2 .agent-wrap {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: calc(100% - 500px - 90px);
}
.flyer-template-6-2 .content1-logo-2 {
    width: calc(100% - 170px);
    height: 100%;
    position: relative;
}
.flyer-template-6-2 .content1-logo-2 img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}
.flyer-template-6-2 .content1-logo-2 .site-text {
    position: absolute;
    bottom: 3px;
    left: 0;
    width: 100%;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    z-index: 1;
}
.flyer-template-6-2 .image-feature-2 {
    height: 300px;
    overflow: hidden;
}
.flyer-template-6-2 .listing-wrap {
    background: #d6d6d6;
    padding: 8px;
    height: calc(100% - 300px);
}
.flyer-template-6-2 .listing-info-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.flyer-template-6-2 .listing-info-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.flyer-template-6-2 .info-title {
    color: var(--flyer-main-color);
    font-size: 14px;
}
.flyer-template-6-2 .info-text {
    font-size: 14px;
    color: var(--flyer-text-grey);
    word-break: break-word;
}
.flyer-template-6-2 .content-image-2 {
    height: calc(100% - 700px);
    width: 100%;
    display: flex;
    gap: 8px;
    padding-top: 8px;
}
.flyer-template-6-2 .image-feature-3 {
    width: calc(100% - 308px);
    overflow: hidden;
}
.flyer-template-6-2 .image-feature-4 {
    width: 300px;
    overflow: hidden;
}
.flyer-template-6-2 .image-feature5 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.flyer-template-6-2 .listing-info {
    display: flex;
    gap: 8px;
    justify-content: space-between;

}
.flyer-template-6-2 ul {
    margin: 0;
}
.flyer-template-6-2 .content-agent img{
    width: 200px;
    height: auto;
    object-fit: contain;
}
.flyer-template-6-2 .agent-info {
    width: 170px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: black;
}
.flyer-template-6-2 .agent-name {
    font-weight: 600;
    font-size: 18px;
    color: var(--flyer-title-color);
    white-space: nowrap;
    line-height: 28px;
}
.flyer-template-6-2 .listing-address {
    color: var(--flyer-main-color);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}
.flyer-template-6-2 .line-height-4 {
    line-height: 20px;
}
.flyer-template-6-2 li {
    margin-bottom: 16px;
}
.flyer-template-6-2.flyer-orange-theme .listing-address,
.flyer-template-6-2.flyer-orange-theme .agent-name,
.flyer-template-6-2.flyer-orange-theme .info-title,
.flyer-template-6-2.flyer-orange-theme .title-wrap {
    color: var(--flyer-orange-main-color) !important;
}

/* Template 7 */
.flyer-template-7 .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 34px;
    background: #006fac;
    padding: 16px;
    height: 130px;
    font-family: "Poppins", sans-serif;
}
.flyer-template-7 .title-left {
    font-weight: 500;
}
.flyer-template-7 .title-right {
    text-align: center;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    font-family: "Poppins", sans-serif;
}
.flyer-template-7 .title-right img {
    width: 150px;
    height: auto;
    object-fit: contain;
}
.flyer-template-7 .content-wrap {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    height: calc(100% - 130px - 20px);
}
.flyer-template-7 .content-left {
    width: calc(100% - 288px);
    position: relative;
}
.flyer-template-7 .content-image-1 {
    width: 100%;
    height: calc(40% - 6px);
    margin-bottom: 8px;
    overflow: hidden;
}
.flyer-template-7 .content-image-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.15);
}
.flyer-template-7 .content-image-2 {
    width: 280px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.flyer-template-7 .flyer-image-container {
    width: 100%;
   flex: 1;
}
.flyer-template-7 .image-feature5 {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}
.flyer-template-7 .site-text {
    bottom: 10px;
    font-size: 18px;
}
.flyer-template-7 .listing-remark {
    color: black;
    margin-bottom: 8px;
    max-height: 124px;
    overflow-y: auto;
    scrollbar-width: none;
    text-align: justify;
    padding-right: 8px;
}
.flyer-template-7 .listing-info {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    padding-right: 8px;
}
.flyer-template-7 .listing-info-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 250px;
    flex: 1;
}
.flyer-template-7 .info-text {
    color: var(--flyer-text-grey);
    word-break: break-word;
    font-size: 14px;
}
.flyer-template-7 ul {
    margin: 0;
}
.flyer-template-7 .content-agent {
    display: flex;
    width: 100%;
    gap: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.flyer-template-7 .agent-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flyer-template-7 .agent-info {
    color: var(--flyer-main-color);
    flex: 1;
    height: 100%;
    position: relative;
}
.flyer-template-7 .agent-name {
    font-weight: 600;
    font-size: 18px;
    padding-top: 10px;
    white-space: nowrap;
}
.flyer-template-7 .agent-more-info {
    position: relative;
    width: 100%;
    font-size: 14px;
    z-index: 1;
    margin-top: 15px;
}
.flyer-template-7 .listing-address {
    color: var(--flyer-main-color);
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    padding-right: 8px;
    line-height: 24px;
}
.flyer-template-7 .line-height-4 {
    line-height: 20px;
}
.flyer-template-7 .info-title {
    color: var(--flyer-main-color);
    font-weight: 500;
    line-height: 18px;
    font-size: 14px;
}
.flyer-template-7 .a4-page2 .content-image {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: calc(100% - 12px);
}
.flyer-template-7 .image-content-top {
    width: 100%;
    height: 500px;
}
.flyer-template-7 .image-content-top .image-feature {
    height: 100%;
}
.flyer-template-7 .image-content-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    height: calc(100% - 500px - 8px);
}
.flyer-template-7 .footer-preview {
    width: 100%;
    background: #0069a9;
    height: 4px;
    margin-top: 8px;
}
.flyer-template-7 .a4-page2 .footer-preview {
    margin-top: 0;
}

.flyer-template-7.flyer-orange-theme .listing-address,
.flyer-template-7.flyer-orange-theme .agent-info,
.flyer-template-7.flyer-orange-theme .info-title {
    color: var(--flyer-orange-main-color) !important;
}
.flyer-template-7.flyer-orange-theme .title-wrap,
.flyer-template-7.flyer-orange-theme .footer-preview {
    background: #ff6c02 !important;
}

@media print {
    .flyer-template-7 .a4-page2 {
        padding: 0 !important;
        margin: 60px 0 0 0 !important;
    }
}

/* Template 8 */
.flyer-template-8 .content-wrap {
    display: flex;
    gap: 16px;
    margin-top: 8px;
    width: 100%;
    height: calc(100% - 508px - 193px);
}
.flyer-template-8 .content-left {
    width: 50%;
}
.flyer-template-8 .content-image-2 {
    width: 100%;
    margin-bottom: 8px;
    height: 500px;
    position: relative;
}
.flyer-template-8 .content1-logo {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 200px;
}
.flyer-template-8 .content2-logo {
    width: 100%;
    margin-bottom: -1px;
}
.flyer-template-8 .image-feature {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.flyer-template-8 .image-feature5 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.flyer-template-8 .listing-remark {
    color: white;
    font-weight: 400;
    height: 100px;
    overflow-y: auto;
    scrollbar-width: none;
    font-size: 15px !important;
    line-height: 20px;
}
.flyer-template-8 .listing-info-wrap {
    width: 50%;
    margin-top: 8px;
}
.flyer-template-8 ul {
    margin: 0;
}
.flyer-template-8 .content-agent {
    width: 100%;
    height: 185px;
    padding: 16px 0 0 16px;
    background: #006fac;
    display: flex;
    color: white;
}
.flyer-template-8 .logo-wrap {
    width: 150px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.flyer-template-8 .title-wrap {
    color: white;
    width: calc(100% - 300px);
    padding-right: 16px;
}
.flyer-template-8 .title-wrap .title-text {
    line-height: 34px;
    font-size: 34px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}
.flyer-template-8 .agent-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 150px;
    height: 100%;
    font-size: 14px;
}
.flyer-template-8 .agent-name {
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
    margin-bottom: 16px;
}
.flyer-template-8 .listing-address {
    color: var(--flyer-main-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 8px;
}
.flyer-template-8 .line-height-4 {
    line-height: 20px;
}
.flyer-template-8 .info-text {
    word-break: break-word;
    font-size: 14px;
}
.flyer-template-8 .listing-info {
    display: flex;
    gap: 16px;
}
.flyer-template-8 .listing-info-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.flyer-template-8 .listing-info-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: right;
}
.flyer-template-8 .info-title {
    color: var(--flyer-main-color);
    font-size: 14px;
}
.flyer-template-8 .highlight {
    color: var(--flyer-text-highline-1);
    font-weight: 500;
}
.flyer-template-8.flyer-orange-theme .logo-wrap {
    position: relative !important;
}
.flyer-template-8.flyer-orange-theme .site-text {
    font-size: 10px !important;
}
.flyer-template-8.flyer-orange-theme .content2-logo {
    margin-bottom: 0 !important;
}

.flyer-template-8.flyer-orange-theme .listing-address,
.flyer-template-8.flyer-orange-theme .info-title {
    color: var(--flyer-orange-main-color) !important;
}
.flyer-template-8.flyer-orange-theme .content-agent {
    background: #ff6c02 !important;
}

@media print {
    .flyer-template-8 .container-flyer {
        margin-top: 20px;
    }
}

/* Template 9 */
.flyer-template-9 .content-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
}
.flyer-template-9 .content-image-2 {
    width: 100%;
    margin-bottom: 8px;
    height: calc(50% - 8px);
    display: flex;
    gap: 8px;
}
.flyer-template-9 .image-feature-1, .flyer-template-9 .image-feature-2 {
    display: flex;
}
.flyer-template-9 .content1-logo {
    width: 180px;
    height: 200px;
    object-fit: cover;
}
.flyer-template-9 .content3-logo {
    width: 100px;
    margin-bottom: 8px;
}
.flyer-template-9 .image-feature {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.flyer-template-9 .image-feature5 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.flyer-template-9 .listing-remark {
    color: var(--flyer-text-grey);
    height: 185px;
    overflow-y: auto;
    scrollbar-width: none;
    font-size: 15px !important;
}
.flyer-template-9 .info-text {
    color: black;
    word-break: break-word;
}
.flyer-template-9 ul {
    margin: 0;
}
.flyer-template-9 .content-image-3 {
    display: flex;
    gap: 8px;
    height: 50%;
}
.flyer-template-9 .content-agent {
    background: #0099d6;
    flex: 1;
    color: white;
    position: relative;
}
.flyer-template-9 .content2-logo {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.flyer-template-9 .title-wrap {
    color: white;
    font-size: 30px;
    font-weight: 400;
    padding: 16px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}
.flyer-template-9 .agent-info {
    padding: 10px;
    display: flex;
    height: 250px;
    gap: 8px;
}
.flyer-template-9 .agent-avatar {
    flex: 1;
    background-position: center;
    background-size: cover;
    height: 180px;
}
.flyer-template-9 .agent-detail {
    flex: 1;
    font-size: 15px;
}
.flyer-template-9 .agent-name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 16px;
    word-break: break-word;
}
.flyer-template-9 .listing-address {
    color: var(--flyer-main-color);
    font-size: 24px;
    font-weight: 500;
}
.flyer-template-9 .line-height-4 {
    line-height: 20px;
}
.flyer-template-9 .info-text {
    color: var(--flyer-text-grey);
    word-break: break-word;
}
.flyer-template-9 .listing-info {
    display: flex;
    gap: 16px;
    font-size: 14px;
}
.flyer-template-9 .listing-info-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.flyer-template-9 .listing-info-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.flyer-template-9 .info-title {
    color: var(--flyer-main-color);
}
.flyer-template-9 .info-text {
    color: #424242;
    word-break: break-word;
}
.flyer-template-9 .bg-draft {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 40px;
    background: white;
}
.flyer-template-9 .logo-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.flyer-template-9 .site-text {
    z-index: 3;
    font-size: 24px;
    bottom: 12px;
}
.flyer-template-9.flyer-orange-theme .listing-address,
.flyer-template-9.flyer-orange-theme .info-title {
    color: var(--flyer-orange-main-color) !important;
}
.flyer-template-9.flyer-orange-theme .content-agent {
    background: var(--flyer-orange-highlight-color) !important;
}

@media print {
    .flyer-template-9 .container-flyer {
        margin-top: 20px;
    }
}

/*Template 10 */
.flyer-template-10 .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 34px;
    color: var(--flyer-title-color);
    height: 40px;
    font-family: "Poppins", sans-serif;
}
.flyer-template-10 .title-left {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
    max-width: 600px;
}
.flyer-template-10 .title-right {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 4px;
    font-family: "Poppins", sans-serif;
}
.flyer-template-10 .container-flyer-1 {
    height: calc(100% - 40px)
}
.flyer-template-10 .content-flyer {
    display: flex;
    gap: 2px;
}
.flyer-template-10 .content-left {
    width: 205px;
    background: #016195;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 10px;
}
.flyer-template-10 .content-left1 {
    height: 50%;
    margin-top: 2px;
}
.flyer-template-10 .content-left2 {
    height: calc(50% - 24px);
}
.flyer-template-10 .content-left2 .agent-info {
    height: calc(50% + 2px) !important;
}
.flyer-template-10 .web-domain {
    width: 100%;
    text-align: center;
    background: #016195;
    font-size: 12px;
    height: 22px;
}
.flyer-template-10 .content2 .content-left {
    padding: 0;
    background: white;
    display: block;
    color: white;
}
.flyer-template-10 .content2 .content-left img {
    width: 100%;
    object-fit: cover;
}
.flyer-template-10 .content1 .content-left{
    padding-top: 30px;
}
.flyer-template-10 .content1-logo-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.flyer-template-10 .content-right {
    width: calc(100% - 207px);
}
.flyer-template-10 .content2-right {
    padding: 20px 0 0 20px;
}
.flyer-template-10 .agent-avatar {
    width: 100%;
    height: calc(50% - 4px);
    background-position: center;
    background-size: cover;
}
.flyer-template-10 .listing-address {
    color: var(--flyer-main-color);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 24px;
    margin: 8px 0;
    font-family: "Poppins", sans-serif;
}
.flyer-template-10 .listing-remark {
    color: var(--flyer-text-grey);
    line-height: 28px;
    height: 170px;
    overflow-y: auto;
    scrollbar-width: none;
    font-size: 15px;
    text-align: justify;
}
.flyer-template-10 .listing-info {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    font-size: 15px;
}
.flyer-template-10 .listing-info-left {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-width: 300px;
    flex: 1;
}
.flyer-template-10 .listing-info-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 18px;
    max-width: 300px;
    text-align: right;
    flex: 1;
}
.flyer-template-10 .line-height-4 {
    line-height: 22px;
}
.flyer-template-10 .info-title {
    color: var(--flyer-main-color);
}
.flyer-template-10 .info-text {
    color: var(--flyer-text-grey);
    word-break: break-word;
}
.flyer-template-10 .content1 {
    height: 45%;
}
.flyer-template-10 .content2 {
    height: 55%;
}
.flyer-template-10 .agent-info {
    padding: 10px;
    background: #016195;
    height: 50%;
    margin-top: 2px;
    font-size: 15px;
}
.flyer-template-10 .agent-name {
    font-weight: 600;
    font-size: 18px;
}
.flyer-template-10 .agent-more-info {

}

.flyer-template-10.flyer-orange-theme .title,
.flyer-template-10.flyer-orange-theme .info-title,
.flyer-template-10.flyer-orange-theme .listing-address {
    color: var(--flyer-orange-main-color) !important;
}
.flyer-template-10.flyer-orange-theme .web-domain,
.flyer-template-10.flyer-orange-theme .agent-info {
    background: var(--flyer-orange-highlight-color);
}
.flyer-template-10.flyer-orange-theme .content-left {
    background: var(--flyer-orange-main-color) !important;
}
.flyer-template-10.flyer-orange-theme .content2 .content-left {
    background: white !important;
}

/* Blue Back Option 1 */
.flyer-blue-back-option-1 .container-flyer {
    display: flex;
    gap: 16px;
}
.flyer-blue-back-option-1 .content-left {
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.flyer-blue-back-option-1 .content-left .flyer-image-container {
    flex: 1;
}
.flyer-blue-back-option-1 .content-right {
    width: calc(45% - 16px);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.flyer-blue-back-option-1 .listing-info-1 {
    background: #ebebeb;
    padding: 16px;
    height: 600px;
}
.flyer-blue-back-option-1 .title-1 {
    font-weight: 700;
    color: var(--flyer-main-color);
}
.flyer-blue-back-option-1 .image-feature-4, .flyer-blue-back-option-1 .image-feature-5 {
    height: 425px;
}
.flyer-blue-back-option-1 .info-text {
    color: black;
}
.flyer-blue-back-option-1 ul {
    margin: 0;
    list-style: inside;
}
.flyer-blue-back-option-1 li {
    margin-bottom: 0 !important;
    font-size: 14px;
    padding: 0 !important;
}
.flyer-blue-back-option-1 .line-height-4 {
    line-height: 30px;
}
.flyer-blue-back-option-1.flyer-orange-theme .title-1 {
    color: var(--flyer-orange-main-color) !important;
}

@media print {
    .flyer-blue-back-option-1 .container-flyer {
        margin-top: 20px;
    }
}

/* Blue Back Option 2 */
.flyer-blue-back-option-2 .container-flyer {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.flyer-blue-back-option-2 .group-image {
    width: 100%;
    flex: 1;
    display: flex;
    gap: 16px;
}
.flyer-blue-back-option-2  .flyer-image-container {
    flex: 1;
    height: 100%;
}

@media print {
    .flyer-blue-back-option-2 .container-flyer {
        margin-top: 20px;
    }
}

/* Blue Back Option 3 */
.flyer-blue-back-option-3 .container-flyer {
    display: flex;
    gap: 16px;
}
.flyer-blue-back-option-3 .content-left {
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.flyer-blue-back-option-3 .flyer-image-container {
    width: 100%;
    flex: 1;
}
.flyer-blue-back-option-3 .content-right {
    width: calc(45% - 16px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.flyer-blue-back-option-3 .listing-info {
    background: #ebebeb;
    flex: 1;
}
.flyer-blue-back-option-3 .content-info {
    width: 100%;
    height: 100%;
    padding: 16px;
}
.flyer-blue-back-option-3 .title-1 {
    font-weight: 700;
    color: var(--flyer-main-color);
}
.flyer-blue-back-option-3 .image-feature-5 {
    height: calc(100% - 316px - 267px);
}
.flyer-blue-back-option-3 .info-text {
    color: black;
}
.flyer-blue-back-option-3 ul {
    margin: 0;
    list-style: inside;
}
.flyer-blue-back-option-3 li {
    margin-bottom: 0 !important;
    font-size: 14px;
    padding: 0 !important;
}
.flyer-blue-back-option-3 .line-height-4 {
    line-height: 30px;
}
.flyer-blue-back-option-3.flyer-orange-theme .title-1 {
    color: var(--flyer-orange-main-color) !important;
}

@media print {
    .flyer-blue-back-option-3 .container-flyer {
        margin-top: 20px;
    }
}

/* Blue Forever Flyer */
.blue-forever-flyer .title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 30px;
    background: #006fac;
    padding: 16px;
    height: 122px;
}
.blue-forever-flyer .title-left {
    font-family: "Poppins", sans-serif;
}
.blue-forever-flyer .title-left .first-line {
    font-size: 38px;
    line-height: 40px;
    font-family: "Poppins", sans-serif;
}
.blue-forever-flyer .title-left .second-line {
    font-size: 25px;
    font-family: "Poppins", sans-serif;
}
.blue-forever-flyer .listing-address-title {

}
.blue-forever-flyer .listing-city-title {
    font-size: 25px;
    font-weight: 500;
}
.blue-forever-flyer .title-right {
    text-align: center;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
.blue-forever-flyer .title-right img {
    width: 150px;
    height: auto;
    object-fit: contain;
}
.blue-forever-flyer .content-wrap {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    height: calc(100% - 122px - 8px - 12px);
}
.blue-forever-flyer .content-left {
    width: calc(100% - 258px);
    position: relative;
}
.blue-forever-flyer .content-image-1 {
    width: 100%;
    height: calc(40% - 3px);
    margin-bottom: 8px;
    overflow: hidden;
}
.blue-forever-flyer .content-image-2 {
    width: 250px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.blue-forever-flyer .image-feature {
    flex: 1;
}
.blue-forever-flyer .listing-remark {
    color: black;
    margin-bottom: 8px;
    max-height: 120px;
    overflow-y: auto;
    scrollbar-width: none;
    text-align: justify;
}
.blue-forever-flyer .listing-info {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 8px;
}
.blue-forever-flyer .listing-info-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 250px;
    flex: 1;
}
.blue-forever-flyer .listing-info-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 300px;
    flex: 1;
}
.blue-forever-flyer .info-text {
    color: black;
    word-break: break-word;
    font-size: 14px;
}
.blue-forever-flyer .content-agent {
    display: flex;
    width: 100%;
    height: 200px;
    gap: 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}
.blue-forever-flyer .agent-avatar {
    flex: 1;
    background-position: center;
    background-size: cover;
}
.blue-forever-flyer .agent-info {
    color: var(--flyer-main-color);
    flex: 1;
    height: 100%;
    position: relative;
}
.blue-forever-flyer .agent-name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 21px;
}
.blue-forever-flyer .agent-name .broker-title {
    font-weight: 400;
    font-size: 14px;
}
.blue-forever-flyer .agent-more-info {
    position: relative;
    width: 100%;
    font-size: 15px;
    z-index: 1;
}
.blue-forever-flyer .content1-logo-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}
.blue-forever-flyer .line-height-4 {
    line-height: 16px;
}
.blue-forever-flyer .listing-address {
    color: var(--flyer-title-color);
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    font-family: "Poppins", sans-serif;
    padding-right: 8px;
}
.blue-forever-flyer .footer-preview {
    width: 100%;
    background: #0069a9;
    height: 4px;
    margin-top: 8px;
}
.blue-forever-flyer ul {
    list-style: inside;
}
.blue-forever-flyer .listing-info-right .flyer-draft ul {
    margin-left: 16px !important;
}
.blue-forever-flyer .site-text {
    font-size: 16px;
    bottom: 6px;
    font-weight: 400;
}

.blue-forever-flyer.flyer-orange-theme .footer-preview {
    background: #ff6c02 !important;
}
.blue-forever-flyer.flyer-orange-theme .listing-address,
.blue-forever-flyer.flyer-orange-theme .agent-info {
    color: var(--flyer-orange-main-color) !important;
}
.blue-forever-flyer.flyer-orange-theme .title-wrap {
    background: #ff6c02 !important;
}

@media print {
    .blue-forever-flyer .container-flyer {
        margin-top: 20px;
        padding-bottom: 4px !important;
    }
}

/* Horizon */
.flyer-horizontal .container-flyer {
    page-break-after: unset !important;
    box-shadow: unset;
    width: 50%;
    height: 100%;
}
.flyer-horizontal .preview-template {
    position: relative;
    overflow-x: auto;
    padding: 10px;
    height: fit-content;
}
.flyer-horizontal .a4-landscape-1 {
    width: 420mm;
    height: 297mm;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    page-break-after: always;
    break-after: page;
}
.flyer-horizontal .a4-landscape-2 {
   margin-top: 10px;
}
.flyer-horizontal .title-wrap {
    color: #435b8c;
    font-size: 40px;
    font-weight: 600;
    height: 46px;
    position: relative;
    z-index: 1;
    font-family: "Poppins", sans-serif;
}
.flyer-horizontal .content-wrap {
    display: flex;
    gap: 16px;
    margin-top: 8px;
    width: 100%;
    height: calc(100% - 46px - 608px - 108px - 22px);
}
.flyer-horizontal .content-left {
    width: calc(50% - 16px);
}
.flyer-horizontal .content-image-2 {
    width: 100%;
    margin-bottom: 8px;
    height: 600px;
    position: relative;
}
.flyer-horizontal .image-feature {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.flyer-horizontal .listing-remark {
    color: var(--flyer-text-grey);
    height: 190px;
    overflow-y: auto;
    scrollbar-width: none;
    text-align: justify;
    margin-top: 5px;
    font-size: 14px;
}
.flyer-horizontal .listing-info-wrap {
    width: 50%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}
.flyer-horizontal .info-text {
    color: var(--flyer-text-grey);
    word-break: break-word;
    line-height: 32px;
}
.flyer-horizontal ul {
    margin: 0;
    list-style: inside;
}
.flyer-horizontal li {
    margin-bottom: 0 !important;
    font-size: 14px;
    padding: 0 !important;
}
.flyer-horizontal .logo-wrap {
    display: flex;
    height: 100%;
}
.flyer-horizontal .content-agent {
    padding: 0 40px 0 20px;
    background: var(--flyer-main-color-2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    width: 100%;
    color: white;
}
.flyer-horizontal .content-agent .content1-logo {
    height: 60px;
    margin-top: 20px;
}
.flyer-horizontal .agent-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
}
.flyer-horizontal .agent-name {
    font-weight: 600;
    font-size: 16px;
}
.flyer-horizontal .content2-logo {
    width: 150px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}
.flyer-horizontal .content2-logo img {
    width: 100%;
}
.flyer-horizontal .site-text {
    color: var(--flyer-main-color);
    font-size: 10px;
}
.flyer-horizontal .listing-address {
    color: var(--flyer-main-color);
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}
.flyer-horizontal .line-height-4 {
    line-height: 16px;
    font-size: 14px;
}
.flyer-horizontal .footer-preview {
    width: 100%;
    background: var(--flyer-bg-footer);
    text-align: center;
    color: white;
    margin-top: 8px;
    font-size: 14px;
    line-height: 14px;
}
.flyer-horizontal .content-image {
    display: flex;
    gap: 8px;
    height: calc(100% - 22px);
}
.flyer-horizontal .content-image-left, .flyer-horizontal .content-image-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    height: 100%;
}
.flyer-horizontal .info-text ul {
   margin-left: 10px;
}
.a4-landscape-2 .content-image {
    height: 100%;
}

.flyer-horizontal.flyer-orange-theme .listing-address,
.flyer-horizontal.flyer-orange-theme .title-wrap {
    color: var(--flyer-orange-main-color) !important;
}
.flyer-horizontal.flyer-orange-theme .content-agent,
.flyer-horizontal.flyer-orange-theme .footer-preview {
    background: #ff6c02 !important;
}

/* Horizontal 3 */
.flyer-horizontal-3 .info-text {
    word-break: break-word;
    line-height: 16px;
}
.flyer-horizontal-3 .info-title {
    color: var(--flyer-main-color);
    font-weight: 500;
}
.flyer-horizontal-3 .listing-info-right {
    text-align: right;
}
.flyer-horizontal-3.flyer-orange-theme .info-text {
    color: var(--flyer-orange-main-color) !important;
}

.flyer-horizontal-3 .listing-info-left, .flyer-horizontal-3 .listing-info-right,
.flyer-horizontal-4 .listing-info-left, .flyer-horizontal-4 .listing-info-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    height: 100%;
}

/* Horizontal 4 */
.flyer-horizontal-4 .content-image1 {
    flex-direction: column;
}
.flyer-horizontal-4 .content-image-2 {
    height: 340px;
}
.flyer-horizontal-4 .content-image-2 {
    flex-direction: column;
}
.flyer-horizontal-4 .content-image1 .content-image-left {
    height: 386px;
    flex: unset;
    width: 100%;
}
.flyer-horizontal-4 .content-image1 .content-image-right {
    height: calc(100% - 384px);
    flex: unset;
}
.flyer-horizontal-4 .content-image1 .content-image-right1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.flyer-horizontal-4 .mt-1 {
    margin-top: 4px;
}
.flyer-horizontal-4 .h-12 {
    height: 255px;
}
.flyer-horizontal-4  .content-image-right {
    display: flex;
    flex-direction: row;
}
.flyer-horizontal-4 .content-image-right2, .flyer-horizontal-4 .content-image-right1 {
    flex: 1;
}
.flyer-horizontal-4 .content-image-right2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.flyer-horizontal-4 .content-feature {
    background: #f4f2f0;
}
.flyer-horizontal-4 .content-feature .content-text {
   padding: 16px;
}
.flyer-horizontal-4 .content-feature-title {
    font-size: 14px;
    color: var(--flyer-title-color);
    font-weight: 600;
}
.flyer-horizontal-4 .info-text {
    word-break: break-word;
    line-height: 16px;
}
.flyer-horizontal-4 .info-title {
    color: var(--flyer-main-color);
    font-weight: 500;
}
.flyer-horizontal-4 .listing-info-right {
    text-align: right;
}
.flyer-horizontal-4 .site-text {
    color: #fff;
}
.flyer-horizontal-4 .content-image2 .content-image-left, .flyer-horizontal-4 .content-image2 .content-image-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.flyer-horizontal-4.flyer-orange-theme .info-text,
.flyer-horizontal-4.flyer-orange-theme .info-title,
.flyer-horizontal-4.flyer-orange-theme .content-feature-title {
    color: var(--flyer-orange-main-color) !important;
}

/* Vertical */
.flyer-vertical-1 .content1-logo, .flyer-vertical-2 .content1-logo, .flyer-vertical-3 .content1-logo, .flyer-vertical-coastal .content1-logo {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 200px !important;
    object-fit: contain !important;
}
.flyer-vertical-1 .image-feature, .flyer-vertical-2 .image-feature, .flyer-vertical-3 .image-feature, .flyer-vertical-coastal .image-feature {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.flyer-vertical-1 .image-feature-1, .flyer-vertical-2.image-feature-1, .flyer-vertical-3 .image-feature-1, .flyer-vertical-coastal .image-feature-1 {
    width: 100%;
    height: 100%;
}
.flyer-vertical-1 .flyer-listing-title, .flyer-vertical-2 .flyer-listing-title, .flyer-vertical-3 .flyer-listing-title, .flyer-vertical-coastal .flyer-listing-title {
    color: var(--flyer-title-color);
    background: #f4f2f0;
    height: 100px;
    border-bottom: 4px solid #cccccc !important;
    display: flex;
    flex-direction: column;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    padding: 16px;
}
.flyer-vertical-1 .title-wrap, .flyer-vertical-2 .title-wrap, .flyer-vertical-3 .title-wrap, .flyer-vertical-coastal .title-wrap {
    color: var(--flyer-title-color);
    font-size: 40px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 1px;
    z-index: 1;
    font-style: normal !important;
    font-family: "Poppins", sans-serif;
}
.flyer-vertical-1 .flex, .flyer-vertical-2 .flex, .flyer-vertical-3 .flex, .flyer-vertical-coastal .flex  {
    height: 100%;
}
.flyer-vertical-1 .agent-name, .flyer-vertical-2 .agent-name, .flyer-vertical-3 .agent-name, .flyer-vertical-coastal .agent-name {
    font-weight: 600;
    font-size: 18px;
}
.flyer-vertical-1 .content2-logo, .flyer-vertical-2 .content2-logo, .flyer-vertical-3 .content2-logo, .flyer-vertical-coastal .content2-logo {
    width: 220px;
    object-fit: cover;
    height: 100%;
}
.flyer-vertical-1 .content4-logo, .flyer-vertical-2 .content4-logo, .flyer-vertical-3 .content4-logo, .flyer-vertical-coastal .content4-logo {
    width: 100px;
}
.flyer-vertical-1 .content3-logo, .flyer-vertical-2 .content3-logo, .flyer-vertical-3 .content3-logo, .flyer-vertical-coastal .content3-logo {
    width: 180px;
    height: 86px;
}
.flyer-vertical-1 .a4-page2 .content-image, .flyer-vertical-2 .a4-page2 .content-image, .flyer-vertical-3 .a4-page2 .content-image, .flyer-vertical-coastal .a4-page2 .content-image {
    display: flex;
    flex-direction: column;
    gap: 8px;
    height: 100%;
}
.flyer-vertical-3 .listing-info-wrap, .flyer-vertical-coastal .listing-info-wrap {
    padding-top: 8px;
    height: calc(100% - 178px);
}
.flyer-vertical-2 .image-feature-2, .flyer-vertical-3 .image-feature-2, .flyer-vertical-coastal .image-feature-2 {
    flex: 1;
}
.flyer-vertical-2 .agent-wrap, .flyer-vertical-3 .agent-wrap, .flyer-vertical-coastal .agent-wrap {
    background: var(--flyer-main-color-2);;
    color: white;
    display: flex;
    height: 170px;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 8px;
}
.flyer-vertical-2 .agent-avatar, .flyer-vertical-3 .agent-avatar, .flyer-vertical-coastal .agent-avatar {
    height: 100%;
    width: 200px;
    background-size: cover;
    background-position: center;
}
.flyer-vertical-2 .agent-info-detail, .flyer-vertical-3 .agent-info-detail, .flyer-vertical-coastal .agent-info-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 16px;
    font-size: 15px;
}
.flyer-vertical-2 .image-content-top, .flyer-vertical-3 .image-content-top, .flyer-vertical-coastal .image-content-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
    height: calc(50% - 8px);
}
.flyer-vertical-2 .listing-remark, .flyer-vertical-3 .listing-remark , .flyer-vertical-coastal .listing-remark {
    color: var(--flyer-main-color);
    font-weight: 400;
    height: 170px;
    overflow-y: auto;
    scrollbar-width: none;
    font-size: 16px !important;
}
.flyer-vertical-2 .image-content-bottom, .flyer-vertical-3 .image-content-bottom, .flyer-vertical-coastal .image-content-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    height: 50%;
}
.flyer-vertical-2 ul, .flyer-vertical-3 ul, .flyer-vertical-coastal ul {
    list-style: inside;
}
.flyer-vertical-1 .listing-info-detail, .flyer-vertical-2 .listing-info-detail, .flyer-vertical-3 .listing-info-detail, .flyer-vertical-coastal .listing-info-detail {
    flex: 1;
    background: #f4f2f0;
    padding: 18px;
    color: var(--flyer-main-color);
}
.flyer-vertical-coastal.flyer-orange-theme .listing-remark,
.flyer-vertical-coastal.flyer-orange-theme .listing-info-detail,
.flyer-vertical-coastal.flyer-orange-theme .flyer-listing-title,
.flyer-vertical-coastal.flyer-orange-theme .title-wrap,
.flyer-vertical-3.flyer-orange-theme .listing-remark,
.flyer-vertical-3.flyer-orange-theme .listing-info-detail,
.flyer-vertical-3.flyer-orange-theme .flyer-listing-title,
.flyer-vertical-3.flyer-orange-theme .title-wrap,
.flyer-vertical-2.flyer-orange-theme .listing-remark,
.flyer-vertical-2.flyer-orange-theme .listing-info-detail,
.flyer-vertical-2.flyer-orange-theme .flyer-listing-title,
.flyer-vertical-2.flyer-orange-theme .title-wrap,
.flyer-vertical-1.flyer-orange-theme .listing-remark,
.flyer-vertical-1.flyer-orange-theme .listing-info-detail,
.flyer-vertical-1.flyer-orange-theme .flyer-listing-title,
.flyer-vertical-1.flyer-orange-theme .title-wrap
{
    color: var(--flyer-orange-main-color) !important;
}
.flyer-vertical-coastal.flyer-orange-theme .agent-wrap,
.flyer-vertical-3.flyer-orange-theme .agent-wrap,
.flyer-vertical-2.flyer-orange-theme .agent-wrap,
.flyer-vertical-1.flyer-orange-theme .agent-wrap
{
    background: #ff6c02 !important;
}

/* Vertical 1 */

.flyer-vertical-1 .listing-info-wrap {
    display: flex;
    gap: 8px;
    padding-top: 8px;
    height: calc(100% - 158px);
}
.flyer-vertical-1 .listing-remark {
    color: var(--flyer-main-color);
    font-weight: 400;
    height: 150px;
    overflow-y: auto;
    scrollbar-width: none;
    font-size: 14px !important;
    text-align: justify;
}
.flyer-vertical-1 .image-feature-2 {
    flex: 1;
}
.flyer-vertical-1 .agent-wrap {
    background: var(--flyer-main-color-2);;
    color: white;
    display: flex;
    height: 150px;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 8px;
}
.flyer-vertical-1 .agent-avatar {
    height: 100%;
    width: 180px;
    background-size: cover;
    background-position: center;
}
.flyer-vertical-1 .agent-info-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 8px;
    font-size: 14px;
    padding-bottom: 10px;
}
.flyer-vertical-1 .agent-email {
    margin-top: 8px;
}
.flyer-vertical-1 .image-content-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
    height: 500px;
}
.flyer-vertical-1 .image-content-top .image-feature {
    height: 100%;
}
.flyer-vertical-1 .image-content-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    height: calc(100% - 508px);
}
.flyer-vertical-1 .image-content-bottom .image-feature {
}
.flyer-vertical-1 .info-text {
    font-size: 14px;
    color: var(--flyer-main-color);
}

/* Vertical 2 */
.flyer-vertical-2 .content5-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}
.flyer-vertical-2 .content5-logo img {
    width: 150px;
}
.flyer-vertical-2 .image-content-top-right {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.flyer-vertical-2 .listing-info-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding-top: 8px;
    height: calc(100% - 178px);
}

/* Vertical 3 */
.flyer-vertical-3 .content5-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}
.flyer-vertical-3 .content5-logo img {
    width: 150px;
}
.flyer-vertical-3 .image-content-top-right {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.flyer-vertical-3 .image-content-top-right .image-feature {
}

/* Vertical Coastal */
.flyer-vertical-coastal .content4-logo-1 {
    height: 40px;
    margin-right: 16px;
    object-fit: contain;
}
.flyer-vertical-coastal .content5-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
}
.flyer-vertical-coastal .content5-logo img {
    width: 150px;
}
.flyer-vertical-coastal .image-content-top-right {
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.flyer-vertical-coastal .content3-logo {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 10px;
}
.flyer-vertical-coastal, .content4-logo-2 {
    margin-bottom: -1px;
}

/* Template orange 5 */
.flyer-template-orange-5 .title-orange-wrap {
    height: 350px;
}
.flyer-template-orange-5 .content-wrap {
    margin-top: 8px;
    width: 100%;
    height: 100%;
}
.flyer-template-orange-5 .content-image-2 {
    width: calc(100% - 208px);
    margin-bottom: 8px;
    height: 100%;
    position: relative;
}
.flyer-template-orange-5 .content1-logo {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 200px !important;
    object-fit: contain !important;
}
.flyer-template-orange-5 .image-feature {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.flyer-template-orange-5 .listing-remark {
    color: white;
    font-weight: 400;
    overflow-y: auto;
    scrollbar-width: none;
    width: 300px;
    height: 100%;
    background: var(--flyer-orange-highlight-color);
    padding: 16px;
    text-align: justify;
    font-size: 15px;
    line-height: 23px;
}
.flyer-template-orange-5 .listing-info-wrap {
    margin-top: 8px;
}
.flyer-template-orange-5 .info-text {
    color: black;
    word-break: break-word;
}
.flyer-template-orange-5 ul {
    margin: 0;
}
.flyer-template-orange-5 .content-agent {
    width: 100%;
    height: calc(100% - 358px - 328px - 14px);
    display: flex;
    gap: 8px;
    color: var(--flyer-orange-main-color);
    margin-top: 8px;
}
.agent-avatar {
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
}
.flyer-template-orange-5 .content2-logo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.flyer-template-orange-5 .title-wrap {
    color: white;
    width: 200px;
    background: var(--flyer-orange-main-color);
    padding: 16px;
    position: relative;
}
.flyer-template-orange-5 .flyer-title {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 600;
}
.flyer-template-orange-5 .listing-orange-wrap {
    display: flex;
    gap: 8px;
    height: 320px;
    margin-top: 8px;
}
.flyer-template-orange-5 .listing-orange-wrap-image {
    width: calc(100% - 300px - 8px);
}
.flyer-template-orange-5 .content-agent .content-wrap {
    width: calc(100% - 300px - 8px);
}
.flyer-template-orange-5 .agent-info {
    width: 300px;
    height: 100%;
    color: var(--flyer-text-grey);
    font-size: 15px;
}
.flyer-template-orange-5 .agent-avatar-orange {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.flyer-template-orange-5 .agent-name {
    font-weight: 600;
    font-size: 18px;
    white-space: nowrap;
    margin-bottom: 16px;
    color: var(--flyer-orange-main-color);
}
.flyer-template-orange-5 .listing-address {
    color: var(--flyer-orange-main-color);
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: right;
}
.flyer-template-orange-5 .line-height-4 {
    line-height: 20px;
}
.flyer-template-orange-5 .info-text {
    color: black;
    word-break: break-word;
}
.flyer-template-orange-5 .listing-info {
    display: flex;
    gap: 16px;
    color: var(--flyer-orange-main-color);
}
.flyer-template-orange-5 .listing-info-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.flyer-template-orange-5 .listing-info-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: right;
    gap: 16px;
}
.flyer-template-orange-5 .info-title {
    color: var(--flyer-orange-main-color);
    font-size: 14px;
}
.flyer-template-orange-5 .info-text {
    color: var(--flyer-text-grey);
    word-break: break-word;
    font-size: 14px;
}
.flyer-template-orange-5 .title-orange-wrap {
    display: flex;
    gap: 8px;
}

.flyer-template-orange-5.flyer-orange-theme .footer-preview {
    background: #ff6c02 !important;
    color: white;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
}

/* Orange Template 11 */
.flyer-template-orange-11 .title-wrap {
    color: var(--flyer-orange-main-color);
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;
    position: relative;
    z-index: 1;
}
.flyer-template-orange-11 .content-image-1 {
    width: 100%;
    margin-bottom: 8px;
    height: 400px;
    position: relative;
}
.flyer-template-orange-11 .content-image-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flyer-template-orange-11 .content-agent {
    padding: 20px 20px 0 20px;
    background: #006fac;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    width: 100%;
    color: white;
    margin-bottom: 8px;
    position: relative;
}
.flyer-template-orange-11 .content2-logo {
    position: absolute;
    right: 16px;
    height: 200px;
}
.flyer-template-orange-11 .content-agent img{
    width: 200px;
    height: auto;
    object-fit: contain;
}
.flyer-template-orange-11 .agent-info {
    width: 230px;
}
.flyer-template-orange-11 .agent-name {
    font-weight: 600;
    font-size: 20px;
    color: var(--flyer-orange-main-color);
}
.flyer-template-orange-11 .line-height-4 {
    line-height: 20px;
}
.flyer-template-orange-11 .info-title {
    color: var(--flyer-main-color);
}
.flyer-template-orange-11 .info-text {
    color: var(--flyer-orange-main-color);
    word-break: break-word;
}
.flyer-template-orange-11 .content-image-2 {
    display: flex;
    gap: 4px;
    height: 300px;
    width: 100%;
    margin-bottom: 16px;
}
.flyer-template-orange-11 .address-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--flyer-orange-main-color);
    font-size: 20px;
    padding: 10px 0;
}
.flyer-template-orange-11 .image-feature-1 {
    width: 100%;
    overflow: hidden;
}
.flyer-template-orange-11 .image-feature-1 img {
    transform: scale(1.15);
}
.flyer-template-orange-11 .image-feature {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.flyer-template-orange-11 .image-feature-2 {
    width: 100%;
    height: 100%;
}
.flyer-template-orange-11 .content-flyer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: calc(100% - 230px);
}
.flyer-template-orange-11 .listing-remark {
    text-align: justify;
    color: black;
    flex: 1;
    height: 120px;
    overflow-y: auto;
    scrollbar-width: none;
}
.flyer-template-orange-11 .content-left {
    height: 250px;
}
.flyer-template-orange-11 .listing-address {
    color: #2359ad;
    font-size: 24px;
    font-weight: 500;
}
.flyer-template-orange-11 .listing-info {
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}
.flyer-template-orange-11 .listing-info-left {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}
.flyer-template-orange-11 .listing-info-right {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}
.flyer-template-orange-11 .footer-preview {
    background: var(--flyer-bg-footer) !important;
    color: white;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
}
.flyer-template-orange-11 .agent-and-content {
    display: flex;
    gap: 8px;
    width: 100%;
    margin-bottom: 8px;
    height: calc(100% - 34px - 408px - 108px - 22px);
}
.flyer-template-orange-11 .logo-wrap {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
}
.flyer-template-orange-11 .logo-wrap2 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.flyer-template-orange-11 .logo-wrap1 {
    padding-bottom: 20px;
}
.flyer-template-orange-11 .content-image-after-listing {
    height: calc(100% - 258px);
}
.flyer-template-orange-11 .agent-avatar-orange {
    height: 300px;
    object-fit: cover;
    width: 100%;
}
.flyer-template-orange-11 .agent-info-listing {
    background: #d6d6d6;
    padding: 10px;
    margin-top: 8px;
    height: calc(100% - 258px);
}
.flyer-template-orange-11 li {
    color: var(--flyer-orange-main-color);
}
.flyer-template-orange-11 ul {
    margin: 0;
    list-style: inside;
}
.flyer-template-orange-11 li {
    margin-bottom: 0 !important;
    font-size: 14px;
    padding: 0 !important;
}
.flyer-template-orange-11 .a4-page2 .content-image {
    display: flex;
    gap: 8px;
    height: calc(100% - 14px);
}
.flyer-template-orange-11 .a4-page2 .content-image .content-image-left {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    height: 100%;
}
.flyer-template-orange-11 .a4-page2 .content-image .content-image-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    height: 100%;
}
.flyer-template-orange-11 .a4-page2 .flyer-image-container {

}

.flyer-template-orange-11.flyer-orange-theme .title,
.flyer-template-orange-11.flyer-orange-theme .info-title,
.flyer-template-orange-11.flyer-orange-theme .listing-address {
    color: var(--flyer-orange-main-color) !important;
}
.flyer-template-orange-11.flyer-orange-theme .content-agent,
.flyer-template-orange-11.flyer-orange-theme .footer-preview {
    background: #ff6c02 !important;
}

/* Orange Info Page */
.orange-info-page .logo-wrap {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.orange-info-page .logo-wrap img {
    height: 60px;
}
.orange-info-page .content-image1 {
    width: 100%;
    height: 250px;
}
.orange-info-page .flyer-image-container {
    width: 100%;
    height: 100%;
}
.orange-info-page .listing-remark {
    padding: 16px 0;
    scrollbar-width: none;
    height: calc(100% - 70px - 250px - 150px);
}
.orange-info-page .content-agent {
    display: flex;
    width: 100%;
    height: 150px;
    gap: 8px;
    overflow: hidden;
    align-items: flex-end;
}
.orange-info-page .agent-avatar {
    width: 200px;
    background-position: center;
    background-size: cover;
    height: 100%;
}
.orange-info-page .agent-info {
    flex: 1;
    height: 100%;
    position: relative;
    max-width: 230px;
}
.orange-info-page .agent-name {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--flyer-orange-main-color);
    padding-top: 10px;
}
.orange-info-page .agent-more-info {
    position: relative;
    width: 100%;
    font-size: 14px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.orange-info-page .content1-logo-2 {
    flex: 1;
    position: relative;
}
.orange-info-page .site-text {
    font-size: 18px;
    bottom: 10px;
}

/* Orange Back Option 4 */
.flyer-orange-back-option-4 .container-flyer {
    display: flex;
    gap: 16px;
}
.flyer-orange-back-option-4 .content-left {
    width: 55%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.flyer-orange-back-option-4 .content-left .flyer-image-container {
    width: 100%;
    flex: 1;
}
.flyer-orange-back-option-4 .content-right {
    width: calc(45% - 16px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.flyer-orange-back-option-4 .listing-info-1 {
    background: #ebebeb;
    padding: 16px;
    height: 300px;
}
.flyer-orange-back-option-4 .title-1 {
    font-weight: 700;
    color: var(--flyer-main-color);
}
.flyer-orange-back-option-4 .image-feature-4 {
    height: 250px;
}
.flyer-orange-back-option-4 .image-feature-5 {
    height: calc(100% - 316px - 267px);
}
.flyer-orange-back-option-4 .info-text {
    color: black;
}
.flyer-orange-back-option-4.flyer-orange-theme .title-1 {
    color: var(--flyer-orange-main-color) !important;
}
.flyer-orange-back-option-4 ul {
    margin: 0;
    list-style: inside;
}
.flyer-orange-back-option-4 li {
    color: var(--flyer-orange-main-color);
    margin-bottom: 0 !important;
    font-size: 14px;
    padding: 0 !important;
}
.flyer-orange-back-option-4 .line-height-4 {
    line-height: 30px;
}