﻿
.home-fraud-alert {
    position: sticky;
    top: 0;
    width: 100vw;
    box-sizing: border-box;
    margin: -20px 0 20px calc(50% - 50vw);
    padding: 12px 0;
    background: #FEE4E2;
    color: #383838;
    z-index: 100;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}

.home-fraud-alert__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.home-fraud-alert__icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-top: 1px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23B91C1C'/%3E%3Cpath d='M12 6v6' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='12' cy='15.5' r='1.5' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
}

.home-fraud-alert__content {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    flex: 1 1 auto;
    min-width: 0;
    color: #383838;
}

.home-fraud-alert__title {
    font-weight: 600;
}

.home-fraud-alert__link {
    color: #383838;
    font-weight: 600;
    text-decoration: underline;
    white-space: nowrap;
}

.home-fraud-alert__link:hover,
.home-fraud-alert__link:focus {
    color: #000;
}
