/**
 * Copyright since 2007 Pliciweb Solutions
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.md.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/OSL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 *
 * @author    Pliciweb Solutions <contact@pliciweb.com>
 * @copyright Since 2007 Pliciweb Solutions
 * @license   https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
 */
#plicilinkmodeltocms  {
    /* background-color: #; */
    border-radius: 8px;
    color: #05095F;
    padding: 0.5rem 1rem;
    /* margin-bottom: 35px; */
    justify-content: flex-start;
    gap: 15px;
}

#plicilinkmodeltocms,
#plicilinkmodeltocms .information,
#plicilinkmodeltocms .actions {
    align-items: center;
    display: flex;
    flex-direction: row;
}



#plicilinkmodeltocms .title {
    color: #05095F;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}


#plicilinkmodeltocms .explodedView {
    /* margin-left: 6rem; */
    white-space: nowrap;
}

#plicilinkmodeltocms .explodedView .btn {
    font-size: 1.15rem;
}


@media (max-width: 576px) {
    #plicilinkmodeltocms,
    #plicilinkmodeltocms .information,
    #plicilinkmodeltocms .actions {
        align-items: center;
        flex-direction: column;
    }
    #plicilinkmodeltocms .logo {
        display: none;
    }
    #plicilinkmodeltocms .explodedView {
        margin-left: 0;
    }
    #plicilinkmodeltocms .resetLink {
        padding: 1rem 0;
    }
}