j-icon-quicklinks

 

/* --- j-icon-quicklinks --- */

.j-icon-quicklinks .g-blockcontent {
border-bottom: none;
}

.j-icon-quicklinks .g-blockcontent-subcontent {
flex-wrap: nowrap;
align-items: stretch;
justify-content: center;
}

.j-icon-quicklinks .g-blockcontent-subcontent-block {
flex: 0 0 auto;
width: auto !important;
display: flex;
align-items: stretch;
position: relative;
}

.j-icon-quicklinks .g-blockcontent-subcontent-block:not(:last-child)::after {
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
height: 24px;
width: 1px;
background-color: rgb(var(--primary-color-rgb));
opacity: 0.6;
}

.j-icon-quicklinks .g-blockcontent-subcontent-block-content {
display: flex;
flex-direction: row;
align-items: center;
/* Responsive gap: min 0.5rem, ideal 0.8vw, max 1.25rem */
gap: clamp(0.5rem, 0.8vw, 1.25rem);
height: auto !important;
/* Responsive padding: min 0.6rem 1rem, ideal 1.5vw 3.5vw, max 1.5rem 5rem */
padding: clamp(0.75rem, 1.5vw, 1.5rem) clamp(1.25rem, 3.5vw, 5rem);
position: relative;
transition: background-color 0.2s ease;
}

.j-icon-quicklinks .g-blockcontent-subcontent-block-content:hover {
background-color: rgba(var(--secondary-color-rgb), 0.05);
}

/* Icon */
.j-icon-quicklinks .g-blockcontent-subcontent-title-icon {
display: inline-flex;
align-items: center;
margin-bottom: 0 !important;
color: rgb(var(--secondary-color-rgb));
font-size: 1.4rem;
line-height: 1;
}

.j-icon-quicklinks .g-blockcontent-subcontent-title-icon i {
color: rgb(var(--secondary-color-rgb));
font-size: 1.45rem;
line-height: 1;
margin-bottom: 0 !important;
}

/* Title */
.j-icon-quicklinks .g-blockcontent-subcontent-title {
display: none !important;
margin: 0 !important;
height: auto !important;
font-size: 1rem;
line-height: 1.3;
color: rgb(var(--primary-color-rgb));
}

.j-icon-quicklinks .g-blockcontent-subcontent-title-text {
font-size: 1rem;
font-weight: 700;
color: rgb(var(--primary-color-rgb));
line-height: 1.3;
}

/* Link paragraph */
.j-icon-quicklinks .g-blockcontent-buttons {
margin: 0 !important;
height: auto !important;
text-decoration: none !important;
font-size: 1.35rem;
line-height: 1.3;
}

.j-icon-quicklinks .g-blockcontent-buttons a {
display: inline;
color: rgb(var(--primary-color-rgb)) !important;
font-weight: 700;
font-size: 1.35rem;
text-decoration: none !important;
white-space: nowrap;
transition: color 0.2s ease, opacity 0.2s ease;
}

.j-icon-quicklinks .g-blockcontent-buttons a::after {
content: "";
position: absolute;
inset: 0;
z-index: 2;
}

.j-icon-quicklinks .g-blockcontent-buttons a:hover {
color: rgb(var(--secondary-color-rgb)) !important;
opacity: 0.85;
}

/* Mobile */
@media (max-width: 50.99rem) {
.j-icon-quicklinks .g-blockcontent-subcontent {
flex-wrap: wrap;
justify-content: flex-start;
}

.j-icon-quicklinks .g-blockcontent-subcontent-block {
flex: 0 0 50%;
}

.j-icon-quicklinks .g-blockcontent-subcontent-block::after {
display: none !important;
}

.j-icon-quicklinks .g-blockcontent-subcontent-block-content {
padding: 0.6rem 1rem;
border-bottom: 1px solid rgba(var(--tertiary-color-rgb), 0.35);
}
}

/* */