.pseo-firma-hub {
margin: 1.5rem 0;
}
.pseo-firma-hub__list {
list-style: none;
margin: 0;
padding: 0;
display: grid;
gap: 1.25rem;
grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr));
}
.pseo-firma-hub__item {
margin: 0;
}
.pseo-firma-hub__card {
display: flex;
flex-direction: column;
height: 100%;
padding: 1.25rem 1.35rem;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 10px;
background: #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.pseo-firma-hub__card:hover {
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
border-color: rgba(0, 0, 0, 0.12);
}
.pseo-firma-hub__title {
margin: 0 0 0.5rem;
font-size: 1.15rem;
line-height: 1.3;
}
.pseo-firma-hub__title a {
text-decoration: none;
color: inherit;
}
.pseo-firma-hub__title a:hover {
text-decoration: underline;
}
.pseo-firma-hub__excerpt {
margin: 0;
font-size: 0.95rem;
line-height: 1.55;
color: #444;
flex: 1 1 auto;
}
.pseo-firma-hub__actions {
margin-top: auto;
padding-top: 0.85rem;
}
.pseo-firma-hub__more {
display: inline-flex;
align-items: center;
padding: 0.45rem 0.95rem;
font-size: 0.9rem;
font-weight: 600;
text-decoration: none;
border-radius: 7px;
background: #2271b1;
color: #fff !important;
transition: background 0.2s ease;
}
.pseo-firma-hub__more:hover,
.pseo-firma-hub__more:focus {
background: #135e96;
color: #fff !important;
text-decoration: none;
} .pseo-firma-strip {
margin: 1.5rem 0;
}
.pseo-firma-strip__list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 0.75rem;
}
.pseo-firma-strip__item {
margin: 0;
}
.pseo-firma-strip__row {
display: grid;
grid-template-columns: minmax(11rem, 20%) minmax(0, 1fr) auto;
gap: 1rem 1.35rem;
align-items: center;
padding: 1rem 1.2rem;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 10px;
background: #fff;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.pseo-firma-strip__row:hover {
border-color: rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.pseo-firma-strip__title {
margin: 0;
font-size: 1.05rem;
line-height: 1.35;
}
.pseo-firma-strip__title a {
text-decoration: none;
color: inherit;
}
.pseo-firma-strip__title a:hover {
text-decoration: underline;
}
.pseo-firma-strip__excerpt {
margin: 0;
font-size: 0.95rem;
line-height: 1.55;
color: #444;
}
.pseo-firma-strip__excerpt--empty {
min-height: 1.2em;
}
.pseo-firma-strip__col--body {
min-width: 0;
}
.pseo-firma-strip__col--cta {
flex-shrink: 0;
}
.pseo-firma-strip__cta {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0.5rem 1.1rem;
font-size: 0.9rem;
font-weight: 600;
text-decoration: none;
white-space: nowrap;
border-radius: 7px;
background: #2271b1;
color: #fff !important;
transition: background 0.2s ease;
}
.pseo-firma-strip__cta:hover,
.pseo-firma-strip__cta:focus {
background: #135e96;
color: #fff !important;
text-decoration: none;
}
@media (max-width: 640px) {
.pseo-firma-strip__row {
grid-template-columns: 1fr;
align-items: start;
gap: 0.75rem;
}
.pseo-firma-strip__col--cta {
justify-self: start;
}
} .pseo-firma-child-index {
margin: 2.5rem 0 1rem;
padding-top: 2rem;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.pseo-firma-child-index__heading {
margin: 0 0 1.25rem;
font-size: 1.35rem;
line-height: 1.3;
}
.pseo-firma-child-index__list {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 1rem;
}
.pseo-firma-child-index__item {
margin: 0;
}
.pseo-firma-child-index__card {
padding: 1.1rem 1.25rem;
border: 1px solid rgba(0, 0, 0, 0.08);
border-radius: 10px;
background: #fafafa;
transition: border-color 0.2s ease, background 0.2s ease;
}
.pseo-firma-child-index__card:hover {
border-color: rgba(0, 0, 0, 0.14);
background: #fff;
}
.pseo-firma-child-index__title {
margin: 0 0 0.45rem;
font-size: 1.08rem;
line-height: 1.35;
}
.pseo-firma-child-index__title a {
text-decoration: none;
color: inherit;
}
.pseo-firma-child-index__title a:hover {
text-decoration: underline;
}
.pseo-firma-child-index__excerpt {
margin: 0 0 0.75rem;
font-size: 0.95rem;
line-height: 1.6;
color: #444;
}
.pseo-firma-child-index__more {
display: inline-flex;
align-items: center;
padding: 0.45rem 0.95rem;
font-size: 0.9rem;
font-weight: 600;
text-decoration: none;
border-radius: 7px;
background: #2271b1;
color: #fff !important;
transition: background 0.2s ease;
}
.pseo-firma-child-index__more:hover,
.pseo-firma-child-index__more:focus {
background: #135e96;
color: #fff !important;
text-decoration: none;
}
@media (prefers-color-scheme: dark) {
.pseo-firma-hub__card {
background: #1e1e1e;
border-color: rgba(255, 255, 255, 0.12);
}
.pseo-firma-hub__excerpt {
color: #c8c8c8;
}
.pseo-firma-hub__more {
background: #3582c4;
}
.pseo-firma-hub__more:hover,
.pseo-firma-hub__more:focus {
background: #2271b1;
}
.pseo-firma-child-index {
border-top-color: rgba(255, 255, 255, 0.12);
}
.pseo-firma-child-index__card {
background: #252525;
border-color: rgba(255, 255, 255, 0.1);
}
.pseo-firma-child-index__card:hover {
background: #2a2a2a;
}
.pseo-firma-child-index__excerpt {
color: #c8c8c8;
}
.pseo-firma-strip__row {
background: #1e1e1e;
border-color: rgba(255, 255, 255, 0.1);
}
.pseo-firma-strip__row:hover {
border-color: rgba(255, 255, 255, 0.16);
}
.pseo-firma-strip__excerpt {
color: #c8c8c8;
}
.pseo-firma-strip__cta {
background: #3582c4;
}
.pseo-firma-strip__cta:hover,
.pseo-firma-strip__cta:focus {
background: #2271b1;
}
}body.single-pseo_firma .pseo-sidebar-recent-wrap,
.pseo-sidebar-recent-wrap {
margin: 0;
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
word-break: normal !important;
overflow-wrap: break-word !important;
word-wrap: break-word !important;
hyphens: manual !important;
-webkit-hyphens: manual !important;
}
.pseo-sidebar-recent {
margin: 0;
padding: 0;
list-style: none;
}
.pseo-sidebar-recent__title {
margin: 0 0 1rem;
padding-bottom: 0.65rem;
font-size: 0.95rem;
font-weight: 700;
letter-spacing: 0.02em;
text-transform: uppercase;
color: rgba( 0, 0, 0, 0.55 );
border-bottom: 2px solid rgba( 0, 0, 0, 0.08 );
}
.pseo-sidebar-recent__item {
margin: 0 0 0.85rem;
padding: 0;
list-style: none;
}
.pseo-sidebar-recent__item:last-child {
margin-bottom: 0;
}
body.single-pseo_firma .pseo-sidebar-recent__card,
.pseo-sidebar-recent__card {
margin: 0;
min-width: 0;
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
padding: 1rem 1.1rem;
border-radius: 10px;
border: 1px solid rgba( 0, 0, 0, 0.08 );
background: linear-gradient( 145deg, rgba( 255, 255, 255, 0.95 ), rgba( 248, 249, 251, 0.98 ) );
box-shadow: 0 2px 8px rgba( 0, 0, 0, 0.04 );
transition: border-color 0.2s ease, box-shadow 0.2s ease;
word-break: normal !important;
overflow-wrap: break-word !important;
}
.pseo-sidebar-recent__card:hover,
.pseo-sidebar-recent__card:focus-within {
border-color: rgba( 0, 0, 0, 0.14 );
box-shadow: 0 6px 20px rgba( 0, 0, 0, 0.08 );
}
body.single-pseo_firma .pseo-sidebar-recent__link,
.pseo-sidebar-recent__link {
display: block;
margin: 0;
font-size: 1rem;
font-weight: 600;
line-height: 1.4;
color: inherit;
text-decoration: none;
word-break: normal !important;
overflow-wrap: break-word !important;
}
.pseo-sidebar-recent__link:hover {
text-decoration: underline;
text-underline-offset: 3px;
}
.pseo-sidebar-recent__card-meta {
margin-top: 0.55rem;
}
.pseo-sidebar-recent__meta {
display: block;
font-size: 0.78rem;
font-weight: 500;
letter-spacing: 0.03em;
text-transform: uppercase;
color: rgba( 0, 0, 0, 0.45 );
padding-left: 0.65rem;
border-left: 3px solid rgba( 0, 0, 0, 0.16 );
line-height: 1.35;
}
.pseo-sidebar-recent__meta::before {
content: none;
}
.pseo-sidebar-recent__card-excerpt {
margin-top: 0.65rem;
padding-top: 0.65rem;
border-top: 1px dashed rgba( 0, 0, 0, 0.1 );
}
body.single-pseo_firma .pseo-sidebar-recent__excerpt,
.pseo-sidebar-recent__excerpt {
display: block;
font-size: 0.88rem;
line-height: 1.55;
color: rgba( 0, 0, 0, 0.65 );
word-break: normal !important;
overflow-wrap: break-word !important;
white-space: normal !important;
}
@media (prefers-color-scheme: dark) {
.pseo-sidebar-recent__title {
color: rgba( 255, 255, 255, 0.55 );
border-bottom-color: rgba( 255, 255, 255, 0.1 );
}
.pseo-sidebar-recent__card {
background: linear-gradient( 145deg, rgba( 40, 42, 48, 0.95 ), rgba( 28, 30, 35, 0.98 ) );
border-color: rgba( 255, 255, 255, 0.1 );
box-shadow: 0 2px 12px rgba( 0, 0, 0, 0.25 );
}
.pseo-sidebar-recent__card:hover,
.pseo-sidebar-recent__card:focus-within {
border-color: rgba( 255, 255, 255, 0.18 );
}
.pseo-sidebar-recent__meta {
color: rgba( 255, 255, 255, 0.45 );
border-left-color: rgba( 255, 255, 255, 0.28 );
}
.pseo-sidebar-recent__card-excerpt {
border-top-color: rgba( 255, 255, 255, 0.12 );
}
.pseo-sidebar-recent__excerpt {
color: rgba( 255, 255, 255, 0.72 );
}
}