.angie-outlets-grid-e33eed16 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
}

.angie-outlet-card-e33eed16 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 16px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-color: #1a1a1a;
    min-height: 400px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.angie-outlet-card-e33eed16:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.angie-outlet-card-overlay-e33eed16 {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
    pointer-events: none;
}

.angie-outlet-card-content-e33eed16 {
    position: relative;
    z-index: 2;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.angie-outlet-badge-e33eed16 {
    align-self: flex-start;
    background-color: #a8832a;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.angie-outlet-title-e33eed16 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    font-family: serif; /* Default to a serif look as in design */
}

.angie-outlet-desc-e33eed16 {
    color: #e2e2e2;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.angie-outlet-action-e33eed16 {
    margin-top: 16px;
}

.angie-outlet-action-e33eed16 a {
    display: inline-block;
    background-color: #ffffff;
    color: #581816;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.angie-outlet-action-e33eed16 a:hover {
    background-color: #f0f0f0;
}
