@import "@wordpress/base-styles/breakpoints"; .plugin-details-sidebar__plugin-details-title { padding: 15px 0; display: none; color: var(--studio-gray-100); font-size: $font-body-small; @media screen and (max-width: 1040px) { display: block; } } .plugin-details-sidebar__plugin-details-content { margin-top: 30px; /* Extra 6px because of line-height and border */ border-style: solid none; border-width: 1px; border-color: #eee; border-bottom: none; border-top: 1px solid var(--studio-gray-5); @media (min-width: $break-small) { padding-top: 24px; } .title { color: var(--studio-gray-60); font-size: $font-body-extra-small; } .value { color: var(--studio-gray-90); font-size: $font-body-small; &.plugin-details-sidebar__active-installs-value { font-size: $font-body; } } .card { background: transparent; } @media screen and (max-width: 1040px) { display: flex; justify-content: space-between; flex-wrap: wrap; // Needed for paid plugin USPs. } @media (max-width: $break-small) { .plugin-details-sidebar__tested { margin-top: 12px; } } }