.myrle-cards-row-12672726 {
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 100%;
    max-width: 1100px;
    margin: -60px auto 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 10;
    position: relative;
}

.myrle-card-12672726 {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    background-color: #F4F1EC;
    border: 1px solid rgba(96, 101, 124, 0.15);
    border-radius: 4px;
    text-decoration: none;
    padding: 24px;
    box-sizing: border-box;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.myrle-card-12672726:hover {
    background-color: #EDE8E2;
    border-color: rgba(96, 101, 124, 0.3);
    transform: translateY(-2px);
}

.myrle-card-content-12672726 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.myrle-card-title-12672726 {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    font-weight: 500;
    color: #60657C;
}

.myrle-card-arrow-12672726 {
    display: inline-flex;
    align-items: center;
    color: #60657C;
    transition: transform 0.2s ease;
}

.myrle-card-12672726:hover .myrle-card-arrow-12672726 {
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .myrle-cards-row-12672726 {
        flex-direction: column;
        margin-top: -30px;
        gap: 12px;
    }
    .myrle-card-12672726 {
        min-height: 80px;
        padding: 16px;
    }
    .myrle-card-title-12672726 {
        font-size: 18px;
    }
}
