<style>
.custom-desc-container {
color: #e2e2e2;
font-family: inherit;
font-size: 14.5px;
line-height: 1.7;
width: 100%;
}
.section-title {
font-size: 19px;
font-weight: 700;
color: #ffffff;
letter-spacing: 0.03em;
margin-top: 24px;
margin-bottom: 4px;
display: flex;
align-items: center;
gap: 8px;
}
.custom-desc-container > .section-title:first-of-type {
margin-top: 0;
}
.sub-title {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.1em;
color: #666;
margin: 4px 0 16px;
padding-bottom: 8px;
border-bottom: 1px solid #2a2a2e;
width: 100%;
}
.custom-desc-container ul {
list-style: none;
padding: 0;
margin: 0;
}
.custom-desc-container ul li {
padding: 6px 0;
color: #b0b0b5;
display: flex;
align-items: flex-start;
gap: 10px;
}
.custom-desc-container ul li::before {
content: "›";
color: #ef4444;
font-weight: 700;
font-size: 18px;
line-height: 1.2;
flex-shrink: 0;
}
.custom-desc-container ul li strong {
color: #e2e2e2;
}
.format-block {
background: rgba(255, 255, 255, 0.05);
border: 1px solid rgba(255, 255, 255, 0.1);
padding: 12px 16px;
border-radius: 8px;
font-family: monospace;
color: #ef4444;
margin: 8px 0 16px 0;
display: inline-block;
}
</style>
<div class="custom-desc-container">
<div class="section-title">🚀 How to use</div>
<div class="sub-title">Quick Start Guide</div>
<ul>
<li><strong>Log in :</strong> Use the provided credentials to log in using Steam.</li>
<li><strong>Launch :</strong> Simply open COD directly from your Steam library.</li>
</ul>
<div class="section-title">📋 Account Format</div>
<div class="sub-title">Delivery format after purchase</div>
<div class="format-block">
user:pass|email:emailpass
</div>
<div class="section-title">ℹ️ Important Information</div>
<div class="sub-title">Account Details</div>
<ul>
<li><strong>Activision Linked :</strong> The Activision account is already linked and ready to go.</li>
<li><strong>No SMS Requirement :</strong> You can jump right into the game without any phone verification.</li>
</ul>
</div>