.elementor-11891 .elementor-element.elementor-element-41fc7adb{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-11891 .elementor-element.elementor-element-41fc7adb:not(.elementor-motion-effects-element-type-background), .elementor-11891 .elementor-element.elementor-element-41fc7adb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-11891 .elementor-element.elementor-element-36b8a43e .elementor-icon-wrapper{text-align:right;}.elementor-11891 .elementor-element.elementor-element-36b8a43e.elementor-view-stacked .elementor-icon{background-color:#FFFFFF;}.elementor-11891 .elementor-element.elementor-element-36b8a43e.elementor-view-framed .elementor-icon, .elementor-11891 .elementor-element.elementor-element-36b8a43e.elementor-view-default .elementor-icon{color:#FFFFFF;border-color:#FFFFFF;}.elementor-11891 .elementor-element.elementor-element-36b8a43e.elementor-view-framed .elementor-icon, .elementor-11891 .elementor-element.elementor-element-36b8a43e.elementor-view-default .elementor-icon svg{fill:#FFFFFF;}.elementor-11891 .elementor-element.elementor-element-36b8a43e.elementor-view-stacked .elementor-icon:hover{background-color:#000000;}.elementor-11891 .elementor-element.elementor-element-36b8a43e.elementor-view-framed .elementor-icon:hover, .elementor-11891 .elementor-element.elementor-element-36b8a43e.elementor-view-default .elementor-icon:hover{color:#000000;border-color:#000000;}.elementor-11891 .elementor-element.elementor-element-36b8a43e.elementor-view-framed .elementor-icon:hover, .elementor-11891 .elementor-element.elementor-element-36b8a43e.elementor-view-default .elementor-icon:hover svg{fill:#000000;}.elementor-11891 .elementor-element.elementor-element-36b8a43e .elementor-icon{font-size:24px;}.elementor-11891 .elementor-element.elementor-element-36b8a43e .elementor-icon svg{height:24px;}#elementor-popup-modal-11891 .dialog-widget-content{animation-duration:1.2s;}#elementor-popup-modal-11891{background-color:rgba(0, 0, 0, 0.6);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-11891 .dialog-message{width:845px;height:auto;}@media(min-width:768px){.elementor-11891 .elementor-element.elementor-element-41fc7adb{--content-width:845px;}}@media(max-width:1024px){#elementor-popup-modal-11891 .dialog-message{width:555px;}}@media(max-width:767px){#elementor-popup-modal-11891 .dialog-message{width:325px;}}/* Start custom CSS */.popye-container {
    background-color: #fff;
    border: 10px solid #e9b11e; /* Gold border from mockup */
    max-width: 900px;
    width: 100%;
    display: flex;
    flex-direction: row; /* Desktop Side-by-Side */
    overflow: hidden;
  }

  /* Content Section */
  .popye-content {
    flex: 1;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  /* Image Section */
  .popye-image-wrap {
    flex: 1;
    background-image: url('/wp-content/uploads/2025/12/year-end-donation-desktop.jpg'); /* Replace with your hosted URL */
    background-size: cover;
    background-position: center;
    min-height: 400px;
  }

  /* Typography */
  .popye-content h2 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;
	  line-height: 1.4;
  }

  .headline-main {
    font-size: 48px;
    font-weight: 800;
    color: #4a307d; /* Purple color */
    line-height: 1;
    margin: 15px 0;
  }

  .sub-headline {
    color: #f2a93b;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
  }
	.sub-headline span { color: #000000;}

  .description {
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    max-width: 320px;
  }

  .date-highlight {
    font-weight: bold;
    color: #4a307d;
    font-size: 24px;
    margin-top: 15px;
  }

  /* CTA Button */
  .cta-button {
    background-color: #f8901f; /* Orange from mockup */
    color: white;
    text-decoration: none;
    padding: 15px 50px 10px 50px;
    border-radius: 0px;
    margin-top: 20px;
    text-align: center;
    transition: background 0.3s;
  }

  .cta-button span {
    display: block;
    font-size: 16px;
    font-weight: bold;
	letter-spacing: 1px;
  }

  .cta-button strong {
    display: block;
    font-size: 26px;
    letter-spacing: 2px;
  }

  .cta-button:hover {
    background-color: #e08614;
  }
.close-it {position: absolute; right: 18px; top: 25px; z-index: 2;}
  /* Responsive Mobile View */
  @media (max-width: 768px) {
    .popye-container {
      flex-direction: column-reverse; /* Stacks image on top */
      max-width: 400px;
    }

    .popye-image-wrap {
      min-height: 250px;
	  background-position: top;
    }

    .headline-main {
      font-size: 40px;
    }

    .popye-content {
      padding: 30px 20px;
    }
	  .cta-button {padding: 15px 30px;}
	  .popye-container {border: 5px solid #e9b11e;}
  }/* End custom CSS */