.givewp-welcome-banner-spotlight-container {
    box-sizing: border-box;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 300px;
    border-radius: 4px;
    border: solid 1px var(--givewp-blue-500);
    background-color: var(--givewp-blue-25);
    padding: var(--givewp-spacing-3);

    &__details {
        flex: 1;

        > h2 {
            font-size: 0.875rem;
            font-weight: bold;
            line-height: 1.4;
            text-align: left;
            margin: var(--givewp-spacing-4) 0 var(--givewp-spacing-2);
        }

        > p {
            font-size: 0.75rem;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.4;
            letter-spacing: normal;
            text-align: left;
            margin: 0;
        }
    }
}
