/* Sprint 2.7.31: align foreign-profile sticky rails with My space. */
@media (min-width: 1101px) {
    .cs2724-foreign-profile .cs2726-foreign-left,
    .cs2724-foreign-profile .cs2726-foreign-right {
        position: sticky !important;
        top: 12px !important;
        align-self: start !important;
        max-height: none !important;
        overflow: visible !important;
    }
}

/* Reuse the same action component as site/rinconFotos in the marked area. */
.cs2727-near__hero { position: relative; }
.cs2731-near-actions {
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 2;
}
.cs2731-near-actions + .cs2727-near__stats {
    padding-top: 48px;
}
@media (max-width: 1120px) {
    .cs2731-near-actions {
        top: 24px;
        right: 24px;
    }
    .cs2727-near__hero > div:first-child {
        padding-right: 190px;
    }
    .cs2731-near-actions + .cs2727-near__stats {
        padding-top: 0;
    }
}
@media (max-width: 700px) {
    .cs2731-near-actions {
        position: static;
        justify-content: flex-start;
        width: 100%;
    }
    .cs2727-near__hero > div:first-child { padding-right: 0; }
    .cs2731-near-actions a { width: auto; flex: 0 0 auto; }
}
