/* Custom Styles for Sluchaj Tu Website */

/* --- Instagram Embed Styles --- */
/* These styles replace the inline CSS in the Instagram embed fallback code */

.ig-embed-blockquote {
    background: #FFF;
    border: 0;
    border-radius: 3px;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.5), 0 1px 10px 0 rgba(0,0,0,0.15);
    margin: 1px;
    max-width: 540px;
    min-width: 326px;
    padding: 0;
    width: 99.375%;
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
}

.ig-embed-padding {
    padding: 16px;
}

.ig-embed-link {
    background: #FFFFFF;
    line-height: 0;
    padding: 0 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
}

.ig-flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ig-profile-pic-placeholder {
    background-color: #F4F4F4;
    border-radius: 50%;
    flex-grow: 0;
    height: 40px;
    margin-right: 14px;
    width: 40px;
}

.ig-flex-col-center {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.ig-text-placeholder-short {
    background-color: #F4F4F4;
    border-radius: 4px;
    flex-grow: 0;
    height: 14px;
    margin-bottom: 6px;
    width: 100px;
}

.ig-text-placeholder-shorter {
    background-color: #F4F4F4;
    border-radius: 4px;
    flex-grow: 0;
    height: 14px;
    width: 60px;
}

.ig-spacer-19 {
    padding: 19% 0;
}

.ig-icon-container {
    display: block;
    height: 50px;
    margin: 0 auto 12px;
    width: 50px;
}

.ig-view-on-text-container {
    padding-top: 8px;
}

.ig-view-on-text {
    color: #3897f0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 550;
    line-height: 18px;
}

.ig-spacer-12 {
    padding: 12.5% 0;
}

.ig-shape-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 14px;
    align-items: center;
}

/* Shapes - Simplified */
.ig-shape-placeholder {
    background-color: #F4F4F4;
    border-radius: 4px;
    height: 12px;
    width: 100%;
}


.ig-text-block-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin-bottom: 24px;
}

.ig-text-block-long {
    background-color: #F4F4F4;
    border-radius: 4px;
    flex-grow: 0;
    height: 14px;
    margin-bottom: 6px;
    width: 224px;
}

.ig-text-block-medium {
    background-color: #F4F4F4;
    border-radius: 4px;
    flex-grow: 0;
    height: 14px;
    width: 144px;
}

.ig-caption-container {
    color: #c9c8cd;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 8px;
    overflow: hidden;
    padding: 8px 0 7px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ig-caption-link {
    color: #c9c8cd;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 17px;
    text-decoration: none;
}
