.fontsea-installation-content {
max-width: 900px;
margin: 20px auto;
padding: 20px;
background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
border-radius: 12px;
box-shadow: 0 10px 40px rgba(0,0,0,0.08);
backdrop-filter: blur(10px);
border: 1px solid rgba(255, 255, 255, 0.6);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
color: #334155;
transition: all 0.3s ease;
box-sizing: border-box;
}
.fontsea-installation-content:hover {
box-shadow: 0 12px 45px rgba(0,0,0,0.12);
transform: translateY(-1px);
} .fontsea-installation-text {
line-height: 1.6;
} .fontsea-guide-section {
display: flex;
align-items: center;
gap: 12px;
background: rgba(248, 250, 252, 0.8);
padding: 16px 20px;
border-radius: 8px;
border: 1px solid rgba(226, 232, 240, 0.8);
margin-bottom: 20px;
}
.fontsea-guide-text {
margin: 0 !important;
color: #334155;
font-size: 0.95em;
font-weight: 500;
white-space: nowrap;
}
.fontsea-guide-button {
display: inline-block;
background: linear-gradient(135deg, #3b82f6, #2563eb);
color: white;
text-decoration: none;
padding: 8px 16px;
border-radius: 6px;
font-size: 0.9em;
font-weight: 600;
transition: all 0.3s ease;
box-shadow: 0 2px 4px rgba(59, 130, 246, 0.3);
white-space: nowrap;
}
.fontsea-guide-button:hover {
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(59, 130, 246, 0.4);
color: white;
text-decoration: none;
} .fontsea-download-section {
background: rgba(248, 250, 252, 0.8);
padding: 16px;
border-radius: 8px;
border: 1px solid rgba(226, 232, 240, 0.8);
}
.fontsea-download-title {
font-size: 1em;
font-weight: 600;
color: #1e293b;
margin-bottom: 12px;
}
.fontsea-download-buttons {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.fontsea-download-button {
display: inline-block;
background: linear-gradient(135deg, #10b981, #059669);
color: white;
text-decoration: none;
padding: 10px 16px;
border-radius: 8px;
font-size: 0.9em;
font-weight: 600;
transition: all 0.3s ease;
box-shadow: 0 2px 4px rgba(16, 185, 129, 0.3);
flex: 1;
min-width: 120px;
text-align: center;
}
.fontsea-download-button:hover {
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(16, 185, 129, 0.4);
color: white;
text-decoration: none;
} body .fontsea-installation-content {
box-sizing: border-box;
}
.fontsea-installation-content * {
box-sizing: border-box;
} @media (max-width: 768px) {
.fontsea-installation-content {
padding: 15px;
margin: 15px auto;
}
.fontsea-guide-section {
padding: 12px 16px;
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.fontsea-guide-text {
white-space: normal;
}
.fontsea-download-buttons {
flex-direction: column;
}
.fontsea-download-button {
min-width: auto;
}
}
@media (max-width: 480px) {
.fontsea-download-section {
padding: 12px;
}
.fontsea-download-button {
padding: 8px 12px;
font-size: 0.85em;
}
.fontsea-guide-button {
padding: 8px 16px;
font-size: 0.85em;
align-self: flex-start;
}
}