.r9d26e3-1de887 {
    margin: 32px 0;
}

.d9d26e3-8789f7 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.j9d26e3-68be6a {
    display: grid;
    align-items: center;
    border-bottom: 1px solid #ededed;
    border-radius: 5px;
    background-color: #ecf0f1;
    grid-template-areas: 'logo info title actions';
    grid-template-columns: 168px 276px auto 360px;
    grid-template-rows: 1fr;
    position: relative;
}

.j9d26e3-68be6a.v9d26e3-e06a96 {
    display: none;
}

.j9d26e3-594fc7 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 800;
    font-style: normal;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    color: #fff;
    border-radius: 6px;
    background-color: #d63031;
}

.g9d26e3-c4b357 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 168px;
    border-radius: 5px;
    grid-area: logo;
}

.g9d26e3-c4b357 img {
    width: 168px;
    height: 168px;
    border-radius: inherit;
    object-fit: contain;
}

.q9d26e3-837210 {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px 20px 20px 0;
    text-align: center;
    gap: 8px;
    grid-area: info;
}

.u9d26e3-43d2b5 {
    font-family: Roboto, sans-serif;
    font-size: 21.3px;
    font-weight: 700;
    line-height: 17.6px;
    text-decoration: none;
    color: #151515;
}

.b9d26e3-3a48b2 {
    display: flex;
    align-items: center;
    height: 28px;
    padding: 8px 15px;
    border-radius: 14px;
    background-color: #fff;
}

.b9d26e3-3a48b2 img {
    height: 14px;
}

.c9d26e3-78aaf0 {
    font-family: Roboto, sans-serif;
    font-size: 28.43px;
    font-weight: 700;
    line-height: 35.5375px;
    padding: 20px;
    color: #111;
    grid-area: title;
}

.n9d26e3-630965 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    background-color: #dfe6e9;
    grid-area: actions;
}

.k9d26e3-6520f3 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 35.5375px;
    width: 180px;
    margin-bottom: 5px;
    padding: 20px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #7f8c8d;
}

.k9d26e3-6520f3:hover {
    color: #7f8c8d;
}

.h9d26e3-96cb00 {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 60px;
    margin: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #d63031;
    box-shadow: 0 5px 15px 0 #d630318c;
}

.h9d26e3-96cb00:hover {
    text-decoration: unset;
    color: #fff;
}

@media (max-width: 991px) {
    .j9d26e3-68be6a {
        background-color: #dfe6e9;
        grid-template-areas:
            'logo info'
            'title title'
            'actions actions';
        grid-template-columns: 128px auto;
    }

    .g9d26e3-c4b357 {
        width: 98px;
        height: 98px;
        margin: 20px 20px 20px 10px;
    }

    .g9d26e3-c4b357 img {
        width: 98px;
        height: 98px;
    }

    .q9d26e3-837210 {
        align-items: unset;
        padding: 20px 10px 20px 0;
        text-align: unset;
        gap: 0;
    }

    .u9d26e3-43d2b5 {
        line-height: 23.4608px;
    }

    .b9d26e3-3a48b2 {
        padding: unset;
        border-radius: unset;
        background-color: unset;
    }

    .c9d26e3-78aaf0 {
        text-align: center;
        border-radius: 10px 10px 0 0;
        background-color: #ecf0f1;
        box-shadow: 0 -4px 3px #0000000a;
    }

    .n9d26e3-630965 {
        flex-direction: column;
        background-color: #ecf0f1;
    }

    .k9d26e3-6520f3 {
        order: 2;
        width: 100%;
        margin-bottom: 0;
    }

    .h9d26e3-96cb00 {
        order: 1;
        width: calc(100% - 40px);
        margin: 0;
    }
}
