.my-custom-element {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

.shorty-linky-container {
    background: #e9e8e4 url(../assets/img/lamp.png) no-repeat center right 16px;
    background-size: 64px;
    border-radius: 12px;
    padding: 32px 92px 32px 32px;
    text-decoration: none;
    display: block;
    text-align: right;
    opacity: 1;
    transition: all 0.3s;
    cursor: pointer;
    direction: rtl;
	margin-bottom: 16px;
}

.shorty-reservy-container:hover,
.shorty-linky-container:hover {
    opacity: 0.7;
}

.shorty-linky-container span {
    color: #0b66c4;
    font-weight: 700;
    margin-left: 8px;
}

.shorty-reservy-container {
    background: #dee8c5 url(../assets/img/hand.png) no-repeat center right 16px;
    background-size: 64px;
    border-radius: 12px;
    padding: 32px 92px 32px 32px;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: right;
    opacity: 1;
    transition: all 0.3s;
    cursor: pointer;
    direction: rtl;
	margin-bottom: 16px;
}

.shorty-reservy-container span {
    color: #0b66c4;
    font-weight: 700;
    margin: 0 8px;
}

.shorty-reservy-container i {
    font-style: normal;
    margin-right: auto;
    background: #3ea108;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    border-radius: 8px;
    box-shadow: 0 3px 9px 0px rgba(0,0,0,0.3);
}

.shorty-qouty-container {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#559e2e+0,0c6f6e+100 */
    background: linear-gradient(135deg,  #559e2e 0%,#0c6f6e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    border-radius: 12px;
    padding: 80px 32px 32px;
    text-align: justify;
    text-decoration: none;
    display: block;
    align-items: center;
    opacity: 1;
    transition: all 0.3s;
    cursor: pointer;
    direction: rtl;
    position: relative;
    width: 100%;
	margin-bottom: 16px;
}

.shorty-excerpty-container {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#559e2e+0,0c6f6e+100 */
    background: linear-gradient(135deg, #657ced 0%, #184485 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    border-radius: 12px;
    padding: 32px;
    text-align: justify;
    text-decoration: none;
    display: block;
    align-items: center;
    opacity: 1;
    transition: all 0.3s;
    direction: rtl;
    position: relative;
    width: 100%;
	margin-bottom: 16px;
}

.shorty-qouty-container::before {
    content: '';
    background: url(../assets/img/qoute.png) no-repeat center;
    background-size: contain;
    position: absolute;
    width: 48px;
    height: 48px;
    top: 24px;
    right: 32px;
}

.shorty-authory-container {
    background: #dfe0d4;
    color: #303030;
    border-radius: 12px;
    padding: 8px 36px;
    text-decoration: none;
    display: flex;
    align-items: center;
    text-align: right;
    opacity: 1;
    transition: all 0.3s;
    cursor: pointer;
    direction: rtl;
	margin-bottom: 16px;
}

.shorty-authory-container img {
    width: 110px;
}

.shorty-authory-txts {
    display: flex;
    align-items: center;
    margin-right: 16px;
}

.shorty-authory-highlight {
    margin: 0 8px 0 18px;
    font-size: 1.2em;
    color: #0b66c4;
    font-weight: bold;
    position: relative;
}

.shorty-authory-highlight::after {
    content: '';
    background: #303030;
    width: 2px;
    height: 18px;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media (max-width: 767px) {

    .shorty-reservy-container {
        padding: 10px 92px 10px 30px;
        flex-wrap: wrap;
    }

    .shorty-reservy-container i {
        margin: auto;
        margin-top: 12px;
    }

    .shorty-authory-txts {
        flex-wrap: wrap;
    }

    .shorty-authory-highlight {
        margin: 0;
    }

}