.hn-alert-section {
    background: #163269;
    padding: 20px 24px;
    font-family: Inter, Arial, sans-serif;
    color: #ffffff;
}

/* Layout row */
.hn-alert-section .admissions-row {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

/* Admissions Alert pill */
.hn-alert-section .admissions-alert {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.08);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    white-space: nowrap;
}

/* Live dot */
.hn-alert-section .live-dot {
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
}

.hn-alert-section .live-dot.animate {
    animation: hn-blink 1.2s infinite ease-in-out;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}

@keyframes hn-blink {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.3; transform: scale(1.4); }
    100% { opacity: 1; transform: scale(1); }
}

/* Messages wrapper */
.hn-alert-section .alert-messages {
    position: relative;
    height: 22px;
    overflow: hidden;
    min-width: 420px;
}

/* Messages */
.hn-alert-section .alert-messages .message {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    font-size: 14px;
    color: #e0e7ff;
    animation: hn-fadeSwitch 8s infinite;
}

/* Animation timing */
.hn-alert-section .alert-messages .msg-1 {
    animation-delay: 0s;
}

.hn-alert-section .alert-messages .msg-2 {
    animation-delay: 4s;
}

/* Fade switch animation */
@keyframes hn-fadeSwitch {
    0%   { opacity: 0; transform: translateY(6px); }
    10%  { opacity: 1; transform: translateY(0); }
    40%  { opacity: 1; }
    50%  { opacity: 0; transform: translateY(-6px); }
    100% { opacity: 0; }
}
.hn-alert-section span {
    display: inline-block;
}
.hn-alert-section br,.welcome_to_ipe-right br {
    display: none;
}
.ipe-home-alert-section {
	height: 5rem;
	padding : 0px !important;
}
.ipe-home-alert-section br {
display : none;
}
.ipe-home-alert-section .gdlr-core-pbf-wrapper-container {
padding: 0px !important;
    margin: 0rem 1rem !important;
}
/* Wrapper – align right */
.hn-action-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    margin-top: 16px;
}

/* Base Button */
.hn-action-buttons .hn-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    border-left: 1px solid;
    transition: all 0.25s ease;
    white-space: nowrap;
}

/* Icons */
.hn-action-buttons .hn-icon {
    font-size: 16px;
    line-height: 1;
}

/* Prospectus Button */
.hn-action-buttons .hn-prospectus {
    border-left-color: #e6e6e6; /* academic gold */
}
.ipe-home-alert-section .gdlr-core-container {
max-width: none !important;
}
/* Important Dates Button */
.hn-action-buttons .hn-dates {
    border-left-color: #e6e6e6; /* academic blue */
}

/* Hover Effect */
.hn-action-buttons .hn-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.ipe-home-imp-links .gdlr-core-column-15 {
    float: left;
    width: 24.5%;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px;
    border-radius: 3rem;
    margin: 4px;
    border: 1px solid #333;
    border-radius: 1rem;
    padding: 14px 18px;
    background: #ffffff;
    box-shadow: 0 4px 12px e6e6e6, 0 1px 3px rgba(229, 82, 27, 0.15);
    transition: all 0.3s ease;
    background-color: white;
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 6px rgba(51, 51, 51, 0.25);
    border-radius: 8px;
}


.ipe-home-imp-links .gdlr-core-container ,.management-programs-v2 .gdlr-core-container {

    max-width: none !important;
    padding-right: 0px !important;
    padding: 1rem 0rem;
}
.ipe-home-app-right {
    background-color: white;
    border-radius: 0rem 2rem 2rem 0rem;
    padding: 3rem 3rem 0rem 3rem !important;
    height: auto !important;
}
}
.ipe-home-app-left .gdlr-core-pbf-background-wrap {
border-radius: 2rem 0rem 0rem 2rem;
}
.welcome_to_ipe-left h1 {
font-size: 3rem;
    font-weight: sembold;
    letter-spacing: 0px;
    text-transform: none;
    color: #e5521b;
    border-right: 1px solid White;
}
.ipe-home-app-right
.welcome_to_ipe-left .gdlr-core-pbf-column-content {
    padding: 5rem 0rem !important;
    font-size: 3rem;;
}
.management-programs-v2 .gdlr-core-column-20 {
    float: left;
    width: 31.5%;
    background-color: #d0d6e1;
    margin: 1rem;
    padding: 1rem;
    border-radius: 1rem;
}
.management-programs-v2 #transform-career h3 {
    padding: 0px !important;
    font-size: 1.5rem !important;
    margin-right: 4rem;
}
