.quote-container {
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 40px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px 0 #d9d9d9;
    box-shadow: 0 1px 3px 0 #d9d9d9;
    overflow: hidden;
    position: relative;
    height: auto;
}.quote-image {
    width: 100%;height: auto;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}.quote-image img{
height:100%;max-width: 100%;
display:block;box-sizing: border-box;
}p.quote-text {
    position: relative;
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
    padding: 10px;
    line-height: 24px;
	white-space: pre-wrap;
    line-height: 1.5;
    font-size: 16px;
}.quote-share-buttons {
        background-color: #fafafa;
    width: 100%;
    border-top: 1px solid #f3f3f3;
    padding: 6px 15px;
    display: flex;
    place-items: center;
    justify-content: space-between;
}.quote-share-button {
    display: flex;
    width: 50%;
    margin: auto;
    position: relative;
    flex: 100%;
    justify-content: left;
    user-select: none;
}.quote-share-button a{
margin-right: 4px;
    line-height: 35px;
    position: relative;
    display: inline-grid;
    place-items: center;
    text-decoration: none!important;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    font-weight: 700;
    width: 35px;
    height: 35px;
    color: #fff!important;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    cursor: pointer;
}.icon_facebook{background: #4267b2;
    border: 1px solid #4267b2;}
.icon_twitter{background: #00abf0;
    border-color: #00abf0;}
.icon_whatsapp{background: #5cbe4a;
    border-color: #5cbe4a;}
.icon_pinterest{background: #e33538;
    border-color: #e33538;}
	.quote-actions {
   display: flex;
    place-items: center;
    flex: 100%;gap: 0.5em;
    justify-content: right;
    width: 50%;
    text-align: center;
    position: relative;
}.quote-actions a{border: 1px solid #dedede;
    background: #f2f2f2;text-decoration:none!important;
    overflow: hidden;
    text-align: center;
    color:#333;
    line-height: 35px;
    display: inline-block;
    vertical-align: middle;
    height: 35px;font-size: 16px;
    border-radius: 4px;}
	.at_download{width: 35px;}
	.at_copybtn{width: 100px;color:#222}
	.at_copybtn i{font-size: 16px;margin-right: 4px;}
    .quote-share-button a:hover, .quote-actions a:hover{
        cursor: pointer; color: inherit;text-decoration: none;        
    }
    .quote-share-button a:hover{
      opacity: 0.8;color:#fff;
}