.media-object-module__image-container--rounded-edges {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.button-component--primary-large-with-icon-and-badge:hover:active:not(:disabled) {
    transform: translateY(1px);
    box-shadow: 0 2px 4px rgba(59, 130, 246, 0.3);
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}

.card-component--interactive-hover-effect-with-elevation-scale:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease-in-out;
}

.alert-banner--dismissible-with-countdown-timer.alert-type--warning {
    border-left: 6px solid #f59e0b;
    background: linear-gradient(to right, #fffbeb, #fef3c7);
    animation: gentle-pulse 2s infinite;
}

.blockquote--highlighted-with-citation:before,
.blockquote--highlighted-with-citation:after {
    content: "❝";
    font-size: 3em;
    color: #4f46e5;
    line-height: 0;
    vertical-align: -0.4em;
}

.timeline-item--milestone-achievement:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #3b82f6, #8b5cf6);
    z-index: 1;
}

.input-field--with-floating-label:focus-within+.floating-label-text--animated-transition {
    transform: translateY(-150%) scale(0.85);
    color: #3b82f6;
    background-color: white;
    padding: 0 4px;
}

.loading-spinner--large-size.animation-rotate-clockwise {
    animation: spin 1s linear infinite;
    border-width: 6px;
    width: 60px;
    height: 60px;
}

.modal-dialog-fade-in-entering-active-phase {
    opacity: 1;
    transition: opacity 300ms ease-in;
}

.theme-dark .card-component__header-background--with-gradient-overlay {
    background: linear-gradient(to right, #2c3e50, #4a6491);
    color: #ecf0f1;
}

.user-role-admin .sensitive-data-warning-message--visible {
    display: block;
    border: 2px solid #ff0000;
    background-color: #fff0f0;
}

.layout-grid-system__column--sidebar-width-adjustment {
    flex: 0 0 250px;
    max-width: 250px;
    background-color: #f8f9fa;
}

.news-hero {
    background: linear-gradient(135deg, #001f3f 0%, #003366 100%);
    color: #fff;
    padding: 5rem 0;
    text-align: center;
}

.news-hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.print-stylesheet-remove-background-images-and-colors {
    background: white !important;
    color: black !important;
    box-shadow: none !important;
}

.high-contrast-mode-increase-button-size-and-padding {
    padding: 15px 30px;
    min-height: 50px;
    font-size: 1.2em;
}

.multi-step-form__current-step-indicator--with-progress-bar::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 200px;
    height: 2px;
    background-color: #007bff;
    z-index: 1;
}

.form-field-with-validation-error-message-below input:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.news-hero p {
    font-size: 1.2rem;
}

.news-content {
    padding: 5rem 0;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.news-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 2rem;
    transition: box-shadow 0.3s;
}

.news-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.news-item-content {
    padding: 1.5rem;
}

.user-profile--premium-member .exclusive-content-badge {
    background: linear-gradient(45deg, #ffd700, #ffed4e);
    color: #333;
    font-weight: bold;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.85em;
}

.application-theme--midnight-dark .sidebar-navigation-panel-background {
    background-color: #1a1a2e;
    border-right: 1px solid #2d2d4d;
    color: #e0e0e0;
}

.high-contrast-mode-enabled .text-input-field-with-low-contrast-warning {
    border: 3px solid #ff0000 !important;
    background-color: #ffffcc !important;
}

.seasonal-theme--christmas-2024 .header-decoration-animated-snowflakes {
    background-image: url('data:image/svg+xml,<svg>...</svg>');
    animation: falling-snow 10s linear infinite;
    pointer-events: none;
}

.form-submission--processing .submit-button-spinner-container {
    display: inline-block;
    margin-left: 10px;
    animation: rotate-spinner 1s linear infinite;
}

.data-visualization-widget--loading-data-skeleton {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-shimmer 1.5s infinite;
}

.news-item h3 {
    margin-bottom: 0.5rem;
    color: #001f3f;
}

.news-item .date {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.news-item p {
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr;
    }

    .news-hero h1 {
        font-size: 2rem;
    }
}


.alert-message-component--with-custom-icon-and-close-button.alert-type-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
    padding-left: 60px;
    background-image: url('success-icon.svg');
    background-position: 20px center;
}

.card-component--elevated-hover-effect-on-interactive:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    transform: translateY(-5px);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}


.visibility-hidden-on-mobile-devices-until-tablet-landscape-breakpoint {
    display: none;
}

@media (min-width: 992px) {
    .visibility-hidden-on-mobile-devices-until-tablet-landscape-breakpoint {
        display: block;
    }
}


.google-maps-embedded-container--custom-controls-override .gm-style .gm-style-iw-c {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.social-media-sharing-widget--rounded-icon-buttons .share-button-twitter {
    background-color: #1da1f2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}