.elementor-470 .elementor-element.elementor-element-0f4ab4a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:150px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-470 .elementor-element.elementor-element-aa97592{background-color:var( --e-global-color-ae01af7 );border-radius:20px 20px 0px 0px;text-align:center;}.elementor-470 .elementor-element.elementor-element-aa97592 .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:28px;font-weight:700;text-transform:uppercase;text-shadow:0px 0px 10px #000000;color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-eb38f1b *//* Container Design */
.pp-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 900px;
    margin: 40px auto;
    padding: 40px;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* Headings Design */
.pp-container h1 {
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 20px;
    color: #2c3e50;
    border-bottom: 3px solid #6cbf6c; /* Shake Shack Green Accent */
    padding-bottom: 15px;
}

.pp-container h2 {
    font-size: 1.8em;
    margin-top: 35px;
    margin-bottom: 15px;
    color: #2c3e50;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.pp-container h3 {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #444;
    font-weight: 600;
}

.pp-container h4 {
    font-size: 1.1em;
    margin-top: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}

/* Text and Lists */
.pp-container p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #4a4a4a;
}

.pp-container ul {
    margin-bottom: 15px;
    padding-left: 20px;
}

.pp-container li {
    margin-bottom: 10px;
    list-style-type: disc;
}

/* Bold Text & Links */
.pp-container strong {
    color: #000;
    font-weight: 700;
}

.pp-container a {
    color: #6cbf6c;
    text-decoration: none;
    font-weight: 600;
}

.pp-container a:hover {
    text-decoration: underline;
    color: #4da84d;
}

/* Last Updated Date */
.pp-container .last-updated {
    text-align: center;
    font-style: italic;
    color: #777;
    margin-top: -10px;
    margin-bottom: 30px;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
    .pp-container {
        padding: 20px;
        margin: 10px;
    }
    .pp-container h1 {
        font-size: 2em;
    }
    .pp-container h2 {
        font-size: 1.5em;
    }
}/* End custom CSS */