.tile_box {
    display         : flex;
    flex-direction  : column;
    justify-content : space-between;
    height          : calc(100% - 10px);
}

.tile_box .title {
    font-weight : bold;
    font-size   : 16px;
}

.tile_box .type_price {
    margin : 15px auto;
}

.tile_box .icons {
    font-size : 20px;
}

.tile_box .icons i {
    margin : 0 5px;
}

.tile_box .icons i:hover {
    cursor    : pointer;
    transform : scale(1.2);
}

.tile_box .message {
    display         : flex;
    flex-direction  : row;
    flex-wrap       : nowrap;
    justify-content : space-between;
    margin-top      : 10px;
}

.tile_box .message button {
    width : 49%;
}

.tile_box .description {
    background : #F9F6EE;
    bottom     : 0;
    display    : none;
    left       : 0;
    overflow   : auto;
    position   : absolute;
    right      : 0;
    top        : 0;
}